Shades of Atomic #404F58
Tints of Atomic #404F58
RGB
CMYK
RGB Variations
Color information
#404F58 (or 0x404F58) is known color: Atomic. HEX triplet: 40, 4F and 58. RGB value is (64,79,88). Sum of RGB (Red+Green+Blue) = 64+79+88=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 88 - color contains mainly: blue. Hex color #404F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F58 is #BFB0A7. Grayscale: #4B4B4B. Windows color (decimal): -12562600 or 5787456. OLE color: 5787456.
HSL color Cylindrical-coordinate representation of color #404F58: hue angle of 202.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #404F58 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 79 | 88 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.65 |
| HSL | 202.5º | 0.16% | 0.3% | - |
| HSV(B) | 202.5º | 0.27% | 0.35% | - |
| XYZ | 6.67 | 7.39 | 10.31 | - |
| YUV | 75.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 88 | 0.27 | 0.10 | 0 | 0.65 | 202.5 | 0.16 | 0.3 |
| Hex | 40 | 4F | 58 | 1B | A | 0 | 41 | CA | 10 | 1E |
| Octal | 100 | 117 | 130 | 33 | 12 | 0 | 101 | 312 | 20 | 36 |
| Binary | 1000000 | 1001111 | 1011000 | 11011 | 1010 | 0 | 1000001 | 11001010 | 10000 | 11110 |
Color Harmonies of #404F58
Complementary color
Monochromatic Colors of #404F58
Black with #404F58
Text Example
Text Example
White with #404F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F58; }
p { color: rgb(64,79,88); }
H1.HeaderClassName
{
color: #404F58;
}
.AnyTagClassName
{
color: #404F58;
}
</style>
background-color css
<style>
a { background-color: #404F58; }
a { background-color: rgb(64,79,88); }
div.DivClassName
{
background-color: #404F58;
}
.BgClassName
{
background-color: #404F58;
}
</style>
border-color css
<style>
span { border-color: #404F58; }
span { border-color: rgb(64,79,88); }
td.TdClassName
{
border-color: #404F58;
}
.TagClassName
{
border-color: #404F58;
}
</style>