Shades of Grey-Asparagus #4A5B48
Tints of Grey-Asparagus #4A5B48
RGB
CMYK
RGB Variations
Color information
#4A5B48 (or 0x4A5B48) is known color: Grey-Asparagus. HEX triplet: 4A, 5B and 48. RGB value is (74,91,72). Sum of RGB (Red+Green+Blue) = 74+91+72=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 91 - color contains mainly: green. Hex color #4A5B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5B48 is #B5A4B7. Grayscale: #535353. Windows color (decimal): -11904184 or 4741962. OLE color: 4741962.
HSL color Cylindrical-coordinate representation of color #4A5B48: hue angle of 113.68º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4A5B48 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 91 | 72 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.64 |
| HSL | 113.68º | 0.12% | 0.32% | - |
| HSV(B) | 113.68º | 0.21% | 0.36% | - |
| XYZ | 7.73 | 9.41 | 7.54 | - |
| YUV | 83.75 | 121.37 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 91 | 72 | 0.19 | 0 | 0.21 | 0.64 | 113.68 | 0.12 | 0.32 |
| Hex | 4A | 5B | 48 | 13 | 0 | 15 | 40 | 72 | C | 20 |
| Octal | 112 | 133 | 110 | 23 | 0 | 25 | 100 | 162 | 14 | 40 |
| Binary | 1001010 | 1011011 | 1001000 | 10011 | 0 | 10101 | 1000000 | 1110010 | 1100 | 100000 |
Color Harmonies of #4A5B48
Complementary color
Monochromatic Colors of #4A5B48
Black with #4A5B48
Text Example
Text Example
White with #4A5B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5B48; }
p { color: rgb(74,91,72); }
H1.HeaderClassName
{
color: #4A5B48;
}
.AnyTagClassName
{
color: #4A5B48;
}
</style>
background-color css
<style>
a { background-color: #4A5B48; }
a { background-color: rgb(74,91,72); }
div.DivClassName
{
background-color: #4A5B48;
}
.BgClassName
{
background-color: #4A5B48;
}
</style>
border-color css
<style>
span { border-color: #4A5B48; }
span { border-color: rgb(74,91,72); }
td.TdClassName
{
border-color: #4A5B48;
}
.TagClassName
{
border-color: #4A5B48;
}
</style>