Shades of Grey-Asparagus #465A42
Tints of Grey-Asparagus #465A42
RGB
CMYK
RGB Variations
Color information
#465A42 (or 0x465A42) is known color: Grey-Asparagus. HEX triplet: 46, 5A and 42. RGB value is (70,90,66). Sum of RGB (Red+Green+Blue) = 70+90+66=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 90 - color contains mainly: green. Hex color #465A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A42 is #B9A5BD. Grayscale: #515151. Windows color (decimal): -12166590 or 4348486. OLE color: 4348486.
HSL color Cylindrical-coordinate representation of color #465A42: hue angle of 110º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #465A42 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 90 | 66 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.65 |
| HSL | 110º | 0.15% | 0.31% | - |
| HSV(B) | 110º | 0.27% | 0.35% | - |
| XYZ | 7.17 | 9.01 | 6.52 | - |
| YUV | 81.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 66 | 0.22 | 0 | 0.27 | 0.65 | 110 | 0.15 | 0.31 |
| Hex | 46 | 5A | 42 | 16 | 0 | 1B | 41 | 6E | F | 1F |
| Octal | 106 | 132 | 102 | 26 | 0 | 33 | 101 | 156 | 17 | 37 |
| Binary | 1000110 | 1011010 | 1000010 | 10110 | 0 | 11011 | 1000001 | 1101110 | 1111 | 11111 |
Color Harmonies of #465A42
Complementary color
Monochromatic Colors of #465A42
Black with #465A42
Text Example
Text Example
White with #465A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A42; }
p { color: rgb(70,90,66); }
H1.HeaderClassName
{
color: #465A42;
}
.AnyTagClassName
{
color: #465A42;
}
</style>
background-color css
<style>
a { background-color: #465A42; }
a { background-color: rgb(70,90,66); }
div.DivClassName
{
background-color: #465A42;
}
.BgClassName
{
background-color: #465A42;
}
</style>
border-color css
<style>
span { border-color: #465A42; }
span { border-color: rgb(70,90,66); }
td.TdClassName
{
border-color: #465A42;
}
.TagClassName
{
border-color: #465A42;
}
</style>