Shades of Grape #49474F
Tints of Grape #49474F
RGB
CMYK
RGB Variations
Color information
#49474F (or 0x49474F) is known color: Grape. HEX triplet: 49, 47 and 4F. RGB value is (73,71,79). Sum of RGB (Red+Green+Blue) = 73+71+79=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 79 - color contains mainly: blue. Hex color #49474F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49474F is #B6B8B0. Grayscale: #484848. Windows color (decimal): -11974833 or 5195593. OLE color: 5195593.
HSL color Cylindrical-coordinate representation of color #49474F: hue angle of 255º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #49474F is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 71 | 79 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.69 |
| HSL | 255º | 0.05% | 0.29% | - |
| HSV(B) | 255º | 0.1% | 0.31% | - |
| XYZ | 6.41 | 6.49 | 8.31 | - |
| YUV | 72.51 | 131.66 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 79 | 0.08 | 0.10 | 0 | 0.69 | 255 | 0.05 | 0.29 |
| Hex | 49 | 47 | 4F | 8 | A | 0 | 45 | FF | 5 | 1D |
| Octal | 111 | 107 | 117 | 10 | 12 | 0 | 105 | 377 | 5 | 35 |
| Binary | 1001001 | 1000111 | 1001111 | 1000 | 1010 | 0 | 1000101 | 11111111 | 101 | 11101 |
Color Harmonies of #49474F
Complementary color
Monochromatic Colors of #49474F
Black with #49474F
Text Example
Text Example
White with #49474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49474F; }
p { color: rgb(73,71,79); }
H1.HeaderClassName
{
color: #49474F;
}
.AnyTagClassName
{
color: #49474F;
}
</style>
background-color css
<style>
a { background-color: #49474F; }
a { background-color: rgb(73,71,79); }
div.DivClassName
{
background-color: #49474F;
}
.BgClassName
{
background-color: #49474F;
}
</style>
border-color css
<style>
span { border-color: #49474F; }
span { border-color: rgb(73,71,79); }
td.TdClassName
{
border-color: #49474F;
}
.TagClassName
{
border-color: #49474F;
}
</style>