Shades of Atomic #404B50
Tints of Atomic #404B50
RGB
CMYK
RGB Variations
Color information
#404B50 (or 0x404B50) is known color: Atomic. HEX triplet: 40, 4B and 50. RGB value is (64,75,80). Sum of RGB (Red+Green+Blue) = 64+75+80=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 80 - color contains mainly: blue. Hex color #404B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B50 is #BFB4AF. Grayscale: #484848. Windows color (decimal): -12563632 or 5262144. OLE color: 5262144.
HSL color Cylindrical-coordinate representation of color #404B50: hue angle of 198.75º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #404B50 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 75 | 80 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.69 |
| HSL | 198.75º | 0.11% | 0.28% | - |
| HSV(B) | 198.75º | 0.2% | 0.31% | - |
| XYZ | 6.08 | 6.7 | 8.56 | - |
| YUV | 72.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 80 | 0.20 | 0.06 | 0 | 0.69 | 198.75 | 0.11 | 0.28 |
| Hex | 40 | 4B | 50 | 14 | 6 | 0 | 45 | C7 | B | 1C |
| Octal | 100 | 113 | 120 | 24 | 6 | 0 | 105 | 307 | 13 | 34 |
| Binary | 1000000 | 1001011 | 1010000 | 10100 | 110 | 0 | 1000101 | 11000111 | 1011 | 11100 |
Color Harmonies of #404B50
Complementary color
Monochromatic Colors of #404B50
Black with #404B50
Text Example
Text Example
White with #404B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B50; }
p { color: rgb(64,75,80); }
H1.HeaderClassName
{
color: #404B50;
}
.AnyTagClassName
{
color: #404B50;
}
</style>
background-color css
<style>
a { background-color: #404B50; }
a { background-color: rgb(64,75,80); }
div.DivClassName
{
background-color: #404B50;
}
.BgClassName
{
background-color: #404B50;
}
</style>
border-color css
<style>
span { border-color: #404B50; }
span { border-color: rgb(64,75,80); }
td.TdClassName
{
border-color: #404B50;
}
.TagClassName
{
border-color: #404B50;
}
</style>