Shades of Atomic #424E54
Tints of Atomic #424E54
RGB
CMYK
RGB Variations
Color information
#424E54 (or 0x424E54) is known color: Atomic. HEX triplet: 42, 4E and 54. RGB value is (66,78,84). Sum of RGB (Red+Green+Blue) = 66+78+84=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 84 - color contains mainly: blue. Hex color #424E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E54 is #BDB1AB. Grayscale: #4B4B4B. Windows color (decimal): -12431788 or 5525058. OLE color: 5525058.
HSL color Cylindrical-coordinate representation of color #424E54: hue angle of 200º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #424E54 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 78 | 84 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.67 |
| HSL | 200º | 0.12% | 0.29% | - |
| HSV(B) | 200º | 0.21% | 0.33% | - |
| XYZ | 6.57 | 7.25 | 9.44 | - |
| YUV | 75.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 78 | 84 | 0.21 | 0.07 | 0 | 0.67 | 200 | 0.12 | 0.29 |
| Hex | 42 | 4E | 54 | 15 | 7 | 0 | 43 | C8 | C | 1D |
| Octal | 102 | 116 | 124 | 25 | 7 | 0 | 103 | 310 | 14 | 35 |
| Binary | 1000010 | 1001110 | 1010100 | 10101 | 111 | 0 | 1000011 | 11001000 | 1100 | 11101 |
Color Harmonies of #424E54
Complementary color
Monochromatic Colors of #424E54
Black with #424E54
Text Example
Text Example
White with #424E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424E54; }
p { color: rgb(66,78,84); }
H1.HeaderClassName
{
color: #424E54;
}
.AnyTagClassName
{
color: #424E54;
}
</style>
background-color css
<style>
a { background-color: #424E54; }
a { background-color: rgb(66,78,84); }
div.DivClassName
{
background-color: #424E54;
}
.BgClassName
{
background-color: #424E54;
}
</style>
border-color css
<style>
span { border-color: #424E54; }
span { border-color: rgb(66,78,84); }
td.TdClassName
{
border-color: #424E54;
}
.TagClassName
{
border-color: #424E54;
}
</style>