Shades of Grape #49434F
Tints of Grape #49434F
RGB
CMYK
RGB Variations
Color information
#49434F (or 0x49434F) is known color: Grape. HEX triplet: 49, 43 and 4F. RGB value is (73,67,79). Sum of RGB (Red+Green+Blue) = 73+67+79=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 79 - color contains mainly: blue. Hex color #49434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49434F is #B6BCB0. Grayscale: #464646. Windows color (decimal): -11975857 or 5194569. OLE color: 5194569.
HSL color Cylindrical-coordinate representation of color #49434F: hue angle of 270º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #49434F is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 67 | 79 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.69 |
| HSL | 270º | 0.08% | 0.29% | - |
| HSV(B) | 270º | 0.15% | 0.31% | - |
| XYZ | 6.17 | 6 | 8.23 | - |
| YUV | 70.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 67 | 79 | 0.08 | 0.15 | 0 | 0.69 | 270 | 0.08 | 0.29 |
| Hex | 49 | 43 | 4F | 8 | F | 0 | 45 | 10E | 8 | 1D |
| Octal | 111 | 103 | 117 | 10 | 17 | 0 | 105 | 416 | 10 | 35 |
| Binary | 1001001 | 1000011 | 1001111 | 1000 | 1111 | 0 | 1000101 | 100001110 | 1000 | 11101 |
Color Harmonies of #49434F
Complementary color
Monochromatic Colors of #49434F
Black with #49434F
Text Example
Text Example
White with #49434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49434F; }
p { color: rgb(73,67,79); }
H1.HeaderClassName
{
color: #49434F;
}
.AnyTagClassName
{
color: #49434F;
}
</style>
background-color css
<style>
a { background-color: #49434F; }
a { background-color: rgb(73,67,79); }
div.DivClassName
{
background-color: #49434F;
}
.BgClassName
{
background-color: #49434F;
}
</style>
border-color css
<style>
span { border-color: #49434F; }
span { border-color: rgb(73,67,79); }
td.TdClassName
{
border-color: #49434F;
}
.TagClassName
{
border-color: #49434F;
}
</style>