Shades of Grape #493D56
Tints of Grape #493D56
RGB
CMYK
RGB Variations
Color information
#493D56 (or 0x493D56) is known color: Grape. HEX triplet: 49, 3D and 56. RGB value is (73,61,86). Sum of RGB (Red+Green+Blue) = 73+61+86=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 86 - color contains mainly: blue. Hex color #493D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493D56 is #B6C2A9. Grayscale: #434343. Windows color (decimal): -11977386 or 5651785. OLE color: 5651785.
HSL color Cylindrical-coordinate representation of color #493D56: hue angle of 268.8º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #493D56 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 61 | 86 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.66 |
| HSL | 268.8º | 0.17% | 0.29% | - |
| HSV(B) | 268.8º | 0.29% | 0.34% | - |
| XYZ | 6.1 | 5.43 | 9.53 | - |
| YUV | 67.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 86 | 0.15 | 0.29 | 0 | 0.66 | 268.8 | 0.17 | 0.29 |
| Hex | 49 | 3D | 56 | F | 1D | 0 | 42 | 10D | 11 | 1D |
| Octal | 111 | 75 | 126 | 17 | 35 | 0 | 102 | 415 | 21 | 35 |
| Binary | 1001001 | 111101 | 1010110 | 1111 | 11101 | 0 | 1000010 | 100001101 | 10001 | 11101 |
Color Harmonies of #493D56
Complementary color
Monochromatic Colors of #493D56
Black with #493D56
Text Example
Text Example
White with #493D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D56; }
p { color: rgb(73,61,86); }
H1.HeaderClassName
{
color: #493D56;
}
.AnyTagClassName
{
color: #493D56;
}
</style>
background-color css
<style>
a { background-color: #493D56; }
a { background-color: rgb(73,61,86); }
div.DivClassName
{
background-color: #493D56;
}
.BgClassName
{
background-color: #493D56;
}
</style>
border-color css
<style>
span { border-color: #493D56; }
span { border-color: rgb(73,61,86); }
td.TdClassName
{
border-color: #493D56;
}
.TagClassName
{
border-color: #493D56;
}
</style>