Shades of Grey-Asparagus #464746
Tints of Grey-Asparagus #464746
RGB
CMYK
RGB Variations
Color information
#464746 (or 0x464746) is known color: Grey-Asparagus. HEX triplet: 46, 47 and 46. RGB value is (70,71,70). Sum of RGB (Red+Green+Blue) = 70+71+70=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 71 - color contains mainly: green. Hex color #464746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464746 is #B9B8B9. Grayscale: #464646. Windows color (decimal): -12171450 or 4605766. OLE color: 4605766.
HSL color Cylindrical-coordinate representation of color #464746: hue angle of 120º degrees, saturation: 0.01, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #464746 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.
Color convert
RGB | 70 | 71 | 70 | - |
CMYK | 0.01 | 0 | 0.01 | 0.72 |
HSL | 120º | 0.01% | 0.28% | - |
HSV(B) | 120º | 0.01% | 0.28% | - |
XYZ | 5.88 | 6.25 | 6.69 | - |
YUV | 70.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 70 | 71 | 70 | 0.01 | 0 | 0.01 | 0.72 | 120 | 0.01 | 0.28 |
Hex | 46 | 47 | 46 | 1 | 0 | 1 | 48 | 78 | 1 | 1C |
Octal | 106 | 107 | 106 | 1 | 0 | 1 | 110 | 170 | 1 | 34 |
Binary | 1000110 | 1000111 | 1000110 | 1 | 0 | 1 | 1001000 | 1111000 | 1 | 11100 |
Color Harmonies of #464746
Complementary color
Monochromatic Colors of #464746
Black with #464746
Text Example
Text Example
White with #464746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464746; }
p { color: rgb(70,71,70); }
H1.HeaderClassName
{
color: #464746;
}
.AnyTagClassName
{
color: #464746;
}
</style>
background-color css
<style>
a { background-color: #464746; }
a { background-color: rgb(70,71,70); }
div.DivClassName
{
background-color: #464746;
}
.BgClassName
{
background-color: #464746;
}
</style>
border-color css
<style>
span { border-color: #464746; }
span { border-color: rgb(70,71,70); }
td.TdClassName
{
border-color: #464746;
}
.TagClassName
{
border-color: #464746;
}
</style>