Shades of Grape #493E55
Tints of Grape #493E55
RGB
CMYK
RGB Variations
Color information
#493E55 (or 0x493E55) is known color: Grape. HEX triplet: 49, 3E and 55. RGB value is (73,62,85). Sum of RGB (Red+Green+Blue) = 73+62+85=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 85 - color contains mainly: blue. Hex color #493E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E55 is #B6C1AA. Grayscale: #434343. Windows color (decimal): -11977131 or 5586505. OLE color: 5586505.
HSL color Cylindrical-coordinate representation of color #493E55: hue angle of 268.7º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #493E55 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 62 | 85 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.67 |
| HSL | 268.7º | 0.16% | 0.29% | - |
| HSV(B) | 268.7º | 0.27% | 0.33% | - |
| XYZ | 6.11 | 5.52 | 9.34 | - |
| YUV | 67.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 85 | 0.14 | 0.27 | 0 | 0.67 | 268.7 | 0.16 | 0.29 |
| Hex | 49 | 3E | 55 | E | 1B | 0 | 43 | 10D | 10 | 1D |
| Octal | 111 | 76 | 125 | 16 | 33 | 0 | 103 | 415 | 20 | 35 |
| Binary | 1001001 | 111110 | 1010101 | 1110 | 11011 | 0 | 1000011 | 100001101 | 10000 | 11101 |
Color Harmonies of #493E55
Complementary color
Monochromatic Colors of #493E55
Black with #493E55
Text Example
Text Example
White with #493E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493E55; }
p { color: rgb(73,62,85); }
H1.HeaderClassName
{
color: #493E55;
}
.AnyTagClassName
{
color: #493E55;
}
</style>
background-color css
<style>
a { background-color: #493E55; }
a { background-color: rgb(73,62,85); }
div.DivClassName
{
background-color: #493E55;
}
.BgClassName
{
background-color: #493E55;
}
</style>
border-color css
<style>
span { border-color: #493E55; }
span { border-color: rgb(73,62,85); }
td.TdClassName
{
border-color: #493E55;
}
.TagClassName
{
border-color: #493E55;
}
</style>