Shades of Atomic #404E54
Tints of Atomic #404E54
RGB
CMYK
RGB Variations
Color information
#404E54 (or 0x404E54) is known color: Atomic. HEX triplet: 40, 4E and 54. RGB value is (64,78,84). Sum of RGB (Red+Green+Blue) = 64+78+84=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 84 - color contains mainly: blue. Hex color #404E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E54 is #BFB1AB. Grayscale: #4A4A4A. Windows color (decimal): -12562860 or 5525056. OLE color: 5525056.
HSL color Cylindrical-coordinate representation of color #404E54: hue angle of 198º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #404E54 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 78 | 84 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.67 |
| HSL | 198º | 0.14% | 0.29% | - |
| HSV(B) | 198º | 0.24% | 0.33% | - |
| XYZ | 6.44 | 7.18 | 9.43 | - |
| YUV | 74.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 84 | 0.24 | 0.07 | 0 | 0.67 | 198 | 0.14 | 0.29 |
| Hex | 40 | 4E | 54 | 18 | 7 | 0 | 43 | C6 | E | 1D |
| Octal | 100 | 116 | 124 | 30 | 7 | 0 | 103 | 306 | 16 | 35 |
| Binary | 1000000 | 1001110 | 1010100 | 11000 | 111 | 0 | 1000011 | 11000110 | 1110 | 11101 |
Color Harmonies of #404E54
Complementary color
Monochromatic Colors of #404E54
Black with #404E54
Text Example
Text Example
White with #404E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E54; }
p { color: rgb(64,78,84); }
H1.HeaderClassName
{
color: #404E54;
}
.AnyTagClassName
{
color: #404E54;
}
</style>
background-color css
<style>
a { background-color: #404E54; }
a { background-color: rgb(64,78,84); }
div.DivClassName
{
background-color: #404E54;
}
.BgClassName
{
background-color: #404E54;
}
</style>
border-color css
<style>
span { border-color: #404E54; }
span { border-color: rgb(64,78,84); }
td.TdClassName
{
border-color: #404E54;
}
.TagClassName
{
border-color: #404E54;
}
</style>