Shades of Atomic #474A4C
Tints of Atomic #474A4C
RGB
CMYK
RGB Variations
Color information
#474A4C (or 0x474A4C) is known color: Atomic. HEX triplet: 47, 4A and 4C. RGB value is (71,74,76). Sum of RGB (Red+Green+Blue) = 71+74+76=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 76 - color contains mainly: blue. Hex color #474A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474A4C is #B8B5B3. Grayscale: #494949. Windows color (decimal): -12105140 or 4999751. OLE color: 4999751.
HSL color Cylindrical-coordinate representation of color #474A4C: hue angle of 204º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #474A4C is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 74 | 76 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.70 |
| HSL | 204º | 0.03% | 0.29% | - |
| HSV(B) | 204º | 0.07% | 0.3% | - |
| XYZ | 6.35 | 6.76 | 7.81 | - |
| YUV | 73.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 74 | 76 | 0.07 | 0.03 | 0 | 0.70 | 204 | 0.03 | 0.29 |
| Hex | 47 | 4A | 4C | 7 | 3 | 0 | 46 | CC | 3 | 1D |
| Octal | 107 | 112 | 114 | 7 | 3 | 0 | 106 | 314 | 3 | 35 |
| Binary | 1000111 | 1001010 | 1001100 | 111 | 11 | 0 | 1000110 | 11001100 | 11 | 11101 |
Color Harmonies of #474A4C
Complementary color
Monochromatic Colors of #474A4C
Black with #474A4C
Text Example
Text Example
White with #474A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474A4C; }
p { color: rgb(71,74,76); }
H1.HeaderClassName
{
color: #474A4C;
}
.AnyTagClassName
{
color: #474A4C;
}
</style>
background-color css
<style>
a { background-color: #474A4C; }
a { background-color: rgb(71,74,76); }
div.DivClassName
{
background-color: #474A4C;
}
.BgClassName
{
background-color: #474A4C;
}
</style>
border-color css
<style>
span { border-color: #474A4C; }
span { border-color: rgb(71,74,76); }
td.TdClassName
{
border-color: #474A4C;
}
.TagClassName
{
border-color: #474A4C;
}
</style>