color details

Color Details
#46484a Color Hex

#46484a color RGB value is (4, 100, 132).
#46484a hex color red value is 4, green value is 100, and blue value is 132.
Cylindrical-coordinate representations (HSL) of color #46484a hue: 195, saturation: 0.94 and lightness: 0.27.

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

Color Spaces
Color spaces of #46484aValue
RGB70, 72, 74
HSL0.58, 0.03, 0.28
HSV210°, 5°, 29°
XYZ6.08, 6.43, 7.4
Base Numbers
Base Red Green Blue
Binary 1000110 1001000 1001010
Octal 106 110 112
Decimal 70 72 74
Hex 46 48 4A

RGB Percentages for Color #46484a

32.41%
33.33%
34.26%

CMYK Percentages of the Color #46484a

5.41%
2.7%
70.98%
CSS Codes for Color #46484a
.mybgColor {background-color: #46484a;}
.myforeColor {color: #46484a;}
.myborderColor {border:3px solid #46484a;}
Text Font Color #46484a

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

This sample text is styled with the font color #46484a. 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 #46484a

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

The background color of this div is #46484a
Border Color #46484a

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

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

<p style="text-shadow: 4px 4px 2px rgba(70, 72, 74, 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 #46484a;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top