color details

Color Details
#494e4f Color Hex

#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
Color spaces of #494e4fValue
RGB73, 78, 79
HSL0.53, 0.04, 0.3
HSV190°, 8°, 31°
XYZ6.88, 7.43, 8.47
Base Numbers
Base Red Green Blue
Binary 1001001 1001110 1001111
Octal 111 116 117
Decimal 73 78 79
Hex 49 4E 4F

RGB Percentages for Color #494e4f

31.74%
33.91%
34.35%

CMYK Percentages of the Color #494e4f

7.59%
1.27%
69.02%
CSS Codes for Color #494e4f
.mybgColor {background-color: #494e4f;}
.myforeColor {color: #494e4f;}
.myborderColor {border:3px solid #494e4f;}
Text Font Color #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,

Background Color #494e4f

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

The background color of this div is #494e4f
Border Color #494e4f

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

The border color of this div is #494e4f
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73, 78, 79, 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 #494e4f;">Text here</p>

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

Shadow Div Box

<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>

This div box has a shadow with a specified color. #494e4f

Scroll to Top