Shades of Atomic #40484B
Tints of Atomic #40484B
RGB
CMYK
RGB Variations
Color information
#40484B (or 0x40484B) is known color: Atomic. HEX triplet: 40, 48 and 4B. RGB value is (64,72,75). Sum of RGB (Red+Green+Blue) = 64+72+75=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 75 - color contains mainly: blue. Hex color #40484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40484B is #BFB7B4. Grayscale: #454545. Windows color (decimal): -12564405 or 4933696. OLE color: 4933696.
HSL color Cylindrical-coordinate representation of color #40484B: hue angle of 196.36º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #40484B is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 72 | 75 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.71 |
| HSL | 196.36º | 0.08% | 0.27% | - |
| HSV(B) | 196.36º | 0.15% | 0.29% | - |
| XYZ | 5.7 | 6.23 | 7.56 | - |
| YUV | 69.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 75 | 0.15 | 0.04 | 0 | 0.71 | 196.36 | 0.08 | 0.27 |
| Hex | 40 | 48 | 4B | F | 4 | 0 | 47 | C4 | 8 | 1B |
| Octal | 100 | 110 | 113 | 17 | 4 | 0 | 107 | 304 | 10 | 33 |
| Binary | 1000000 | 1001000 | 1001011 | 1111 | 100 | 0 | 1000111 | 11000100 | 1000 | 11011 |
Color Harmonies of #40484B
Complementary color
Monochromatic Colors of #40484B
Black with #40484B
Text Example
Text Example
White with #40484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40484B; }
p { color: rgb(64,72,75); }
H1.HeaderClassName
{
color: #40484B;
}
.AnyTagClassName
{
color: #40484B;
}
</style>
background-color css
<style>
a { background-color: #40484B; }
a { background-color: rgb(64,72,75); }
div.DivClassName
{
background-color: #40484B;
}
.BgClassName
{
background-color: #40484B;
}
</style>
border-color css
<style>
span { border-color: #40484B; }
span { border-color: rgb(64,72,75); }
td.TdClassName
{
border-color: #40484B;
}
.TagClassName
{
border-color: #40484B;
}
</style>