Shades of Grey-Asparagus #464946
Tints of Grey-Asparagus #464946
RGB
CMYK
RGB Variations
Color information
#464946 (or 0x464946) is known color: Grey-Asparagus. HEX triplet: 46, 49 and 46. RGB value is (70,73,70). Sum of RGB (Red+Green+Blue) = 70+73+70=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 73 - color contains mainly: green. Hex color #464946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464946 is #B9B6B9. Grayscale: #474747. Windows color (decimal): -12170938 or 4606278. OLE color: 4606278.
HSL color Cylindrical-coordinate representation of color #464946: hue angle of 120º degrees, saturation: 0.02, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #464946 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
RGB | 70 | 73 | 70 | - |
CMYK | 0.04 | 0 | 0.04 | 0.71 |
HSL | 120º | 0.02% | 0.28% | - |
HSV(B) | 120º | 0.04% | 0.29% | - |
XYZ | 6.01 | 6.51 | 6.73 | - |
YUV | 71.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 70 | 73 | 70 | 0.04 | 0 | 0.04 | 0.71 | 120 | 0.02 | 0.28 |
Hex | 46 | 49 | 46 | 4 | 0 | 4 | 47 | 78 | 2 | 1C |
Octal | 106 | 111 | 106 | 4 | 0 | 4 | 107 | 170 | 2 | 34 |
Binary | 1000110 | 1001001 | 1000110 | 100 | 0 | 100 | 1000111 | 1111000 | 10 | 11100 |
Color Harmonies of #464946
Complementary color
Monochromatic Colors of #464946
Black with #464946
Text Example
Text Example
White with #464946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464946; }
p { color: rgb(70,73,70); }
H1.HeaderClassName
{
color: #464946;
}
.AnyTagClassName
{
color: #464946;
}
</style>
background-color css
<style>
a { background-color: #464946; }
a { background-color: rgb(70,73,70); }
div.DivClassName
{
background-color: #464946;
}
.BgClassName
{
background-color: #464946;
}
</style>
border-color css
<style>
span { border-color: #464946; }
span { border-color: rgb(70,73,70); }
td.TdClassName
{
border-color: #464946;
}
.TagClassName
{
border-color: #464946;
}
</style>