color details

Color Details
#474749 Color Hex

#474749 color RGB value is (4, 116, 116).
#474749 hex color red value is 4, green value is 116, and blue value is 116.
Cylindrical-coordinate representations (HSL) of color #474749 hue: 180, saturation: 0.93 and lightness: 0.24.

The process color (four-color CMYK) of #474749 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #474749 is #ff9999. Color #474749 contains mainly RED.

Color Spaces
Color spaces of #474749Value
RGB71, 71, 73
HSL0.67, 0.01, 0.28
HSV240°, 3°, 29°
XYZ6.05, 6.33, 7.2
Base Numbers
Base Red Green Blue
Binary 1000111 1000111 1001001
Octal 107 107 111
Decimal 71 71 73
Hex 47 47 49

RGB Percentages for Color #474749

33.02%
33.02%
33.95%

CMYK Percentages of the Color #474749

2.74%
2.74%
71.37%
CSS Codes for Color #474749
.mybgColor {background-color: #474749;}
.myforeColor {color: #474749;}
.myborderColor {border:3px solid #474749;}
Text Font Color #474749

<p style="color:#474749">Text here</p>

This sample text is styled with the font color #474749. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #474749

<div style="background-color:#474749">Div content here</div>

The background color of this div is #474749
Border Color #474749

<div style="border:3px solid #474749">Div here</div>

The border color of this div is #474749
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(71, 71, 73, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #474749;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #474749;
-webkit-box-shadow: 1px 1px 3px #474749;
box-shadow: 1px 1px 3px #474749;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71, 71, 73, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #474749;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #474749; -webkit-box-shadow: 1px 1px 3px #474749; box-shadow: 1px 1px 3px #474749;">Div content here</div>

This div box has a shadow with a specified color. #474749

Scroll to Top