#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 of #474749 | Value |
---|---|
RGB | 71, 71, 73 |
HSL | 0.67, 0.01, 0.28 |
HSV | 240°, 3°, 29° |
XYZ | 6.05, 6.33, 7.2 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 1000111 | 1000111 | 1001001 |
Octal | 107 | 107 | 111 |
Decimal | 71 | 71 | 73 |
Hex | 47 | 47 | 49 |
Shades of #474749
Tints of #474749
.mybgColor {background-color: #474749;} .myforeColor {color: #474749;} .myborderColor {border:3px solid #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,
<div style="background-color:#474749">Div content here</div>
<div style="border:3px solid #474749">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(71, 71, 73, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #474749;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>