Shades of Grey-Asparagus #465B42
Tints of Grey-Asparagus #465B42
RGB
CMYK
RGB Variations
Color information
#465B42 (or 0x465B42) is known color: Grey-Asparagus. HEX triplet: 46, 5B and 42. RGB value is (70,91,66). Sum of RGB (Red+Green+Blue) = 70+91+66=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 91 - color contains mainly: green. Hex color #465B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B42 is #B9A4BD. Grayscale: #515151. Windows color (decimal): -12166334 or 4348742. OLE color: 4348742.
HSL color Cylindrical-coordinate representation of color #465B42: hue angle of 110.4º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #465B42 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 91 | 66 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.64 |
| HSL | 110.4º | 0.16% | 0.31% | - |
| HSV(B) | 110.4º | 0.27% | 0.36% | - |
| XYZ | 7.25 | 9.18 | 6.54 | - |
| YUV | 81.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 66 | 0.23 | 0 | 0.27 | 0.64 | 110.4 | 0.16 | 0.31 |
| Hex | 46 | 5B | 42 | 17 | 0 | 1B | 40 | 6E | 10 | 1F |
| Octal | 106 | 133 | 102 | 27 | 0 | 33 | 100 | 156 | 20 | 37 |
| Binary | 1000110 | 1011011 | 1000010 | 10111 | 0 | 11011 | 1000000 | 1101110 | 10000 | 11111 |
Color Harmonies of #465B42
Complementary color
Monochromatic Colors of #465B42
Black with #465B42
Text Example
Text Example
White with #465B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B42; }
p { color: rgb(70,91,66); }
H1.HeaderClassName
{
color: #465B42;
}
.AnyTagClassName
{
color: #465B42;
}
</style>
background-color css
<style>
a { background-color: #465B42; }
a { background-color: rgb(70,91,66); }
div.DivClassName
{
background-color: #465B42;
}
.BgClassName
{
background-color: #465B42;
}
</style>
border-color css
<style>
span { border-color: #465B42; }
span { border-color: rgb(70,91,66); }
td.TdClassName
{
border-color: #465B42;
}
.TagClassName
{
border-color: #465B42;
}
</style>