Shades of Grey-Asparagus #404E3F
Tints of Grey-Asparagus #404E3F
RGB
CMYK
RGB Variations
Color information
#404E3F (or 0x404E3F) is known color: Grey-Asparagus. HEX triplet: 40, 4E and 3F. RGB value is (64,78,63). Sum of RGB (Red+Green+Blue) = 64+78+63=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 78 - color contains mainly: green. Hex color #404E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404E3F is #BFB1C0. Grayscale: #484848. Windows color (decimal): -12562881 or 4148800. OLE color: 4148800.
HSL color Cylindrical-coordinate representation of color #404E3F: hue angle of 116º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #404E3F is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 78 | 63 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.69 |
| HSL | 116º | 0.11% | 0.28% | - |
| HSV(B) | 116º | 0.19% | 0.31% | - |
| XYZ | 5.74 | 6.9 | 5.73 | - |
| YUV | 72.1 | 122.86 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 63 | 0.18 | 0 | 0.19 | 0.69 | 116 | 0.11 | 0.28 |
| Hex | 40 | 4E | 3F | 12 | 0 | 13 | 45 | 74 | B | 1C |
| Octal | 100 | 116 | 77 | 22 | 0 | 23 | 105 | 164 | 13 | 34 |
| Binary | 1000000 | 1001110 | 111111 | 10010 | 0 | 10011 | 1000101 | 1110100 | 1011 | 11100 |
Color Harmonies of #404E3F
Complementary color
Monochromatic Colors of #404E3F
Black with #404E3F
Text Example
Text Example
White with #404E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E3F; }
p { color: rgb(64,78,63); }
H1.HeaderClassName
{
color: #404E3F;
}
.AnyTagClassName
{
color: #404E3F;
}
</style>
background-color css
<style>
a { background-color: #404E3F; }
a { background-color: rgb(64,78,63); }
div.DivClassName
{
background-color: #404E3F;
}
.BgClassName
{
background-color: #404E3F;
}
</style>
border-color css
<style>
span { border-color: #404E3F; }
span { border-color: rgb(64,78,63); }
td.TdClassName
{
border-color: #404E3F;
}
.TagClassName
{
border-color: #404E3F;
}
</style>