Shades of Grey-Asparagus #465B47
Tints of Grey-Asparagus #465B47
RGB
CMYK
RGB Variations
Color information
#465B47 (or 0x465B47) is known color: Grey-Asparagus. HEX triplet: 46, 5B and 47. RGB value is (70,91,71). Sum of RGB (Red+Green+Blue) = 70+91+71=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 91 - color contains mainly: green. Hex color #465B47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B47 is #B9A4B8. Grayscale: #525252. Windows color (decimal): -12166329 or 4676422. OLE color: 4676422.
HSL color Cylindrical-coordinate representation of color #465B47: hue angle of 122.86º 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 #465B47 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 91 | 71 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.64 |
| HSL | 122.86º | 0.13% | 0.32% | - |
| HSV(B) | 122.86º | 0.23% | 0.36% | - |
| XYZ | 7.4 | 9.24 | 7.35 | - |
| YUV | 82.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 71 | 0.23 | 0 | 0.22 | 0.64 | 122.86 | 0.13 | 0.32 |
| Hex | 46 | 5B | 47 | 17 | 0 | 16 | 40 | 7B | D | 20 |
| Octal | 106 | 133 | 107 | 27 | 0 | 26 | 100 | 173 | 15 | 40 |
| Binary | 1000110 | 1011011 | 1000111 | 10111 | 0 | 10110 | 1000000 | 1111011 | 1101 | 100000 |
Color Harmonies of #465B47
Complementary color
Monochromatic Colors of #465B47
Black with #465B47
Text Example
Text Example
White with #465B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B47; }
p { color: rgb(70,91,71); }
H1.HeaderClassName
{
color: #465B47;
}
.AnyTagClassName
{
color: #465B47;
}
</style>
background-color css
<style>
a { background-color: #465B47; }
a { background-color: rgb(70,91,71); }
div.DivClassName
{
background-color: #465B47;
}
.BgClassName
{
background-color: #465B47;
}
</style>
border-color css
<style>
span { border-color: #465B47; }
span { border-color: rgb(70,91,71); }
td.TdClassName
{
border-color: #465B47;
}
.TagClassName
{
border-color: #465B47;
}
</style>