Shades of Grey-Asparagus #465247
Tints of Grey-Asparagus #465247
RGB
CMYK
RGB Variations
Color information
#465247 (or 0x465247) is known color: Grey-Asparagus. HEX triplet: 46, 52 and 47. RGB value is (70,82,71). Sum of RGB (Red+Green+Blue) = 70+82+71=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 82 - color contains mainly: green. Hex color #465247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465247 is #B9ADB8. Grayscale: #4D4D4D. Windows color (decimal): -12168633 or 4674118. OLE color: 4674118.
HSL color Cylindrical-coordinate representation of color #465247: hue angle of 125º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #465247 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 82 | 71 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.68 |
| HSL | 125º | 0.08% | 0.3% | - |
| HSV(B) | 125º | 0.15% | 0.32% | - |
| XYZ | 6.68 | 7.79 | 7.11 | - |
| YUV | 77.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 71 | 0.15 | 0 | 0.13 | 0.68 | 125 | 0.08 | 0.3 |
| Hex | 46 | 52 | 47 | F | 0 | D | 44 | 7D | 8 | 1E |
| Octal | 106 | 122 | 107 | 17 | 0 | 15 | 104 | 175 | 10 | 36 |
| Binary | 1000110 | 1010010 | 1000111 | 1111 | 0 | 1101 | 1000100 | 1111101 | 1000 | 11110 |
Color Harmonies of #465247
Complementary color
Monochromatic Colors of #465247
Black with #465247
Text Example
Text Example
White with #465247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465247; }
p { color: rgb(70,82,71); }
H1.HeaderClassName
{
color: #465247;
}
.AnyTagClassName
{
color: #465247;
}
</style>
background-color css
<style>
a { background-color: #465247; }
a { background-color: rgb(70,82,71); }
div.DivClassName
{
background-color: #465247;
}
.BgClassName
{
background-color: #465247;
}
</style>
border-color css
<style>
span { border-color: #465247; }
span { border-color: rgb(70,82,71); }
td.TdClassName
{
border-color: #465247;
}
.TagClassName
{
border-color: #465247;
}
</style>