Shades of Grey-Asparagus #485B46
Tints of Grey-Asparagus #485B46
RGB
CMYK
RGB Variations
Color information
#485B46 (or 0x485B46) is known color: Grey-Asparagus. HEX triplet: 48, 5B and 46. RGB value is (72,91,70). Sum of RGB (Red+Green+Blue) = 72+91+70=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 91 - color contains mainly: green. Hex color #485B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485B46 is #B7A4B9. Grayscale: #525252. Windows color (decimal): -12035258 or 4610888. OLE color: 4610888.
HSL color Cylindrical-coordinate representation of color #485B46: hue angle of 114.29º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485B46 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 91 | 70 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.64 |
| HSL | 114.29º | 0.13% | 0.32% | - |
| HSV(B) | 114.29º | 0.23% | 0.36% | - |
| XYZ | 7.52 | 9.3 | 7.19 | - |
| YUV | 82.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 70 | 0.21 | 0 | 0.23 | 0.64 | 114.29 | 0.13 | 0.32 |
| Hex | 48 | 5B | 46 | 15 | 0 | 17 | 40 | 72 | D | 20 |
| Octal | 110 | 133 | 106 | 25 | 0 | 27 | 100 | 162 | 15 | 40 |
| Binary | 1001000 | 1011011 | 1000110 | 10101 | 0 | 10111 | 1000000 | 1110010 | 1101 | 100000 |
Color Harmonies of #485B46
Complementary color
Monochromatic Colors of #485B46
Black with #485B46
Text Example
Text Example
White with #485B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485B46; }
p { color: rgb(72,91,70); }
H1.HeaderClassName
{
color: #485B46;
}
.AnyTagClassName
{
color: #485B46;
}
</style>
background-color css
<style>
a { background-color: #485B46; }
a { background-color: rgb(72,91,70); }
div.DivClassName
{
background-color: #485B46;
}
.BgClassName
{
background-color: #485B46;
}
</style>
border-color css
<style>
span { border-color: #485B46; }
span { border-color: rgb(72,91,70); }
td.TdClassName
{
border-color: #485B46;
}
.TagClassName
{
border-color: #485B46;
}
</style>