Shades of Grey-Asparagus #495049
Tints of Grey-Asparagus #495049
RGB
CMYK
RGB Variations
Color information
#495049 (or 0x495049) is known color: Grey-Asparagus. HEX triplet: 49, 50 and 49. RGB value is (73,80,73). Sum of RGB (Red+Green+Blue) = 73+80+73=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 80 - color contains mainly: green. Hex color #495049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495049 is #B6AFB6. Grayscale: #4D4D4D. Windows color (decimal): -11972535 or 4804681. OLE color: 4804681.
HSL color Cylindrical-coordinate representation of color #495049: hue angle of 120º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #495049 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 80 | 73 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.69 |
| HSL | 120º | 0.05% | 0.3% | - |
| HSV(B) | 120º | 0.09% | 0.31% | - |
| XYZ | 6.82 | 7.63 | 7.42 | - |
| YUV | 77.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 73 | 0.09 | 0 | 0.09 | 0.69 | 120 | 0.05 | 0.3 |
| Hex | 49 | 50 | 49 | 9 | 0 | 9 | 45 | 78 | 5 | 1E |
| Octal | 111 | 120 | 111 | 11 | 0 | 11 | 105 | 170 | 5 | 36 |
| Binary | 1001001 | 1010000 | 1001001 | 1001 | 0 | 1001 | 1000101 | 1111000 | 101 | 11110 |
Color Harmonies of #495049
Complementary color
Monochromatic Colors of #495049
Black with #495049
Text Example
Text Example
White with #495049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495049; }
p { color: rgb(73,80,73); }
H1.HeaderClassName
{
color: #495049;
}
.AnyTagClassName
{
color: #495049;
}
</style>
background-color css
<style>
a { background-color: #495049; }
a { background-color: rgb(73,80,73); }
div.DivClassName
{
background-color: #495049;
}
.BgClassName
{
background-color: #495049;
}
</style>
border-color css
<style>
span { border-color: #495049; }
span { border-color: rgb(73,80,73); }
td.TdClassName
{
border-color: #495049;
}
.TagClassName
{
border-color: #495049;
}
</style>