Shades of Atomic #424D51
Tints of Atomic #424D51
RGB
CMYK
RGB Variations
Color information
#424D51 (or 0x424D51) is known color: Atomic. HEX triplet: 42, 4D and 51. RGB value is (66,77,81). Sum of RGB (Red+Green+Blue) = 66+77+81=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 81 - color contains mainly: blue. Hex color #424D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D51 is #BDB2AE. Grayscale: #4A4A4A. Windows color (decimal): -12432047 or 5328194. OLE color: 5328194.
HSL color Cylindrical-coordinate representation of color #424D51: hue angle of 196º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #424D51 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 77 | 81 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.68 |
| HSL | 196º | 0.1% | 0.29% | - |
| HSV(B) | 196º | 0.19% | 0.32% | - |
| XYZ | 6.39 | 7.06 | 8.81 | - |
| YUV | 74.17 | 131.86 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 81 | 0.19 | 0.05 | 0 | 0.68 | 196 | 0.1 | 0.29 |
| Hex | 42 | 4D | 51 | 13 | 5 | 0 | 44 | C4 | A | 1D |
| Octal | 102 | 115 | 121 | 23 | 5 | 0 | 104 | 304 | 12 | 35 |
| Binary | 1000010 | 1001101 | 1010001 | 10011 | 101 | 0 | 1000100 | 11000100 | 1010 | 11101 |
Color Harmonies of #424D51
Complementary color
Monochromatic Colors of #424D51
Black with #424D51
Text Example
Text Example
White with #424D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424D51; }
p { color: rgb(66,77,81); }
H1.HeaderClassName
{
color: #424D51;
}
.AnyTagClassName
{
color: #424D51;
}
</style>
background-color css
<style>
a { background-color: #424D51; }
a { background-color: rgb(66,77,81); }
div.DivClassName
{
background-color: #424D51;
}
.BgClassName
{
background-color: #424D51;
}
</style>
border-color css
<style>
span { border-color: #424D51; }
span { border-color: rgb(66,77,81); }
td.TdClassName
{
border-color: #424D51;
}
.TagClassName
{
border-color: #424D51;
}
</style>