Shades of Grey-Asparagus #494E49
Tints of Grey-Asparagus #494E49
RGB
CMYK
RGB Variations
Color information
#494E49 (or 0x494E49) is known color: Grey-Asparagus. HEX triplet: 49, 4E and 49. RGB value is (73,78,73). Sum of RGB (Red+Green+Blue) = 73+78+73=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 78 - color contains mainly: green. Hex color #494E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494E49 is #B6B1B6. Grayscale: #4B4B4B. Windows color (decimal): -11973047 or 4804169. OLE color: 4804169.
HSL color Cylindrical-coordinate representation of color #494E49: hue angle of 120º degrees, saturation: 0.03, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #494E49 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 78 | 73 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.69 |
| HSL | 120º | 0.03% | 0.3% | - |
| HSV(B) | 120º | 0.06% | 0.31% | - |
| XYZ | 6.67 | 7.35 | 7.37 | - |
| YUV | 75.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 78 | 73 | 0.06 | 0 | 0.06 | 0.69 | 120 | 0.03 | 0.3 |
| Hex | 49 | 4E | 49 | 6 | 0 | 6 | 45 | 78 | 3 | 1E |
| Octal | 111 | 116 | 111 | 6 | 0 | 6 | 105 | 170 | 3 | 36 |
| Binary | 1001001 | 1001110 | 1001001 | 110 | 0 | 110 | 1000101 | 1111000 | 11 | 11110 |
Color Harmonies of #494E49
Complementary color
Monochromatic Colors of #494E49
Black with #494E49
Text Example
Text Example
White with #494E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494E49; }
p { color: rgb(73,78,73); }
H1.HeaderClassName
{
color: #494E49;
}
.AnyTagClassName
{
color: #494E49;
}
</style>
background-color css
<style>
a { background-color: #494E49; }
a { background-color: rgb(73,78,73); }
div.DivClassName
{
background-color: #494E49;
}
.BgClassName
{
background-color: #494E49;
}
</style>
border-color css
<style>
span { border-color: #494E49; }
span { border-color: rgb(73,78,73); }
td.TdClassName
{
border-color: #494E49;
}
.TagClassName
{
border-color: #494E49;
}
</style>