Shades of Grey-Asparagus #4B5A48
Tints of Grey-Asparagus #4B5A48
RGB
CMYK
RGB Variations
Color information
#4B5A48 (or 0x4B5A48) is known color: Grey-Asparagus. HEX triplet: 4B, 5A and 48. RGB value is (75,90,72). Sum of RGB (Red+Green+Blue) = 75+90+72=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5A48 is #B4A5B7. Grayscale: #535353. Windows color (decimal): -11838904 or 4741707. OLE color: 4741707.
HSL color Cylindrical-coordinate representation of color #4B5A48: hue angle of 110º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4B5A48 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 90 | 72 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.65 |
| HSL | 110º | 0.11% | 0.32% | - |
| HSV(B) | 110º | 0.2% | 0.35% | - |
| XYZ | 7.73 | 9.28 | 7.51 | - |
| YUV | 83.46 | 121.53 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 90 | 72 | 0.17 | 0 | 0.20 | 0.65 | 110 | 0.11 | 0.32 |
| Hex | 4B | 5A | 48 | 11 | 0 | 14 | 41 | 6E | B | 20 |
| Octal | 113 | 132 | 110 | 21 | 0 | 24 | 101 | 156 | 13 | 40 |
| Binary | 1001011 | 1011010 | 1001000 | 10001 | 0 | 10100 | 1000001 | 1101110 | 1011 | 100000 |
Color Harmonies of #4B5A48
Complementary color
Monochromatic Colors of #4B5A48
Black with #4B5A48
Text Example
Text Example
White with #4B5A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5A48; }
p { color: rgb(75,90,72); }
H1.HeaderClassName
{
color: #4B5A48;
}
.AnyTagClassName
{
color: #4B5A48;
}
</style>
background-color css
<style>
a { background-color: #4B5A48; }
a { background-color: rgb(75,90,72); }
div.DivClassName
{
background-color: #4B5A48;
}
.BgClassName
{
background-color: #4B5A48;
}
</style>
border-color css
<style>
span { border-color: #4B5A48; }
span { border-color: rgb(75,90,72); }
td.TdClassName
{
border-color: #4B5A48;
}
.TagClassName
{
border-color: #4B5A48;
}
</style>