Shades of Grey-Asparagus #465944
Tints of Grey-Asparagus #465944
RGB
CMYK
RGB Variations
Color information
#465944 (or 0x465944) is known color: Grey-Asparagus. HEX triplet: 46, 59 and 44. RGB value is (70,89,68). Sum of RGB (Red+Green+Blue) = 70+89+68=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #465944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465944 is #B9A6BB. Grayscale: #505050. Windows color (decimal): -12166844 or 4479302. OLE color: 4479302.
HSL color Cylindrical-coordinate representation of color #465944: hue angle of 114.29º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #465944 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 89 | 68 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.65 |
| HSL | 114.29º | 0.13% | 0.31% | - |
| HSV(B) | 114.29º | 0.24% | 0.35% | - |
| XYZ | 7.14 | 8.86 | 6.8 | - |
| YUV | 80.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 68 | 0.21 | 0 | 0.24 | 0.65 | 114.29 | 0.13 | 0.31 |
| Hex | 46 | 59 | 44 | 15 | 0 | 18 | 41 | 72 | D | 1F |
| Octal | 106 | 131 | 104 | 25 | 0 | 30 | 101 | 162 | 15 | 37 |
| Binary | 1000110 | 1011001 | 1000100 | 10101 | 0 | 11000 | 1000001 | 1110010 | 1101 | 11111 |
Color Harmonies of #465944
Complementary color
Monochromatic Colors of #465944
Black with #465944
Text Example
Text Example
White with #465944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465944; }
p { color: rgb(70,89,68); }
H1.HeaderClassName
{
color: #465944;
}
.AnyTagClassName
{
color: #465944;
}
</style>
background-color css
<style>
a { background-color: #465944; }
a { background-color: rgb(70,89,68); }
div.DivClassName
{
background-color: #465944;
}
.BgClassName
{
background-color: #465944;
}
</style>
border-color css
<style>
span { border-color: #465944; }
span { border-color: rgb(70,89,68); }
td.TdClassName
{
border-color: #465944;
}
.TagClassName
{
border-color: #465944;
}
</style>