Shades of Atomic #404C54
Tints of Atomic #404C54
RGB
CMYK
RGB Variations
Color information
#404C54 (or 0x404C54) is known color: Atomic. HEX triplet: 40, 4C and 54. RGB value is (64,76,84). Sum of RGB (Red+Green+Blue) = 64+76+84=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 84 - color contains mainly: blue. Hex color #404C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C54 is #BFB3AB. Grayscale: #494949. Windows color (decimal): -12563372 or 5524544. OLE color: 5524544.
HSL color Cylindrical-coordinate representation of color #404C54: hue angle of 204º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #404C54 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 76 | 84 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.67 |
| HSL | 204º | 0.14% | 0.29% | - |
| HSV(B) | 204º | 0.24% | 0.33% | - |
| XYZ | 6.3 | 6.9 | 9.39 | - |
| YUV | 73.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 84 | 0.24 | 0.10 | 0 | 0.67 | 204 | 0.14 | 0.29 |
| Hex | 40 | 4C | 54 | 18 | A | 0 | 43 | CC | E | 1D |
| Octal | 100 | 114 | 124 | 30 | 12 | 0 | 103 | 314 | 16 | 35 |
| Binary | 1000000 | 1001100 | 1010100 | 11000 | 1010 | 0 | 1000011 | 11001100 | 1110 | 11101 |
Color Harmonies of #404C54
Complementary color
Monochromatic Colors of #404C54
Black with #404C54
Text Example
Text Example
White with #404C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C54; }
p { color: rgb(64,76,84); }
H1.HeaderClassName
{
color: #404C54;
}
.AnyTagClassName
{
color: #404C54;
}
</style>
background-color css
<style>
a { background-color: #404C54; }
a { background-color: rgb(64,76,84); }
div.DivClassName
{
background-color: #404C54;
}
.BgClassName
{
background-color: #404C54;
}
</style>
border-color css
<style>
span { border-color: #404C54; }
span { border-color: rgb(64,76,84); }
td.TdClassName
{
border-color: #404C54;
}
.TagClassName
{
border-color: #404C54;
}
</style>