Shades of Grape #494550
Tints of Grape #494550
RGB
CMYK
RGB Variations
Color information
#494550 (or 0x494550) is known color: Grape. HEX triplet: 49, 45 and 50. RGB value is (73,69,80). Sum of RGB (Red+Green+Blue) = 73+69+80=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 80 - color contains mainly: blue. Hex color #494550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494550 is #B6BAAF. Grayscale: #474747. Windows color (decimal): -11975344 or 5260617. OLE color: 5260617.
HSL color Cylindrical-coordinate representation of color #494550: hue angle of 261.82º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #494550 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 69 | 80 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.69 |
| HSL | 261.82º | 0.07% | 0.29% | - |
| HSV(B) | 261.82º | 0.14% | 0.31% | - |
| XYZ | 6.32 | 6.25 | 8.46 | - |
| YUV | 71.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 80 | 0.09 | 0.14 | 0 | 0.69 | 261.82 | 0.07 | 0.29 |
| Hex | 49 | 45 | 50 | 9 | E | 0 | 45 | 106 | 7 | 1D |
| Octal | 111 | 105 | 120 | 11 | 16 | 0 | 105 | 406 | 7 | 35 |
| Binary | 1001001 | 1000101 | 1010000 | 1001 | 1110 | 0 | 1000101 | 100000110 | 111 | 11101 |
Color Harmonies of #494550
Complementary color
Monochromatic Colors of #494550
Black with #494550
Text Example
Text Example
White with #494550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494550; }
p { color: rgb(73,69,80); }
H1.HeaderClassName
{
color: #494550;
}
.AnyTagClassName
{
color: #494550;
}
</style>
background-color css
<style>
a { background-color: #494550; }
a { background-color: rgb(73,69,80); }
div.DivClassName
{
background-color: #494550;
}
.BgClassName
{
background-color: #494550;
}
</style>
border-color css
<style>
span { border-color: #494550; }
span { border-color: rgb(73,69,80); }
td.TdClassName
{
border-color: #494550;
}
.TagClassName
{
border-color: #494550;
}
</style>