Shades of Atomic #40494D
Tints of Atomic #40494D
RGB
CMYK
RGB Variations
Color information
#40494D (or 0x40494D) is known color: Atomic. HEX triplet: 40, 49 and 4D. RGB value is (64,73,77). Sum of RGB (Red+Green+Blue) = 64+73+77=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 77 - color contains mainly: blue. Hex color #40494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40494D is #BFB6B2. Grayscale: #464646. Windows color (decimal): -12564147 or 5065024. OLE color: 5065024.
HSL color Cylindrical-coordinate representation of color #40494D: hue angle of 198.46º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #40494D is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 73 | 77 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.70 |
| HSL | 198.46º | 0.09% | 0.28% | - |
| HSV(B) | 198.46º | 0.17% | 0.3% | - |
| XYZ | 5.84 | 6.39 | 7.95 | - |
| YUV | 70.77 | 131.52 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 77 | 0.17 | 0.05 | 0 | 0.70 | 198.46 | 0.09 | 0.28 |
| Hex | 40 | 49 | 4D | 11 | 5 | 0 | 46 | C6 | 9 | 1C |
| Octal | 100 | 111 | 115 | 21 | 5 | 0 | 106 | 306 | 11 | 34 |
| Binary | 1000000 | 1001001 | 1001101 | 10001 | 101 | 0 | 1000110 | 11000110 | 1001 | 11100 |
Color Harmonies of #40494D
Complementary color
Monochromatic Colors of #40494D
Black with #40494D
Text Example
Text Example
White with #40494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40494D; }
p { color: rgb(64,73,77); }
H1.HeaderClassName
{
color: #40494D;
}
.AnyTagClassName
{
color: #40494D;
}
</style>
background-color css
<style>
a { background-color: #40494D; }
a { background-color: rgb(64,73,77); }
div.DivClassName
{
background-color: #40494D;
}
.BgClassName
{
background-color: #40494D;
}
</style>
border-color css
<style>
span { border-color: #40494D; }
span { border-color: rgb(64,73,77); }
td.TdClassName
{
border-color: #40494D;
}
.TagClassName
{
border-color: #40494D;
}
</style>