Shades of Atomic #40484A
Tints of Atomic #40484A
RGB
CMYK
RGB Variations
Color information
#40484A (or 0x40484A) is known color: Atomic. HEX triplet: 40, 48 and 4A. RGB value is (64,72,74). Sum of RGB (Red+Green+Blue) = 64+72+74=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 74 - color contains mainly: blue. Hex color #40484A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40484A is #BFB7B5. Grayscale: #454545. Windows color (decimal): -12564406 or 4868160. OLE color: 4868160.
HSL color Cylindrical-coordinate representation of color #40484A: hue angle of 192º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #40484A is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 72 | 74 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.71 |
| HSL | 192º | 0.07% | 0.27% | - |
| HSV(B) | 192º | 0.14% | 0.29% | - |
| XYZ | 5.67 | 6.22 | 7.38 | - |
| YUV | 69.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 74 | 0.14 | 0.03 | 0 | 0.71 | 192 | 0.07 | 0.27 |
| Hex | 40 | 48 | 4A | E | 3 | 0 | 47 | C0 | 7 | 1B |
| Octal | 100 | 110 | 112 | 16 | 3 | 0 | 107 | 300 | 7 | 33 |
| Binary | 1000000 | 1001000 | 1001010 | 1110 | 11 | 0 | 1000111 | 11000000 | 111 | 11011 |
Color Harmonies of #40484A
Complementary color
Monochromatic Colors of #40484A
Black with #40484A
Text Example
Text Example
White with #40484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40484A; }
p { color: rgb(64,72,74); }
H1.HeaderClassName
{
color: #40484A;
}
.AnyTagClassName
{
color: #40484A;
}
</style>
background-color css
<style>
a { background-color: #40484A; }
a { background-color: rgb(64,72,74); }
div.DivClassName
{
background-color: #40484A;
}
.BgClassName
{
background-color: #40484A;
}
</style>
border-color css
<style>
span { border-color: #40484A; }
span { border-color: rgb(64,72,74); }
td.TdClassName
{
border-color: #40484A;
}
.TagClassName
{
border-color: #40484A;
}
</style>