#494e4f color RGB value is (4, 148, 228).
#494e4f hex color red value is 4, green value is 148, and blue value is 228.
Cylindrical-coordinate representations (HSL) of color #494e4f
hue: 201.43,
saturation: 0.97 and lightness: 0.45.
The process color (four-color CMYK) of #494e4f color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #494e4f is #ff9999. Color #494e4f contains mainly RED.
Color spaces of #494e4f | Value |
---|---|
RGB | 73, 78, 79 |
HSL | 0.53, 0.04, 0.3 |
HSV | 190°, 8°, 31° |
XYZ | 6.88, 7.43, 8.47 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 1001001 | 1001110 | 1001111 |
Octal | 111 | 116 | 117 |
Decimal | 73 | 78 | 79 |
Hex | 49 | 4E | 4F |
Shades of #494e4f
Tints of #494e4f
.mybgColor {background-color: #494e4f;} .myforeColor {color: #494e4f;} .myborderColor {border:3px solid #494e4f;}
<p style="color:#494e4f">Text here</p>
This sample text is styled with the font color #494e4f. 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:#494e4f">Div content here</div>
<div style="border:3px solid #494e4f">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73, 78, 79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #494e4f; } .divShadow { -moz-box-shadow: 1px 1px 3px #494e4f; -webkit-box-shadow: 1px 1px 3px #494e4f; box-shadow: 1px 1px 3px #494e4f; }
<p style="text-shadow: 4px 4px 2px rgba(73, 78, 79, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #494e4f;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #494e4f;
-webkit-box-shadow: 1px 1px 3px #494e4f;
box-shadow: 1px 1px 3px #494e4f;">Div content here</div>