Shades of Grey-Asparagus #465248
Tints of Grey-Asparagus #465248
RGB
CMYK
RGB Variations
Color information
#465248 (or 0x465248) is known color: Grey-Asparagus. HEX triplet: 46, 52 and 48. RGB value is (70,82,72). Sum of RGB (Red+Green+Blue) = 70+82+72=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 82 - color contains mainly: green. Hex color #465248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465248 is #B9ADB7. Grayscale: #4D4D4D. Windows color (decimal): -12168632 or 4739654. OLE color: 4739654.
HSL color Cylindrical-coordinate representation of color #465248: hue angle of 130º 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 #465248 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 82 | 72 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.68 |
| HSL | 130º | 0.08% | 0.3% | - |
| HSV(B) | 130º | 0.15% | 0.32% | - |
| XYZ | 6.71 | 7.8 | 7.28 | - |
| YUV | 77.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 72 | 0.15 | 0 | 0.12 | 0.68 | 130 | 0.08 | 0.3 |
| Hex | 46 | 52 | 48 | F | 0 | C | 44 | 82 | 8 | 1E |
| Octal | 106 | 122 | 110 | 17 | 0 | 14 | 104 | 202 | 10 | 36 |
| Binary | 1000110 | 1010010 | 1001000 | 1111 | 0 | 1100 | 1000100 | 10000010 | 1000 | 11110 |
Color Harmonies of #465248
Complementary color
Monochromatic Colors of #465248
Black with #465248
Text Example
Text Example
White with #465248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465248; }
p { color: rgb(70,82,72); }
H1.HeaderClassName
{
color: #465248;
}
.AnyTagClassName
{
color: #465248;
}
</style>
background-color css
<style>
a { background-color: #465248; }
a { background-color: rgb(70,82,72); }
div.DivClassName
{
background-color: #465248;
}
.BgClassName
{
background-color: #465248;
}
</style>
border-color css
<style>
span { border-color: #465248; }
span { border-color: rgb(70,82,72); }
td.TdClassName
{
border-color: #465248;
}
.TagClassName
{
border-color: #465248;
}
</style>