Shades of Atomic #404F55
Tints of Atomic #404F55
RGB
CMYK
RGB Variations
Color information
#404F55 (or 0x404F55) is known color: Atomic. HEX triplet: 40, 4F and 55. RGB value is (64,79,85). Sum of RGB (Red+Green+Blue) = 64+79+85=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 85 - color contains mainly: blue. Hex color #404F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F55 is #BFB0AA. Grayscale: #4B4B4B. Windows color (decimal): -12562603 or 5590848. OLE color: 5590848.
HSL color Cylindrical-coordinate representation of color #404F55: hue angle of 197.14º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #404F55 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 79 | 85 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.67 |
| HSL | 197.14º | 0.14% | 0.29% | - |
| HSV(B) | 197.14º | 0.25% | 0.33% | - |
| XYZ | 6.55 | 7.34 | 9.67 | - |
| YUV | 75.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 85 | 0.25 | 0.07 | 0 | 0.67 | 197.14 | 0.14 | 0.29 |
| Hex | 40 | 4F | 55 | 19 | 7 | 0 | 43 | C5 | E | 1D |
| Octal | 100 | 117 | 125 | 31 | 7 | 0 | 103 | 305 | 16 | 35 |
| Binary | 1000000 | 1001111 | 1010101 | 11001 | 111 | 0 | 1000011 | 11000101 | 1110 | 11101 |
Color Harmonies of #404F55
Complementary color
Monochromatic Colors of #404F55
Black with #404F55
Text Example
Text Example
White with #404F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F55; }
p { color: rgb(64,79,85); }
H1.HeaderClassName
{
color: #404F55;
}
.AnyTagClassName
{
color: #404F55;
}
</style>
background-color css
<style>
a { background-color: #404F55; }
a { background-color: rgb(64,79,85); }
div.DivClassName
{
background-color: #404F55;
}
.BgClassName
{
background-color: #404F55;
}
</style>
border-color css
<style>
span { border-color: #404F55; }
span { border-color: rgb(64,79,85); }
td.TdClassName
{
border-color: #404F55;
}
.TagClassName
{
border-color: #404F55;
}
</style>