Shades of Grey-Asparagus #465B46
Tints of Grey-Asparagus #465B46
RGB
CMYK
RGB Variations
Color information
#465B46 (or 0x465B46) is known color: Grey-Asparagus. HEX triplet: 46, 5B and 46. RGB value is (70,91,70). Sum of RGB (Red+Green+Blue) = 70+91+70=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 91 - color contains mainly: green. Hex color #465B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B46 is #B9A4B9. Grayscale: #525252. Windows color (decimal): -12166330 or 4610886. OLE color: 4610886.
HSL color Cylindrical-coordinate representation of color #465B46: hue angle of 120º 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 #465B46 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 91 | 70 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.64 |
| HSL | 120º | 0.13% | 0.32% | - |
| HSV(B) | 120º | 0.23% | 0.36% | - |
| XYZ | 7.37 | 9.23 | 7.19 | - |
| YUV | 82.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 70 | 0.23 | 0 | 0.23 | 0.64 | 120 | 0.13 | 0.32 |
| Hex | 46 | 5B | 46 | 17 | 0 | 17 | 40 | 78 | D | 20 |
| Octal | 106 | 133 | 106 | 27 | 0 | 27 | 100 | 170 | 15 | 40 |
| Binary | 1000110 | 1011011 | 1000110 | 10111 | 0 | 10111 | 1000000 | 1111000 | 1101 | 100000 |
Color Harmonies of #465B46
Complementary color
Monochromatic Colors of #465B46
Black with #465B46
Text Example
Text Example
White with #465B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B46; }
p { color: rgb(70,91,70); }
H1.HeaderClassName
{
color: #465B46;
}
.AnyTagClassName
{
color: #465B46;
}
</style>
background-color css
<style>
a { background-color: #465B46; }
a { background-color: rgb(70,91,70); }
div.DivClassName
{
background-color: #465B46;
}
.BgClassName
{
background-color: #465B46;
}
</style>
border-color css
<style>
span { border-color: #465B46; }
span { border-color: rgb(70,91,70); }
td.TdClassName
{
border-color: #465B46;
}
.TagClassName
{
border-color: #465B46;
}
</style>