Shades of Grape #494552
Tints of Grape #494552
RGB
CMYK
RGB Variations
Color information
#494552 (or 0x494552) is known color: Grape. HEX triplet: 49, 45 and 52. RGB value is (73,69,82). Sum of RGB (Red+Green+Blue) = 73+69+82=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 82 - color contains mainly: blue. Hex color #494552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494552 is #B6BAAD. Grayscale: #474747. Windows color (decimal): -11975342 or 5391689. OLE color: 5391689.
HSL color Cylindrical-coordinate representation of color #494552: hue angle of 258.46º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #494552 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 69 | 82 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.68 |
| HSL | 258.46º | 0.09% | 0.3% | - |
| HSV(B) | 258.46º | 0.16% | 0.32% | - |
| XYZ | 6.4 | 6.28 | 8.86 | - |
| YUV | 71.68 | 133.83 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 82 | 0.11 | 0.16 | 0 | 0.68 | 258.46 | 0.09 | 0.3 |
| Hex | 49 | 45 | 52 | B | 10 | 0 | 44 | 102 | 9 | 1E |
| Octal | 111 | 105 | 122 | 13 | 20 | 0 | 104 | 402 | 11 | 36 |
| Binary | 1001001 | 1000101 | 1010010 | 1011 | 10000 | 0 | 1000100 | 100000010 | 1001 | 11110 |
Color Harmonies of #494552
Complementary color
Monochromatic Colors of #494552
Black with #494552
Text Example
Text Example
White with #494552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494552; }
p { color: rgb(73,69,82); }
H1.HeaderClassName
{
color: #494552;
}
.AnyTagClassName
{
color: #494552;
}
</style>
background-color css
<style>
a { background-color: #494552; }
a { background-color: rgb(73,69,82); }
div.DivClassName
{
background-color: #494552;
}
.BgClassName
{
background-color: #494552;
}
</style>
border-color css
<style>
span { border-color: #494552; }
span { border-color: rgb(73,69,82); }
td.TdClassName
{
border-color: #494552;
}
.TagClassName
{
border-color: #494552;
}
</style>