Shades of Atomic #404B53
Tints of Atomic #404B53
RGB
CMYK
RGB Variations
Color information
#404B53 (or 0x404B53) is known color: Atomic. HEX triplet: 40, 4B and 53. RGB value is (64,75,83). Sum of RGB (Red+Green+Blue) = 64+75+83=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 83 - color contains mainly: blue. Hex color #404B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B53 is #BFB4AC. Grayscale: #484848. Windows color (decimal): -12563629 or 5458752. OLE color: 5458752.
HSL color Cylindrical-coordinate representation of color #404B53: hue angle of 205.26º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #404B53 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 75 | 83 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.67 |
| HSL | 205.26º | 0.13% | 0.29% | - |
| HSV(B) | 205.26º | 0.23% | 0.33% | - |
| XYZ | 6.19 | 6.75 | 9.16 | - |
| YUV | 72.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 83 | 0.23 | 0.10 | 0 | 0.67 | 205.26 | 0.13 | 0.29 |
| Hex | 40 | 4B | 53 | 17 | A | 0 | 43 | CD | D | 1D |
| Octal | 100 | 113 | 123 | 27 | 12 | 0 | 103 | 315 | 15 | 35 |
| Binary | 1000000 | 1001011 | 1010011 | 10111 | 1010 | 0 | 1000011 | 11001101 | 1101 | 11101 |
Color Harmonies of #404B53
Complementary color
Monochromatic Colors of #404B53
Black with #404B53
Text Example
Text Example
White with #404B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B53; }
p { color: rgb(64,75,83); }
H1.HeaderClassName
{
color: #404B53;
}
.AnyTagClassName
{
color: #404B53;
}
</style>
background-color css
<style>
a { background-color: #404B53; }
a { background-color: rgb(64,75,83); }
div.DivClassName
{
background-color: #404B53;
}
.BgClassName
{
background-color: #404B53;
}
</style>
border-color css
<style>
span { border-color: #404B53; }
span { border-color: rgb(64,75,83); }
td.TdClassName
{
border-color: #404B53;
}
.TagClassName
{
border-color: #404B53;
}
</style>