Shades of Grey-Asparagus #465B48
Tints of Grey-Asparagus #465B48
RGB
CMYK
RGB Variations
Color information
#465B48 (or 0x465B48) is known color: Grey-Asparagus. HEX triplet: 46, 5B and 48. RGB value is (70,91,72). Sum of RGB (Red+Green+Blue) = 70+91+72=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 91 - color contains mainly: green. Hex color #465B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B48 is #B9A4B7. Grayscale: #525252. Windows color (decimal): -12166328 or 4741958. OLE color: 4741958.
HSL color Cylindrical-coordinate representation of color #465B48: hue angle of 125.71º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #465B48 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 91 | 72 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.64 |
| HSL | 125.71º | 0.13% | 0.32% | - |
| HSV(B) | 125.71º | 0.23% | 0.36% | - |
| XYZ | 7.44 | 9.25 | 7.52 | - |
| YUV | 82.56 | 122.04 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 72 | 0.23 | 0 | 0.21 | 0.64 | 125.71 | 0.13 | 0.32 |
| Hex | 46 | 5B | 48 | 17 | 0 | 15 | 40 | 7E | D | 20 |
| Octal | 106 | 133 | 110 | 27 | 0 | 25 | 100 | 176 | 15 | 40 |
| Binary | 1000110 | 1011011 | 1001000 | 10111 | 0 | 10101 | 1000000 | 1111110 | 1101 | 100000 |
Color Harmonies of #465B48
Complementary color
Monochromatic Colors of #465B48
Black with #465B48
Text Example
Text Example
White with #465B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B48; }
p { color: rgb(70,91,72); }
H1.HeaderClassName
{
color: #465B48;
}
.AnyTagClassName
{
color: #465B48;
}
</style>
background-color css
<style>
a { background-color: #465B48; }
a { background-color: rgb(70,91,72); }
div.DivClassName
{
background-color: #465B48;
}
.BgClassName
{
background-color: #465B48;
}
</style>
border-color css
<style>
span { border-color: #465B48; }
span { border-color: rgb(70,91,72); }
td.TdClassName
{
border-color: #465B48;
}
.TagClassName
{
border-color: #465B48;
}
</style>