Shades of Grape #494055
Tints of Grape #494055
RGB
CMYK
RGB Variations
Color information
#494055 (or 0x494055) is known color: Grape. HEX triplet: 49, 40 and 55. RGB value is (73,64,85). Sum of RGB (Red+Green+Blue) = 73+64+85=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 85 - color contains mainly: blue. Hex color #494055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494055 is #B6BFAA. Grayscale: #454545. Windows color (decimal): -11976619 or 5587017. OLE color: 5587017.
HSL color Cylindrical-coordinate representation of color #494055: hue angle of 265.71º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #494055 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 64 | 85 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.67 |
| HSL | 265.71º | 0.14% | 0.29% | - |
| HSV(B) | 265.71º | 0.25% | 0.33% | - |
| XYZ | 6.22 | 5.74 | 9.37 | - |
| YUV | 69.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 85 | 0.14 | 0.25 | 0 | 0.67 | 265.71 | 0.14 | 0.29 |
| Hex | 49 | 40 | 55 | E | 19 | 0 | 43 | 10A | E | 1D |
| Octal | 111 | 100 | 125 | 16 | 31 | 0 | 103 | 412 | 16 | 35 |
| Binary | 1001001 | 1000000 | 1010101 | 1110 | 11001 | 0 | 1000011 | 100001010 | 1110 | 11101 |
Color Harmonies of #494055
Complementary color
Monochromatic Colors of #494055
Black with #494055
Text Example
Text Example
White with #494055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494055; }
p { color: rgb(73,64,85); }
H1.HeaderClassName
{
color: #494055;
}
.AnyTagClassName
{
color: #494055;
}
</style>
background-color css
<style>
a { background-color: #494055; }
a { background-color: rgb(73,64,85); }
div.DivClassName
{
background-color: #494055;
}
.BgClassName
{
background-color: #494055;
}
</style>
border-color css
<style>
span { border-color: #494055; }
span { border-color: rgb(73,64,85); }
td.TdClassName
{
border-color: #494055;
}
.TagClassName
{
border-color: #494055;
}
</style>