Shades of Grey-Asparagus #465841
Tints of Grey-Asparagus #465841
RGB
CMYK
RGB Variations
Color information
#465841 (or 0x465841) is known color: Grey-Asparagus. HEX triplet: 46, 58 and 41. RGB value is (70,88,65). Sum of RGB (Red+Green+Blue) = 70+88+65=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 88 - color contains mainly: green. Hex color #465841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465841 is #B9A7BE. Grayscale: #505050. Windows color (decimal): -12167103 or 4282438. OLE color: 4282438.
HSL color Cylindrical-coordinate representation of color #465841: hue angle of 106.96º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #465841 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 88 | 65 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.65 |
| HSL | 106.96º | 0.15% | 0.3% | - |
| HSV(B) | 106.96º | 0.26% | 0.35% | - |
| XYZ | 6.97 | 8.66 | 6.31 | - |
| YUV | 80 | 119.54 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 65 | 0.20 | 0 | 0.26 | 0.65 | 106.96 | 0.15 | 0.3 |
| Hex | 46 | 58 | 41 | 14 | 0 | 1A | 41 | 6B | F | 1E |
| Octal | 106 | 130 | 101 | 24 | 0 | 32 | 101 | 153 | 17 | 36 |
| Binary | 1000110 | 1011000 | 1000001 | 10100 | 0 | 11010 | 1000001 | 1101011 | 1111 | 11110 |
Color Harmonies of #465841
Complementary color
Monochromatic Colors of #465841
Black with #465841
Text Example
Text Example
White with #465841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465841; }
p { color: rgb(70,88,65); }
H1.HeaderClassName
{
color: #465841;
}
.AnyTagClassName
{
color: #465841;
}
</style>
background-color css
<style>
a { background-color: #465841; }
a { background-color: rgb(70,88,65); }
div.DivClassName
{
background-color: #465841;
}
.BgClassName
{
background-color: #465841;
}
</style>
border-color css
<style>
span { border-color: #465841; }
span { border-color: rgb(70,88,65); }
td.TdClassName
{
border-color: #465841;
}
.TagClassName
{
border-color: #465841;
}
</style>