Shades of Atomic #404B4F
Tints of Atomic #404B4F
RGB
CMYK
RGB Variations
Color information
#404B4F (or 0x404B4F) is known color: Atomic. HEX triplet: 40, 4B and 4F. RGB value is (64,75,79). Sum of RGB (Red+Green+Blue) = 64+75+79=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 79 - color contains mainly: blue. Hex color #404B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B4F is #BFB4B0. Grayscale: #484848. Windows color (decimal): -12563633 or 5196608. OLE color: 5196608.
HSL color Cylindrical-coordinate representation of color #404B4F: hue angle of 196º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #404B4F is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 75 | 79 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.69 |
| HSL | 196º | 0.1% | 0.28% | - |
| HSV(B) | 196º | 0.19% | 0.31% | - |
| XYZ | 6.04 | 6.69 | 8.37 | - |
| YUV | 72.17 | 131.86 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 79 | 0.19 | 0.05 | 0 | 0.69 | 196 | 0.1 | 0.28 |
| Hex | 40 | 4B | 4F | 13 | 5 | 0 | 45 | C4 | A | 1C |
| Octal | 100 | 113 | 117 | 23 | 5 | 0 | 105 | 304 | 12 | 34 |
| Binary | 1000000 | 1001011 | 1001111 | 10011 | 101 | 0 | 1000101 | 11000100 | 1010 | 11100 |
Color Harmonies of #404B4F
Complementary color
Monochromatic Colors of #404B4F
Black with #404B4F
Text Example
Text Example
White with #404B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B4F; }
p { color: rgb(64,75,79); }
H1.HeaderClassName
{
color: #404B4F;
}
.AnyTagClassName
{
color: #404B4F;
}
</style>
background-color css
<style>
a { background-color: #404B4F; }
a { background-color: rgb(64,75,79); }
div.DivClassName
{
background-color: #404B4F;
}
.BgClassName
{
background-color: #404B4F;
}
</style>
border-color css
<style>
span { border-color: #404B4F; }
span { border-color: rgb(64,75,79); }
td.TdClassName
{
border-color: #404B4F;
}
.TagClassName
{
border-color: #404B4F;
}
</style>