Shades of Grape #494353
Tints of Grape #494353
RGB
CMYK
RGB Variations
Color information
#494353 (or 0x494353) is known color: Grape. HEX triplet: 49, 43 and 53. RGB value is (73,67,83). Sum of RGB (Red+Green+Blue) = 73+67+83=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 83 - color contains mainly: blue. Hex color #494353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494353 is #B6BCAC. Grayscale: #464646. Windows color (decimal): -11975853 or 5456713. OLE color: 5456713.
HSL color Cylindrical-coordinate representation of color #494353: hue angle of 262.5º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #494353 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 67 | 83 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.67 |
| HSL | 262.5º | 0.11% | 0.29% | - |
| HSV(B) | 262.5º | 0.19% | 0.33% | - |
| XYZ | 6.32 | 6.06 | 9.02 | - |
| YUV | 70.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 67 | 83 | 0.12 | 0.19 | 0 | 0.67 | 262.5 | 0.11 | 0.29 |
| Hex | 49 | 43 | 53 | C | 13 | 0 | 43 | 106 | B | 1D |
| Octal | 111 | 103 | 123 | 14 | 23 | 0 | 103 | 406 | 13 | 35 |
| Binary | 1001001 | 1000011 | 1010011 | 1100 | 10011 | 0 | 1000011 | 100000110 | 1011 | 11101 |
Color Harmonies of #494353
Complementary color
Monochromatic Colors of #494353
Black with #494353
Text Example
Text Example
White with #494353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494353; }
p { color: rgb(73,67,83); }
H1.HeaderClassName
{
color: #494353;
}
.AnyTagClassName
{
color: #494353;
}
</style>
background-color css
<style>
a { background-color: #494353; }
a { background-color: rgb(73,67,83); }
div.DivClassName
{
background-color: #494353;
}
.BgClassName
{
background-color: #494353;
}
</style>
border-color css
<style>
span { border-color: #494353; }
span { border-color: rgb(73,67,83); }
td.TdClassName
{
border-color: #494353;
}
.TagClassName
{
border-color: #494353;
}
</style>