Shades of Grape #49474C
Tints of Grape #49474C
RGB
CMYK
RGB Variations
Color information
#49474C (or 0x49474C) is known color: Grape. HEX triplet: 49, 47 and 4C. RGB value is (73,71,76). Sum of RGB (Red+Green+Blue) = 73+71+76=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 76 - color contains mainly: blue. Hex color #49474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49474C is #B6B8B3. Grayscale: #484848. Windows color (decimal): -11974836 or 4998985. OLE color: 4998985.
HSL color Cylindrical-coordinate representation of color #49474C: hue angle of 264º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #49474C is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 71 | 76 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.70 |
| HSL | 264º | 0.03% | 0.29% | - |
| HSV(B) | 264º | 0.07% | 0.3% | - |
| XYZ | 6.31 | 6.44 | 7.75 | - |
| YUV | 72.17 | 130.16 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 76 | 0.04 | 0.07 | 0 | 0.70 | 264 | 0.03 | 0.29 |
| Hex | 49 | 47 | 4C | 4 | 7 | 0 | 46 | 108 | 3 | 1D |
| Octal | 111 | 107 | 114 | 4 | 7 | 0 | 106 | 410 | 3 | 35 |
| Binary | 1001001 | 1000111 | 1001100 | 100 | 111 | 0 | 1000110 | 100001000 | 11 | 11101 |
Color Harmonies of #49474C
Complementary color
Monochromatic Colors of #49474C
Black with #49474C
Text Example
Text Example
White with #49474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49474C; }
p { color: rgb(73,71,76); }
H1.HeaderClassName
{
color: #49474C;
}
.AnyTagClassName
{
color: #49474C;
}
</style>
background-color css
<style>
a { background-color: #49474C; }
a { background-color: rgb(73,71,76); }
div.DivClassName
{
background-color: #49474C;
}
.BgClassName
{
background-color: #49474C;
}
</style>
border-color css
<style>
span { border-color: #49474C; }
span { border-color: rgb(73,71,76); }
td.TdClassName
{
border-color: #49474C;
}
.TagClassName
{
border-color: #49474C;
}
</style>