Shades of Grape #494650
Tints of Grape #494650
RGB
CMYK
RGB Variations
Color information
#494650 (or 0x494650) is known color: Grape. HEX triplet: 49, 46 and 50. RGB value is (73,70,80). Sum of RGB (Red+Green+Blue) = 73+70+80=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 80 - color contains mainly: blue. Hex color #494650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494650 is #B6B9AF. Grayscale: #484848. Windows color (decimal): -11975088 or 5260873. OLE color: 5260873.
HSL color Cylindrical-coordinate representation of color #494650: hue angle of 258º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #494650 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 70 | 80 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.69 |
| HSL | 258º | 0.07% | 0.29% | - |
| HSV(B) | 258º | 0.13% | 0.31% | - |
| XYZ | 6.39 | 6.38 | 8.48 | - |
| YUV | 72.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 80 | 0.09 | 0.12 | 0 | 0.69 | 258 | 0.07 | 0.29 |
| Hex | 49 | 46 | 50 | 9 | C | 0 | 45 | 102 | 7 | 1D |
| Octal | 111 | 106 | 120 | 11 | 14 | 0 | 105 | 402 | 7 | 35 |
| Binary | 1001001 | 1000110 | 1010000 | 1001 | 1100 | 0 | 1000101 | 100000010 | 111 | 11101 |
Color Harmonies of #494650
Complementary color
Monochromatic Colors of #494650
Black with #494650
Text Example
Text Example
White with #494650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494650; }
p { color: rgb(73,70,80); }
H1.HeaderClassName
{
color: #494650;
}
.AnyTagClassName
{
color: #494650;
}
</style>
background-color css
<style>
a { background-color: #494650; }
a { background-color: rgb(73,70,80); }
div.DivClassName
{
background-color: #494650;
}
.BgClassName
{
background-color: #494650;
}
</style>
border-color css
<style>
span { border-color: #494650; }
span { border-color: rgb(73,70,80); }
td.TdClassName
{
border-color: #494650;
}
.TagClassName
{
border-color: #494650;
}
</style>