Shades of Atomic #404A52
Tints of Atomic #404A52
RGB
CMYK
RGB Variations
Color information
#404A52 (or 0x404A52) is known color: Atomic. HEX triplet: 40, 4A and 52. RGB value is (64,74,82). Sum of RGB (Red+Green+Blue) = 64+74+82=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 82 - color contains mainly: blue. Hex color #404A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A52 is #BFB5AD. Grayscale: #474747. Windows color (decimal): -12563886 or 5392960. OLE color: 5392960.
HSL color Cylindrical-coordinate representation of color #404A52: hue angle of 206.67º 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 #404A52 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 74 | 82 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.68 |
| HSL | 206.67º | 0.12% | 0.29% | - |
| HSV(B) | 206.67º | 0.22% | 0.32% | - |
| XYZ | 6.09 | 6.6 | 8.94 | - |
| YUV | 71.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 82 | 0.22 | 0.10 | 0 | 0.68 | 206.67 | 0.12 | 0.29 |
| Hex | 40 | 4A | 52 | 16 | A | 0 | 44 | CF | C | 1D |
| Octal | 100 | 112 | 122 | 26 | 12 | 0 | 104 | 317 | 14 | 35 |
| Binary | 1000000 | 1001010 | 1010010 | 10110 | 1010 | 0 | 1000100 | 11001111 | 1100 | 11101 |
Color Harmonies of #404A52
Complementary color
Monochromatic Colors of #404A52
Black with #404A52
Text Example
Text Example
White with #404A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A52; }
p { color: rgb(64,74,82); }
H1.HeaderClassName
{
color: #404A52;
}
.AnyTagClassName
{
color: #404A52;
}
</style>
background-color css
<style>
a { background-color: #404A52; }
a { background-color: rgb(64,74,82); }
div.DivClassName
{
background-color: #404A52;
}
.BgClassName
{
background-color: #404A52;
}
</style>
border-color css
<style>
span { border-color: #404A52; }
span { border-color: rgb(64,74,82); }
td.TdClassName
{
border-color: #404A52;
}
.TagClassName
{
border-color: #404A52;
}
</style>