Shades of Atomic #474B4D
Tints of Atomic #474B4D
RGB
CMYK
RGB Variations
Color information
#474B4D (or 0x474B4D) is known color: Atomic. HEX triplet: 47, 4B and 4D. RGB value is (71,75,77). Sum of RGB (Red+Green+Blue) = 71+75+77=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 77 - color contains mainly: blue. Hex color #474B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474B4D is #B8B4B2. Grayscale: #4A4A4A. Windows color (decimal): -12104883 or 5065543. OLE color: 5065543.
HSL color Cylindrical-coordinate representation of color #474B4D: hue angle of 200º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #474B4D is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 75 | 77 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.70 |
| HSL | 200º | 0.04% | 0.29% | - |
| HSV(B) | 200º | 0.08% | 0.3% | - |
| XYZ | 6.45 | 6.91 | 8.01 | - |
| YUV | 74.03 | 129.67 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 77 | 0.08 | 0.03 | 0 | 0.70 | 200 | 0.04 | 0.29 |
| Hex | 47 | 4B | 4D | 8 | 3 | 0 | 46 | C8 | 4 | 1D |
| Octal | 107 | 113 | 115 | 10 | 3 | 0 | 106 | 310 | 4 | 35 |
| Binary | 1000111 | 1001011 | 1001101 | 1000 | 11 | 0 | 1000110 | 11001000 | 100 | 11101 |
Color Harmonies of #474B4D
Complementary color
Monochromatic Colors of #474B4D
Black with #474B4D
Text Example
Text Example
White with #474B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474B4D; }
p { color: rgb(71,75,77); }
H1.HeaderClassName
{
color: #474B4D;
}
.AnyTagClassName
{
color: #474B4D;
}
</style>
background-color css
<style>
a { background-color: #474B4D; }
a { background-color: rgb(71,75,77); }
div.DivClassName
{
background-color: #474B4D;
}
.BgClassName
{
background-color: #474B4D;
}
</style>
border-color css
<style>
span { border-color: #474B4D; }
span { border-color: rgb(71,75,77); }
td.TdClassName
{
border-color: #474B4D;
}
.TagClassName
{
border-color: #474B4D;
}
</style>