Shades of Grey-Asparagus #454E46
Tints of Grey-Asparagus #454E46
RGB
CMYK
RGB Variations
Color information
#454E46 (or 0x454E46) is known color: Grey-Asparagus. HEX triplet: 45, 4E and 46. RGB value is (69,78,70). Sum of RGB (Red+Green+Blue) = 69+78+70=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 78 - color contains mainly: green. Hex color #454E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454E46 is #BAB1B9. Grayscale: #4A4A4A. Windows color (decimal): -12235194 or 4607557. OLE color: 4607557.
HSL color Cylindrical-coordinate representation of color #454E46: hue angle of 126.67º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #454E46 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 78 | 70 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.69 |
| HSL | 126.67º | 0.06% | 0.29% | - |
| HSV(B) | 126.67º | 0.12% | 0.31% | - |
| XYZ | 6.28 | 7.16 | 6.84 | - |
| YUV | 74.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 70 | 0.12 | 0 | 0.10 | 0.69 | 126.67 | 0.06 | 0.29 |
| Hex | 45 | 4E | 46 | C | 0 | A | 45 | 7F | 6 | 1D |
| Octal | 105 | 116 | 106 | 14 | 0 | 12 | 105 | 177 | 6 | 35 |
| Binary | 1000101 | 1001110 | 1000110 | 1100 | 0 | 1010 | 1000101 | 1111111 | 110 | 11101 |
Color Harmonies of #454E46
Complementary color
Monochromatic Colors of #454E46
Black with #454E46
Text Example
Text Example
White with #454E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454E46; }
p { color: rgb(69,78,70); }
H1.HeaderClassName
{
color: #454E46;
}
.AnyTagClassName
{
color: #454E46;
}
</style>
background-color css
<style>
a { background-color: #454E46; }
a { background-color: rgb(69,78,70); }
div.DivClassName
{
background-color: #454E46;
}
.BgClassName
{
background-color: #454E46;
}
</style>
border-color css
<style>
span { border-color: #454E46; }
span { border-color: rgb(69,78,70); }
td.TdClassName
{
border-color: #454E46;
}
.TagClassName
{
border-color: #454E46;
}
</style>