Shades of Atomic #404A4C
Tints of Atomic #404A4C
RGB
CMYK
RGB Variations
Color information
#404A4C (or 0x404A4C) is known color: Atomic. HEX triplet: 40, 4A and 4C. RGB value is (64,74,76). Sum of RGB (Red+Green+Blue) = 64+74+76=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 76 - color contains mainly: blue. Hex color #404A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A4C is #BFB5B3. Grayscale: #474747. Windows color (decimal): -12563892 or 4999744. OLE color: 4999744.
HSL color Cylindrical-coordinate representation of color #404A4C: hue angle of 190º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #404A4C is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 74 | 76 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.70 |
| HSL | 190º | 0.09% | 0.27% | - |
| HSV(B) | 190º | 0.16% | 0.3% | - |
| XYZ | 5.87 | 6.51 | 7.78 | - |
| YUV | 71.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 76 | 0.16 | 0.03 | 0 | 0.70 | 190 | 0.09 | 0.27 |
| Hex | 40 | 4A | 4C | 10 | 3 | 0 | 46 | BE | 9 | 1B |
| Octal | 100 | 112 | 114 | 20 | 3 | 0 | 106 | 276 | 11 | 33 |
| Binary | 1000000 | 1001010 | 1001100 | 10000 | 11 | 0 | 1000110 | 10111110 | 1001 | 11011 |
Color Harmonies of #404A4C
Complementary color
Monochromatic Colors of #404A4C
Black with #404A4C
Text Example
Text Example
White with #404A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A4C; }
p { color: rgb(64,74,76); }
H1.HeaderClassName
{
color: #404A4C;
}
.AnyTagClassName
{
color: #404A4C;
}
</style>
background-color css
<style>
a { background-color: #404A4C; }
a { background-color: rgb(64,74,76); }
div.DivClassName
{
background-color: #404A4C;
}
.BgClassName
{
background-color: #404A4C;
}
</style>
border-color css
<style>
span { border-color: #404A4C; }
span { border-color: rgb(64,74,76); }
td.TdClassName
{
border-color: #404A4C;
}
.TagClassName
{
border-color: #404A4C;
}
</style>