Shades of Grape #49464F
Tints of Grape #49464F
RGB
CMYK
RGB Variations
Color information
#49464F (or 0x49464F) is known color: Grape. HEX triplet: 49, 46 and 4F. RGB value is (73,70,79). Sum of RGB (Red+Green+Blue) = 73+70+79=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 79 - color contains mainly: blue. Hex color #49464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49464F is #B6B9B0. Grayscale: #474747. Windows color (decimal): -11975089 or 5195337. OLE color: 5195337.
HSL color Cylindrical-coordinate representation of color #49464F: hue angle of 260º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #49464F is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 70 | 79 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.69 |
| HSL | 260º | 0.06% | 0.29% | - |
| HSV(B) | 260º | 0.11% | 0.31% | - |
| XYZ | 6.35 | 6.36 | 8.29 | - |
| YUV | 71.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 79 | 0.08 | 0.11 | 0 | 0.69 | 260 | 0.06 | 0.29 |
| Hex | 49 | 46 | 4F | 8 | B | 0 | 45 | 104 | 6 | 1D |
| Octal | 111 | 106 | 117 | 10 | 13 | 0 | 105 | 404 | 6 | 35 |
| Binary | 1001001 | 1000110 | 1001111 | 1000 | 1011 | 0 | 1000101 | 100000100 | 110 | 11101 |
Color Harmonies of #49464F
Complementary color
Monochromatic Colors of #49464F
Black with #49464F
Text Example
Text Example
White with #49464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49464F; }
p { color: rgb(73,70,79); }
H1.HeaderClassName
{
color: #49464F;
}
.AnyTagClassName
{
color: #49464F;
}
</style>
background-color css
<style>
a { background-color: #49464F; }
a { background-color: rgb(73,70,79); }
div.DivClassName
{
background-color: #49464F;
}
.BgClassName
{
background-color: #49464F;
}
</style>
border-color css
<style>
span { border-color: #49464F; }
span { border-color: rgb(73,70,79); }
td.TdClassName
{
border-color: #49464F;
}
.TagClassName
{
border-color: #49464F;
}
</style>