Shades of Grape #494553
Tints of Grape #494553
RGB
CMYK
RGB Variations
Color information
#494553 (or 0x494553) is known color: Grape. HEX triplet: 49, 45 and 53. RGB value is (73,69,83). Sum of RGB (Red+Green+Blue) = 73+69+83=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 83 - color contains mainly: blue. Hex color #494553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494553 is #B6BAAC. Grayscale: #474747. Windows color (decimal): -11975341 or 5457225. OLE color: 5457225.
HSL color Cylindrical-coordinate representation of color #494553: hue angle of 257.14º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #494553 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 69 | 83 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.67 |
| HSL | 257.14º | 0.09% | 0.3% | - |
| HSV(B) | 257.14º | 0.17% | 0.33% | - |
| XYZ | 6.44 | 6.3 | 9.06 | - |
| YUV | 71.79 | 134.33 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 83 | 0.12 | 0.17 | 0 | 0.67 | 257.14 | 0.09 | 0.3 |
| Hex | 49 | 45 | 53 | C | 11 | 0 | 43 | 101 | 9 | 1E |
| Octal | 111 | 105 | 123 | 14 | 21 | 0 | 103 | 401 | 11 | 36 |
| Binary | 1001001 | 1000101 | 1010011 | 1100 | 10001 | 0 | 1000011 | 100000001 | 1001 | 11110 |
Color Harmonies of #494553
Complementary color
Monochromatic Colors of #494553
Black with #494553
Text Example
Text Example
White with #494553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494553; }
p { color: rgb(73,69,83); }
H1.HeaderClassName
{
color: #494553;
}
.AnyTagClassName
{
color: #494553;
}
</style>
background-color css
<style>
a { background-color: #494553; }
a { background-color: rgb(73,69,83); }
div.DivClassName
{
background-color: #494553;
}
.BgClassName
{
background-color: #494553;
}
</style>
border-color css
<style>
span { border-color: #494553; }
span { border-color: rgb(73,69,83); }
td.TdClassName
{
border-color: #494553;
}
.TagClassName
{
border-color: #494553;
}
</style>