Shades of Grape #493F53
Tints of Grape #493F53
RGB
CMYK
RGB Variations
Color information
#493F53 (or 0x493F53) is known color: Grape. HEX triplet: 49, 3F and 53. RGB value is (73,63,83). Sum of RGB (Red+Green+Blue) = 73+63+83=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 83 - color contains mainly: blue. Hex color #493F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F53 is #B6C0AC. Grayscale: #444444. Windows color (decimal): -11976877 or 5455689. OLE color: 5455689.
HSL color Cylindrical-coordinate representation of color #493F53: hue angle of 270º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #493F53 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 63 | 83 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.67 |
| HSL | 270º | 0.14% | 0.29% | - |
| HSV(B) | 270º | 0.24% | 0.33% | - |
| XYZ | 6.09 | 5.6 | 8.94 | - |
| YUV | 68.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 83 | 0.12 | 0.24 | 0 | 0.67 | 270 | 0.14 | 0.29 |
| Hex | 49 | 3F | 53 | C | 18 | 0 | 43 | 10E | E | 1D |
| Octal | 111 | 77 | 123 | 14 | 30 | 0 | 103 | 416 | 16 | 35 |
| Binary | 1001001 | 111111 | 1010011 | 1100 | 11000 | 0 | 1000011 | 100001110 | 1110 | 11101 |
Color Harmonies of #493F53
Complementary color
Monochromatic Colors of #493F53
Black with #493F53
Text Example
Text Example
White with #493F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493F53; }
p { color: rgb(73,63,83); }
H1.HeaderClassName
{
color: #493F53;
}
.AnyTagClassName
{
color: #493F53;
}
</style>
background-color css
<style>
a { background-color: #493F53; }
a { background-color: rgb(73,63,83); }
div.DivClassName
{
background-color: #493F53;
}
.BgClassName
{
background-color: #493F53;
}
</style>
border-color css
<style>
span { border-color: #493F53; }
span { border-color: rgb(73,63,83); }
td.TdClassName
{
border-color: #493F53;
}
.TagClassName
{
border-color: #493F53;
}
</style>