Shades of Atomic #474D52
Tints of Atomic #474D52
RGB
CMYK
RGB Variations
Color information
#474D52 (or 0x474D52) is known color: Atomic. HEX triplet: 47, 4D and 52. RGB value is (71,77,82). Sum of RGB (Red+Green+Blue) = 71+77+82=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 82 - color contains mainly: blue. Hex color #474D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474D52 is #B8B2AD. Grayscale: #4B4B4B. Windows color (decimal): -12104366 or 5393735. OLE color: 5393735.
HSL color Cylindrical-coordinate representation of color #474D52: hue angle of 207.27º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #474D52 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 77 | 82 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.68 |
| HSL | 207.27º | 0.07% | 0.3% | - |
| HSV(B) | 207.27º | 0.13% | 0.32% | - |
| XYZ | 6.78 | 7.26 | 9.03 | - |
| YUV | 75.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 82 | 0.13 | 0.06 | 0 | 0.68 | 207.27 | 0.07 | 0.3 |
| Hex | 47 | 4D | 52 | D | 6 | 0 | 44 | CF | 7 | 1E |
| Octal | 107 | 115 | 122 | 15 | 6 | 0 | 104 | 317 | 7 | 36 |
| Binary | 1000111 | 1001101 | 1010010 | 1101 | 110 | 0 | 1000100 | 11001111 | 111 | 11110 |
Color Harmonies of #474D52
Complementary color
Monochromatic Colors of #474D52
Black with #474D52
Text Example
Text Example
White with #474D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474D52; }
p { color: rgb(71,77,82); }
H1.HeaderClassName
{
color: #474D52;
}
.AnyTagClassName
{
color: #474D52;
}
</style>
background-color css
<style>
a { background-color: #474D52; }
a { background-color: rgb(71,77,82); }
div.DivClassName
{
background-color: #474D52;
}
.BgClassName
{
background-color: #474D52;
}
</style>
border-color css
<style>
span { border-color: #474D52; }
span { border-color: rgb(71,77,82); }
td.TdClassName
{
border-color: #474D52;
}
.TagClassName
{
border-color: #474D52;
}
</style>