Shades of Atomic #404D52
Tints of Atomic #404D52
RGB
CMYK
RGB Variations
Color information
#404D52 (or 0x404D52) is known color: Atomic. HEX triplet: 40, 4D and 52. RGB value is (64,77,82). Sum of RGB (Red+Green+Blue) = 64+77+82=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 82 - color contains mainly: blue. Hex color #404D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D52 is #BFB2AD. Grayscale: #494949. Windows color (decimal): -12563118 or 5393728. OLE color: 5393728.
HSL color Cylindrical-coordinate representation of color #404D52: hue angle of 196.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 #404D52 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 77 | 82 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.68 |
| HSL | 196.67º | 0.12% | 0.29% | - |
| HSV(B) | 196.67º | 0.22% | 0.32% | - |
| XYZ | 6.29 | 7.01 | 9 | - |
| YUV | 73.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 82 | 0.22 | 0.06 | 0 | 0.68 | 196.67 | 0.12 | 0.29 |
| Hex | 40 | 4D | 52 | 16 | 6 | 0 | 44 | C5 | C | 1D |
| Octal | 100 | 115 | 122 | 26 | 6 | 0 | 104 | 305 | 14 | 35 |
| Binary | 1000000 | 1001101 | 1010010 | 10110 | 110 | 0 | 1000100 | 11000101 | 1100 | 11101 |
Color Harmonies of #404D52
Complementary color
Monochromatic Colors of #404D52
Black with #404D52
Text Example
Text Example
White with #404D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D52; }
p { color: rgb(64,77,82); }
H1.HeaderClassName
{
color: #404D52;
}
.AnyTagClassName
{
color: #404D52;
}
</style>
background-color css
<style>
a { background-color: #404D52; }
a { background-color: rgb(64,77,82); }
div.DivClassName
{
background-color: #404D52;
}
.BgClassName
{
background-color: #404D52;
}
</style>
border-color css
<style>
span { border-color: #404D52; }
span { border-color: rgb(64,77,82); }
td.TdClassName
{
border-color: #404D52;
}
.TagClassName
{
border-color: #404D52;
}
</style>