Shades of Atomic #404B52
Tints of Atomic #404B52
RGB
CMYK
RGB Variations
Color information
#404B52 (or 0x404B52) is known color: Atomic. HEX triplet: 40, 4B and 52. RGB value is (64,75,82). Sum of RGB (Red+Green+Blue) = 64+75+82=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 82 - color contains mainly: blue. Hex color #404B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B52 is #BFB4AD. Grayscale: #484848. Windows color (decimal): -12563630 or 5393216. OLE color: 5393216.
HSL color Cylindrical-coordinate representation of color #404B52: hue angle of 203.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #404B52 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 75 | 82 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.68 |
| HSL | 203.33º | 0.12% | 0.29% | - |
| HSV(B) | 203.33º | 0.22% | 0.32% | - |
| XYZ | 6.15 | 6.73 | 8.96 | - |
| YUV | 72.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 82 | 0.22 | 0.09 | 0 | 0.68 | 203.33 | 0.12 | 0.29 |
| Hex | 40 | 4B | 52 | 16 | 9 | 0 | 44 | CB | C | 1D |
| Octal | 100 | 113 | 122 | 26 | 11 | 0 | 104 | 313 | 14 | 35 |
| Binary | 1000000 | 1001011 | 1010010 | 10110 | 1001 | 0 | 1000100 | 11001011 | 1100 | 11101 |
Color Harmonies of #404B52
Complementary color
Monochromatic Colors of #404B52
Black with #404B52
Text Example
Text Example
White with #404B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B52; }
p { color: rgb(64,75,82); }
H1.HeaderClassName
{
color: #404B52;
}
.AnyTagClassName
{
color: #404B52;
}
</style>
background-color css
<style>
a { background-color: #404B52; }
a { background-color: rgb(64,75,82); }
div.DivClassName
{
background-color: #404B52;
}
.BgClassName
{
background-color: #404B52;
}
</style>
border-color css
<style>
span { border-color: #404B52; }
span { border-color: rgb(64,75,82); }
td.TdClassName
{
border-color: #404B52;
}
.TagClassName
{
border-color: #404B52;
}
</style>