Shades of Atomic #40494F
Tints of Atomic #40494F
RGB
CMYK
RGB Variations
Color information
#40494F (or 0x40494F) is known color: Atomic. HEX triplet: 40, 49 and 4F. RGB value is (64,73,79). Sum of RGB (Red+Green+Blue) = 64+73+79=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 79 - color contains mainly: blue. Hex color #40494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40494F is #BFB6B0. Grayscale: #464646. Windows color (decimal): -12564145 or 5196096. OLE color: 5196096.
HSL color Cylindrical-coordinate representation of color #40494F: hue angle of 204º 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 #40494F is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 73 | 79 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.69 |
| HSL | 204º | 0.1% | 0.28% | - |
| HSV(B) | 204º | 0.19% | 0.31% | - |
| XYZ | 5.91 | 6.42 | 8.32 | - |
| YUV | 70.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 79 | 0.19 | 0.08 | 0 | 0.69 | 204 | 0.1 | 0.28 |
| Hex | 40 | 49 | 4F | 13 | 8 | 0 | 45 | CC | A | 1C |
| Octal | 100 | 111 | 117 | 23 | 10 | 0 | 105 | 314 | 12 | 34 |
| Binary | 1000000 | 1001001 | 1001111 | 10011 | 1000 | 0 | 1000101 | 11001100 | 1010 | 11100 |
Color Harmonies of #40494F
Complementary color
Monochromatic Colors of #40494F
Black with #40494F
Text Example
Text Example
White with #40494F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40494F; }
p { color: rgb(64,73,79); }
H1.HeaderClassName
{
color: #40494F;
}
.AnyTagClassName
{
color: #40494F;
}
</style>
background-color css
<style>
a { background-color: #40494F; }
a { background-color: rgb(64,73,79); }
div.DivClassName
{
background-color: #40494F;
}
.BgClassName
{
background-color: #40494F;
}
</style>
border-color css
<style>
span { border-color: #40494F; }
span { border-color: rgb(64,73,79); }
td.TdClassName
{
border-color: #40494F;
}
.TagClassName
{
border-color: #40494F;
}
</style>