Shades of Atomic #424E55
Tints of Atomic #424E55
RGB
CMYK
RGB Variations
Color information
#424E55 (or 0x424E55) is known color: Atomic. HEX triplet: 42, 4E and 55. RGB value is (66,78,85). Sum of RGB (Red+Green+Blue) = 66+78+85=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 85 - color contains mainly: blue. Hex color #424E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E55 is #BDB1AA. Grayscale: #4B4B4B. Windows color (decimal): -12431787 or 5590594. OLE color: 5590594.
HSL color Cylindrical-coordinate representation of color #424E55: hue angle of 202.11º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #424E55 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 78 | 85 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.67 |
| HSL | 202.11º | 0.13% | 0.3% | - |
| HSV(B) | 202.11º | 0.22% | 0.33% | - |
| XYZ | 6.61 | 7.26 | 9.65 | - |
| YUV | 75.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 78 | 85 | 0.22 | 0.08 | 0 | 0.67 | 202.11 | 0.13 | 0.3 |
| Hex | 42 | 4E | 55 | 16 | 8 | 0 | 43 | CA | D | 1E |
| Octal | 102 | 116 | 125 | 26 | 10 | 0 | 103 | 312 | 15 | 36 |
| Binary | 1000010 | 1001110 | 1010101 | 10110 | 1000 | 0 | 1000011 | 11001010 | 1101 | 11110 |
Color Harmonies of #424E55
Complementary color
Monochromatic Colors of #424E55
Black with #424E55
Text Example
Text Example
White with #424E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424E55; }
p { color: rgb(66,78,85); }
H1.HeaderClassName
{
color: #424E55;
}
.AnyTagClassName
{
color: #424E55;
}
</style>
background-color css
<style>
a { background-color: #424E55; }
a { background-color: rgb(66,78,85); }
div.DivClassName
{
background-color: #424E55;
}
.BgClassName
{
background-color: #424E55;
}
</style>
border-color css
<style>
span { border-color: #424E55; }
span { border-color: rgb(66,78,85); }
td.TdClassName
{
border-color: #424E55;
}
.TagClassName
{
border-color: #424E55;
}
</style>