Shades of Grape #49454D
Tints of Grape #49454D
RGB
CMYK
RGB Variations
Color information
#49454D (or 0x49454D) is known color: Grape. HEX triplet: 49, 45 and 4D. RGB value is (73,69,77). Sum of RGB (Red+Green+Blue) = 73+69+77=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 77 - color contains mainly: blue. Hex color #49454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49454D is #B6BAB2. Grayscale: #474747. Windows color (decimal): -11975347 or 5064009. OLE color: 5064009.
HSL color Cylindrical-coordinate representation of color #49454D: hue angle of 270º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #49454D is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 69 | 77 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.70 |
| HSL | 270º | 0.05% | 0.29% | - |
| HSV(B) | 270º | 0.1% | 0.3% | - |
| XYZ | 6.22 | 6.21 | 7.89 | - |
| YUV | 71.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 77 | 0.05 | 0.10 | 0 | 0.70 | 270 | 0.05 | 0.29 |
| Hex | 49 | 45 | 4D | 5 | A | 0 | 46 | 10E | 5 | 1D |
| Octal | 111 | 105 | 115 | 5 | 12 | 0 | 106 | 416 | 5 | 35 |
| Binary | 1001001 | 1000101 | 1001101 | 101 | 1010 | 0 | 1000110 | 100001110 | 101 | 11101 |
Color Harmonies of #49454D
Complementary color
Monochromatic Colors of #49454D
Black with #49454D
Text Example
Text Example
White with #49454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49454D; }
p { color: rgb(73,69,77); }
H1.HeaderClassName
{
color: #49454D;
}
.AnyTagClassName
{
color: #49454D;
}
</style>
background-color css
<style>
a { background-color: #49454D; }
a { background-color: rgb(73,69,77); }
div.DivClassName
{
background-color: #49454D;
}
.BgClassName
{
background-color: #49454D;
}
</style>
border-color css
<style>
span { border-color: #49454D; }
span { border-color: rgb(73,69,77); }
td.TdClassName
{
border-color: #49454D;
}
.TagClassName
{
border-color: #49454D;
}
</style>