Shades of Atomic #404A4F
Tints of Atomic #404A4F
RGB
CMYK
RGB Variations
Color information
#404A4F (or 0x404A4F) is known color: Atomic. HEX triplet: 40, 4A and 4F. RGB value is (64,74,79). Sum of RGB (Red+Green+Blue) = 64+74+79=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 79 - color contains mainly: blue. Hex color #404A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A4F is #BFB5B0. Grayscale: #474747. Windows color (decimal): -12563889 or 5196352. OLE color: 5196352.
HSL color Cylindrical-coordinate representation of color #404A4F: hue angle of 200º 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 #404A4F is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 74 | 79 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.69 |
| HSL | 200º | 0.1% | 0.28% | - |
| HSV(B) | 200º | 0.19% | 0.31% | - |
| XYZ | 5.97 | 6.55 | 8.35 | - |
| YUV | 71.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 79 | 0.19 | 0.06 | 0 | 0.69 | 200 | 0.1 | 0.28 |
| Hex | 40 | 4A | 4F | 13 | 6 | 0 | 45 | C8 | A | 1C |
| Octal | 100 | 112 | 117 | 23 | 6 | 0 | 105 | 310 | 12 | 34 |
| Binary | 1000000 | 1001010 | 1001111 | 10011 | 110 | 0 | 1000101 | 11001000 | 1010 | 11100 |
Color Harmonies of #404A4F
Complementary color
Monochromatic Colors of #404A4F
Black with #404A4F
Text Example
Text Example
White with #404A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A4F; }
p { color: rgb(64,74,79); }
H1.HeaderClassName
{
color: #404A4F;
}
.AnyTagClassName
{
color: #404A4F;
}
</style>
background-color css
<style>
a { background-color: #404A4F; }
a { background-color: rgb(64,74,79); }
div.DivClassName
{
background-color: #404A4F;
}
.BgClassName
{
background-color: #404A4F;
}
</style>
border-color css
<style>
span { border-color: #404A4F; }
span { border-color: rgb(64,74,79); }
td.TdClassName
{
border-color: #404A4F;
}
.TagClassName
{
border-color: #404A4F;
}
</style>