Shades of Grey-Asparagus #464B45
Tints of Grey-Asparagus #464B45
RGB
CMYK
RGB Variations
Color information
#464B45 (or 0x464B45) is known color: Grey-Asparagus. HEX triplet: 46, 4B and 45. RGB value is (70,75,69). Sum of RGB (Red+Green+Blue) = 70+75+69=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 75 - color contains mainly: green. Hex color #464B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464B45 is #B9B4BA. Grayscale: #484848. Windows color (decimal): -12170427 or 4541254. OLE color: 4541254.
HSL color Cylindrical-coordinate representation of color #464B45: hue angle of 110º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #464B45 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 75 | 69 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.71 |
| HSL | 110º | 0.04% | 0.28% | - |
| HSV(B) | 110º | 0.08% | 0.29% | - |
| XYZ | 6.12 | 6.76 | 6.61 | - |
| YUV | 72.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 69 | 0.07 | 0 | 0.08 | 0.71 | 110 | 0.04 | 0.28 |
| Hex | 46 | 4B | 45 | 7 | 0 | 8 | 47 | 6E | 4 | 1C |
| Octal | 106 | 113 | 105 | 7 | 0 | 10 | 107 | 156 | 4 | 34 |
| Binary | 1000110 | 1001011 | 1000101 | 111 | 0 | 1000 | 1000111 | 1101110 | 100 | 11100 |
Color Harmonies of #464B45
Complementary color
Monochromatic Colors of #464B45
Black with #464B45
Text Example
Text Example
White with #464B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464B45; }
p { color: rgb(70,75,69); }
H1.HeaderClassName
{
color: #464B45;
}
.AnyTagClassName
{
color: #464B45;
}
</style>
background-color css
<style>
a { background-color: #464B45; }
a { background-color: rgb(70,75,69); }
div.DivClassName
{
background-color: #464B45;
}
.BgClassName
{
background-color: #464B45;
}
</style>
border-color css
<style>
span { border-color: #464B45; }
span { border-color: rgb(70,75,69); }
td.TdClassName
{
border-color: #464B45;
}
.TagClassName
{
border-color: #464B45;
}
</style>