Shades of Atomic #404D54
Tints of Atomic #404D54
RGB
CMYK
RGB Variations
Color information
#404D54 (or 0x404D54) is known color: Atomic. HEX triplet: 40, 4D and 54. RGB value is (64,77,84). Sum of RGB (Red+Green+Blue) = 64+77+84=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 84 - color contains mainly: blue. Hex color #404D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D54 is #BFB2AB. Grayscale: #494949. Windows color (decimal): -12563116 or 5524800. OLE color: 5524800.
HSL color Cylindrical-coordinate representation of color #404D54: hue angle of 201º 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 #404D54 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 77 | 84 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.67 |
| HSL | 201º | 0.14% | 0.29% | - |
| HSV(B) | 201º | 0.24% | 0.33% | - |
| XYZ | 6.37 | 7.04 | 9.41 | - |
| YUV | 73.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 84 | 0.24 | 0.08 | 0 | 0.67 | 201 | 0.14 | 0.29 |
| Hex | 40 | 4D | 54 | 18 | 8 | 0 | 43 | C9 | E | 1D |
| Octal | 100 | 115 | 124 | 30 | 10 | 0 | 103 | 311 | 16 | 35 |
| Binary | 1000000 | 1001101 | 1010100 | 11000 | 1000 | 0 | 1000011 | 11001001 | 1110 | 11101 |
Color Harmonies of #404D54
Complementary color
Monochromatic Colors of #404D54
Black with #404D54
Text Example
Text Example
White with #404D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D54; }
p { color: rgb(64,77,84); }
H1.HeaderClassName
{
color: #404D54;
}
.AnyTagClassName
{
color: #404D54;
}
</style>
background-color css
<style>
a { background-color: #404D54; }
a { background-color: rgb(64,77,84); }
div.DivClassName
{
background-color: #404D54;
}
.BgClassName
{
background-color: #404D54;
}
</style>
border-color css
<style>
span { border-color: #404D54; }
span { border-color: rgb(64,77,84); }
td.TdClassName
{
border-color: #404D54;
}
.TagClassName
{
border-color: #404D54;
}
</style>