Shades of Atomic #404B54
Tints of Atomic #404B54
RGB
CMYK
RGB Variations
Color information
#404B54 (or 0x404B54) is known color: Atomic. HEX triplet: 40, 4B and 54. RGB value is (64,75,84). Sum of RGB (Red+Green+Blue) = 64+75+84=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 84 - color contains mainly: blue. Hex color #404B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B54 is #BFB4AB. Grayscale: #484848. Windows color (decimal): -12563628 or 5524288. OLE color: 5524288.
HSL color Cylindrical-coordinate representation of color #404B54: hue angle of 207º 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 #404B54 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 75 | 84 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.67 |
| HSL | 207º | 0.14% | 0.29% | - |
| HSV(B) | 207º | 0.24% | 0.33% | - |
| XYZ | 6.23 | 6.76 | 9.36 | - |
| YUV | 72.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 84 | 0.24 | 0.11 | 0 | 0.67 | 207 | 0.14 | 0.29 |
| Hex | 40 | 4B | 54 | 18 | B | 0 | 43 | CF | E | 1D |
| Octal | 100 | 113 | 124 | 30 | 13 | 0 | 103 | 317 | 16 | 35 |
| Binary | 1000000 | 1001011 | 1010100 | 11000 | 1011 | 0 | 1000011 | 11001111 | 1110 | 11101 |
Color Harmonies of #404B54
Complementary color
Monochromatic Colors of #404B54
Black with #404B54
Text Example
Text Example
White with #404B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B54; }
p { color: rgb(64,75,84); }
H1.HeaderClassName
{
color: #404B54;
}
.AnyTagClassName
{
color: #404B54;
}
</style>
background-color css
<style>
a { background-color: #404B54; }
a { background-color: rgb(64,75,84); }
div.DivClassName
{
background-color: #404B54;
}
.BgClassName
{
background-color: #404B54;
}
</style>
border-color css
<style>
span { border-color: #404B54; }
span { border-color: rgb(64,75,84); }
td.TdClassName
{
border-color: #404B54;
}
.TagClassName
{
border-color: #404B54;
}
</style>