Shades of Grape #494151
Tints of Grape #494151
RGB
CMYK
RGB Variations
Color information
#494151 (or 0x494151) is known color: Grape. HEX triplet: 49, 41 and 51. RGB value is (73,65,81). Sum of RGB (Red+Green+Blue) = 73+65+81=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 81 - color contains mainly: blue. Hex color #494151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494151 is #B6BEAE. Grayscale: #454545. Windows color (decimal): -11976367 or 5325129. OLE color: 5325129.
HSL color Cylindrical-coordinate representation of color #494151: hue angle of 270º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #494151 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 65 | 81 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.68 |
| HSL | 270º | 0.11% | 0.29% | - |
| HSV(B) | 270º | 0.2% | 0.32% | - |
| XYZ | 6.12 | 5.79 | 8.58 | - |
| YUV | 69.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 81 | 0.10 | 0.20 | 0 | 0.68 | 270 | 0.11 | 0.29 |
| Hex | 49 | 41 | 51 | A | 14 | 0 | 44 | 10E | B | 1D |
| Octal | 111 | 101 | 121 | 12 | 24 | 0 | 104 | 416 | 13 | 35 |
| Binary | 1001001 | 1000001 | 1010001 | 1010 | 10100 | 0 | 1000100 | 100001110 | 1011 | 11101 |
Color Harmonies of #494151
Complementary color
Monochromatic Colors of #494151
Black with #494151
Text Example
Text Example
White with #494151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494151; }
p { color: rgb(73,65,81); }
H1.HeaderClassName
{
color: #494151;
}
.AnyTagClassName
{
color: #494151;
}
</style>
background-color css
<style>
a { background-color: #494151; }
a { background-color: rgb(73,65,81); }
div.DivClassName
{
background-color: #494151;
}
.BgClassName
{
background-color: #494151;
}
</style>
border-color css
<style>
span { border-color: #494151; }
span { border-color: rgb(73,65,81); }
td.TdClassName
{
border-color: #494151;
}
.TagClassName
{
border-color: #494151;
}
</style>