#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 of #46484a | Value |
|---|---|
| RGB | 70, 72, 74 |
| HSL | 0.58, 0.03, 0.28 |
| HSV | 210°, 5°, 29° |
| XYZ | 6.08, 6.43, 7.4 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1000110 | 1001000 | 1001010 |
| Octal | 106 | 110 | 112 |
| Decimal | 70 | 72 | 74 |
| Hex | 46 | 48 | 4A |
Shades of #46484a
Tints of #46484a
.mybgColor {background-color: #46484a;}
.myforeColor {color: #46484a;}
.myborderColor {border:3px solid #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,
<div style="background-color:#46484a">Div content here</div>
<div style="border:3px solid #46484a">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(70, 72, 74, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #46484a;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
