Shades of Atomic #40484D
Tints of Atomic #40484D
RGB
CMYK
RGB Variations
Color information
#40484D (or 0x40484D) is known color: Atomic. HEX triplet: 40, 48 and 4D. RGB value is (64,72,77). Sum of RGB (Red+Green+Blue) = 64+72+77=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 77 - color contains mainly: blue. Hex color #40484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40484D is #BFB7B2. Grayscale: #464646. Windows color (decimal): -12564403 or 5064768. OLE color: 5064768.
HSL color Cylindrical-coordinate representation of color #40484D: hue angle of 203.08º 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 #40484D is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 72 | 77 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.70 |
| HSL | 203.08º | 0.09% | 0.28% | - |
| HSV(B) | 203.08º | 0.17% | 0.3% | - |
| XYZ | 5.77 | 6.26 | 7.93 | - |
| YUV | 70.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 77 | 0.17 | 0.06 | 0 | 0.70 | 203.08 | 0.09 | 0.28 |
| Hex | 40 | 48 | 4D | 11 | 6 | 0 | 46 | CB | 9 | 1C |
| Octal | 100 | 110 | 115 | 21 | 6 | 0 | 106 | 313 | 11 | 34 |
| Binary | 1000000 | 1001000 | 1001101 | 10001 | 110 | 0 | 1000110 | 11001011 | 1001 | 11100 |
Color Harmonies of #40484D
Complementary color
Monochromatic Colors of #40484D
Black with #40484D
Text Example
Text Example
White with #40484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40484D; }
p { color: rgb(64,72,77); }
H1.HeaderClassName
{
color: #40484D;
}
.AnyTagClassName
{
color: #40484D;
}
</style>
background-color css
<style>
a { background-color: #40484D; }
a { background-color: rgb(64,72,77); }
div.DivClassName
{
background-color: #40484D;
}
.BgClassName
{
background-color: #40484D;
}
</style>
border-color css
<style>
span { border-color: #40484D; }
span { border-color: rgb(64,72,77); }
td.TdClassName
{
border-color: #40484D;
}
.TagClassName
{
border-color: #40484D;
}
</style>