Shades of Grey-Asparagus #4C584A
Tints of Grey-Asparagus #4C584A
RGB
CMYK
RGB Variations
Color information
#4C584A (or 0x4C584A) is known color: Grey-Asparagus. HEX triplet: 4C, 58 and 4A. RGB value is (76,88,74). Sum of RGB (Red+Green+Blue) = 76+88+74=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 88 - color contains mainly: green. Hex color #4C584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C584A is #B3A7B5. Grayscale: #525252. Windows color (decimal): -11773878 or 4872268. OLE color: 4872268.
HSL color Cylindrical-coordinate representation of color #4C584A: hue angle of 111.43º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4C584A is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 88 | 74 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.65 |
| HSL | 111.43º | 0.09% | 0.32% | - |
| HSV(B) | 111.43º | 0.16% | 0.35% | - |
| XYZ | 7.71 | 9.01 | 7.81 | - |
| YUV | 82.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 88 | 74 | 0.14 | 0 | 0.16 | 0.65 | 111.43 | 0.09 | 0.32 |
| Hex | 4C | 58 | 4A | E | 0 | 10 | 41 | 6F | 9 | 20 |
| Octal | 114 | 130 | 112 | 16 | 0 | 20 | 101 | 157 | 11 | 40 |
| Binary | 1001100 | 1011000 | 1001010 | 1110 | 0 | 10000 | 1000001 | 1101111 | 1001 | 100000 |
Color Harmonies of #4C584A
Complementary color
Monochromatic Colors of #4C584A
Black with #4C584A
Text Example
Text Example
White with #4C584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C584A; }
p { color: rgb(76,88,74); }
H1.HeaderClassName
{
color: #4C584A;
}
.AnyTagClassName
{
color: #4C584A;
}
</style>
background-color css
<style>
a { background-color: #4C584A; }
a { background-color: rgb(76,88,74); }
div.DivClassName
{
background-color: #4C584A;
}
.BgClassName
{
background-color: #4C584A;
}
</style>
border-color css
<style>
span { border-color: #4C584A; }
span { border-color: rgb(76,88,74); }
td.TdClassName
{
border-color: #4C584A;
}
.TagClassName
{
border-color: #4C584A;
}
</style>