Shades of Grey-Asparagus #4A5949
Tints of Grey-Asparagus #4A5949
RGB
CMYK
RGB Variations
Color information
#4A5949 (or 0x4A5949) is known color: Grey-Asparagus. HEX triplet: 4A, 59 and 49. RGB value is (74,89,73). Sum of RGB (Red+Green+Blue) = 74+89+73=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 89 - color contains mainly: green. Hex color #4A5949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5949 is #B5A6B6. Grayscale: #525252. Windows color (decimal): -11904695 or 4806986. OLE color: 4806986.
HSL color Cylindrical-coordinate representation of color #4A5949: hue angle of 116.25º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4A5949 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 89 | 73 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.65 |
| HSL | 116.25º | 0.1% | 0.32% | - |
| HSV(B) | 116.25º | 0.18% | 0.35% | - |
| XYZ | 7.6 | 9.08 | 7.66 | - |
| YUV | 82.69 | 122.53 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 89 | 73 | 0.17 | 0 | 0.18 | 0.65 | 116.25 | 0.1 | 0.32 |
| Hex | 4A | 59 | 49 | 11 | 0 | 12 | 41 | 74 | A | 20 |
| Octal | 112 | 131 | 111 | 21 | 0 | 22 | 101 | 164 | 12 | 40 |
| Binary | 1001010 | 1011001 | 1001001 | 10001 | 0 | 10010 | 1000001 | 1110100 | 1010 | 100000 |
Color Harmonies of #4A5949
Complementary color
Monochromatic Colors of #4A5949
Black with #4A5949
Text Example
Text Example
White with #4A5949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5949; }
p { color: rgb(74,89,73); }
H1.HeaderClassName
{
color: #4A5949;
}
.AnyTagClassName
{
color: #4A5949;
}
</style>
background-color css
<style>
a { background-color: #4A5949; }
a { background-color: rgb(74,89,73); }
div.DivClassName
{
background-color: #4A5949;
}
.BgClassName
{
background-color: #4A5949;
}
</style>
border-color css
<style>
span { border-color: #4A5949; }
span { border-color: rgb(74,89,73); }
td.TdClassName
{
border-color: #4A5949;
}
.TagClassName
{
border-color: #4A5949;
}
</style>