Shades of Grey-Asparagus #465646
Tints of Grey-Asparagus #465646
RGB
CMYK
RGB Variations
Color information
#465646 (or 0x465646) is known color: Grey-Asparagus. HEX triplet: 46, 56 and 46. RGB value is (70,86,70). Sum of RGB (Red+Green+Blue) = 70+86+70=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 86 - color contains mainly: green. Hex color #465646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465646 is #B9A9B9. Grayscale: #4F4F4F. Windows color (decimal): -12167610 or 4609606. OLE color: 4609606.
HSL color Cylindrical-coordinate representation of color #465646: hue angle of 120º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #465646 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 70 | 86 | 70 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.66 |
| HSL | 120º | 0.1% | 0.31% | - |
| HSV(B) | 120º | 0.19% | 0.34% | - |
| XYZ | 6.96 | 8.4 | 7.05 | - |
| YUV | 79.39 | 122.7 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 86 | 70 | 0.19 | 0 | 0.19 | 0.66 | 120 | 0.1 | 0.31 |
| Hex | 46 | 56 | 46 | 13 | 0 | 13 | 42 | 78 | A | 1F |
| Octal | 106 | 126 | 106 | 23 | 0 | 23 | 102 | 170 | 12 | 37 |
| Binary | 1000110 | 1010110 | 1000110 | 10011 | 0 | 10011 | 1000010 | 1111000 | 1010 | 11111 |
Color Harmonies of #465646
Complementary color
Monochromatic Colors of #465646
Black with #465646
Text Example
Text Example
White with #465646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465646; }
p { color: rgb(70,86,70); }
H1.HeaderClassName
{
color: #465646;
}
.AnyTagClassName
{
color: #465646;
}
</style>
background-color css
<style>
a { background-color: #465646; }
a { background-color: rgb(70,86,70); }
div.DivClassName
{
background-color: #465646;
}
.BgClassName
{
background-color: #465646;
}
</style>
border-color css
<style>
span { border-color: #465646; }
span { border-color: rgb(70,86,70); }
td.TdClassName
{
border-color: #465646;
}
.TagClassName
{
border-color: #465646;
}
</style>