Shades of Atomic #404D53
Tints of Atomic #404D53
RGB
CMYK
RGB Variations
Color information
#404D53 (or 0x404D53) is known color: Atomic. HEX triplet: 40, 4D and 53. RGB value is (64,77,83). Sum of RGB (Red+Green+Blue) = 64+77+83=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 83 - color contains mainly: blue. Hex color #404D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D53 is #BFB2AC. Grayscale: #494949. Windows color (decimal): -12563117 or 5459264. OLE color: 5459264.
HSL color Cylindrical-coordinate representation of color #404D53: hue angle of 198.95º 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 #404D53 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 77 | 83 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.67 |
| HSL | 198.95º | 0.13% | 0.29% | - |
| HSV(B) | 198.95º | 0.23% | 0.33% | - |
| XYZ | 6.33 | 7.02 | 9.21 | - |
| YUV | 73.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 83 | 0.23 | 0.07 | 0 | 0.67 | 198.95 | 0.13 | 0.29 |
| Hex | 40 | 4D | 53 | 17 | 7 | 0 | 43 | C7 | D | 1D |
| Octal | 100 | 115 | 123 | 27 | 7 | 0 | 103 | 307 | 15 | 35 |
| Binary | 1000000 | 1001101 | 1010011 | 10111 | 111 | 0 | 1000011 | 11000111 | 1101 | 11101 |
Color Harmonies of #404D53
Complementary color
Monochromatic Colors of #404D53
Black with #404D53
Text Example
Text Example
White with #404D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D53; }
p { color: rgb(64,77,83); }
H1.HeaderClassName
{
color: #404D53;
}
.AnyTagClassName
{
color: #404D53;
}
</style>
background-color css
<style>
a { background-color: #404D53; }
a { background-color: rgb(64,77,83); }
div.DivClassName
{
background-color: #404D53;
}
.BgClassName
{
background-color: #404D53;
}
</style>
border-color css
<style>
span { border-color: #404D53; }
span { border-color: rgb(64,77,83); }
td.TdClassName
{
border-color: #404D53;
}
.TagClassName
{
border-color: #404D53;
}
</style>