Shades of Atomic #474D51
Tints of Atomic #474D51
RGB
CMYK
RGB Variations
Color information
#474D51 (or 0x474D51) is known color: Atomic. HEX triplet: 47, 4D and 51. RGB value is (71,77,81). Sum of RGB (Red+Green+Blue) = 71+77+81=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 81 - color contains mainly: blue. Hex color #474D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474D51 is #B8B2AE. Grayscale: #4B4B4B. Windows color (decimal): -12104367 or 5328199. OLE color: 5328199.
HSL color Cylindrical-coordinate representation of color #474D51: hue angle of 204º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #474D51 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 77 | 81 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.68 |
| HSL | 204º | 0.07% | 0.3% | - |
| HSV(B) | 204º | 0.12% | 0.32% | - |
| XYZ | 6.74 | 7.24 | 8.83 | - |
| YUV | 75.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 81 | 0.12 | 0.05 | 0 | 0.68 | 204 | 0.07 | 0.3 |
| Hex | 47 | 4D | 51 | C | 5 | 0 | 44 | CC | 7 | 1E |
| Octal | 107 | 115 | 121 | 14 | 5 | 0 | 104 | 314 | 7 | 36 |
| Binary | 1000111 | 1001101 | 1010001 | 1100 | 101 | 0 | 1000100 | 11001100 | 111 | 11110 |
Color Harmonies of #474D51
Complementary color
Monochromatic Colors of #474D51
Black with #474D51
Text Example
Text Example
White with #474D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474D51; }
p { color: rgb(71,77,81); }
H1.HeaderClassName
{
color: #474D51;
}
.AnyTagClassName
{
color: #474D51;
}
</style>
background-color css
<style>
a { background-color: #474D51; }
a { background-color: rgb(71,77,81); }
div.DivClassName
{
background-color: #474D51;
}
.BgClassName
{
background-color: #474D51;
}
</style>
border-color css
<style>
span { border-color: #474D51; }
span { border-color: rgb(71,77,81); }
td.TdClassName
{
border-color: #474D51;
}
.TagClassName
{
border-color: #474D51;
}
</style>