Shades of Atomic #404C53
Tints of Atomic #404C53
RGB
CMYK
RGB Variations
Color information
#404C53 (or 0x404C53) is known color: Atomic. HEX triplet: 40, 4C and 53. RGB value is (64,76,83). Sum of RGB (Red+Green+Blue) = 64+76+83=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 83 - color contains mainly: blue. Hex color #404C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C53 is #BFB3AC. Grayscale: #494949. Windows color (decimal): -12563373 or 5459008. OLE color: 5459008.
HSL color Cylindrical-coordinate representation of color #404C53: hue angle of 202.11º 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 #404C53 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 76 | 83 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.67 |
| HSL | 202.11º | 0.13% | 0.29% | - |
| HSV(B) | 202.11º | 0.23% | 0.33% | - |
| XYZ | 6.26 | 6.88 | 9.18 | - |
| YUV | 73.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 83 | 0.23 | 0.08 | 0 | 0.67 | 202.11 | 0.13 | 0.29 |
| Hex | 40 | 4C | 53 | 17 | 8 | 0 | 43 | CA | D | 1D |
| Octal | 100 | 114 | 123 | 27 | 10 | 0 | 103 | 312 | 15 | 35 |
| Binary | 1000000 | 1001100 | 1010011 | 10111 | 1000 | 0 | 1000011 | 11001010 | 1101 | 11101 |
Color Harmonies of #404C53
Complementary color
Monochromatic Colors of #404C53
Black with #404C53
Text Example
Text Example
White with #404C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C53; }
p { color: rgb(64,76,83); }
H1.HeaderClassName
{
color: #404C53;
}
.AnyTagClassName
{
color: #404C53;
}
</style>
background-color css
<style>
a { background-color: #404C53; }
a { background-color: rgb(64,76,83); }
div.DivClassName
{
background-color: #404C53;
}
.BgClassName
{
background-color: #404C53;
}
</style>
border-color css
<style>
span { border-color: #404C53; }
span { border-color: rgb(64,76,83); }
td.TdClassName
{
border-color: #404C53;
}
.TagClassName
{
border-color: #404C53;
}
</style>