Shades of Grey-Asparagus #404B3E
Tints of Grey-Asparagus #404B3E
RGB
CMYK
RGB Variations
Color information
#404B3E (or 0x404B3E) is known color: Grey-Asparagus. HEX triplet: 40, 4B and 3E. RGB value is (64,75,62). Sum of RGB (Red+Green+Blue) = 64+75+62=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 75 - color contains mainly: green. Hex color #404B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B3E is #BFB4C1. Grayscale: #464646. Windows color (decimal): -12563650 or 4082496. OLE color: 4082496.
HSL color Cylindrical-coordinate representation of color #404B3E: hue angle of 110.77º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #404B3E is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 75 | 62 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.71 |
| HSL | 110.77º | 0.09% | 0.27% | - |
| HSV(B) | 110.77º | 0.17% | 0.29% | - |
| XYZ | 5.5 | 6.47 | 5.52 | - |
| YUV | 70.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 62 | 0.15 | 0 | 0.17 | 0.71 | 110.77 | 0.09 | 0.27 |
| Hex | 40 | 4B | 3E | F | 0 | 11 | 47 | 6F | 9 | 1B |
| Octal | 100 | 113 | 76 | 17 | 0 | 21 | 107 | 157 | 11 | 33 |
| Binary | 1000000 | 1001011 | 111110 | 1111 | 0 | 10001 | 1000111 | 1101111 | 1001 | 11011 |
Color Harmonies of #404B3E
Complementary color
Monochromatic Colors of #404B3E
Black with #404B3E
Text Example
Text Example
White with #404B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B3E; }
p { color: rgb(64,75,62); }
H1.HeaderClassName
{
color: #404B3E;
}
.AnyTagClassName
{
color: #404B3E;
}
</style>
background-color css
<style>
a { background-color: #404B3E; }
a { background-color: rgb(64,75,62); }
div.DivClassName
{
background-color: #404B3E;
}
.BgClassName
{
background-color: #404B3E;
}
</style>
border-color css
<style>
span { border-color: #404B3E; }
span { border-color: rgb(64,75,62); }
td.TdClassName
{
border-color: #404B3E;
}
.TagClassName
{
border-color: #404B3E;
}
</style>