Shades of Grape #494152
Tints of Grape #494152
RGB
CMYK
RGB Variations
Color information
#494152 (or 0x494152) is known color: Grape. HEX triplet: 49, 41 and 52. RGB value is (73,65,82). Sum of RGB (Red+Green+Blue) = 73+65+82=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 82 - color contains mainly: blue. Hex color #494152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494152 is #B6BEAD. Grayscale: #454545. Windows color (decimal): -11976366 or 5390665. OLE color: 5390665.
HSL color Cylindrical-coordinate representation of color #494152: hue angle of 268.24º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #494152 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 65 | 82 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.68 |
| HSL | 268.24º | 0.12% | 0.29% | - |
| HSV(B) | 268.24º | 0.21% | 0.32% | - |
| XYZ | 6.16 | 5.81 | 8.78 | - |
| YUV | 69.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 82 | 0.11 | 0.21 | 0 | 0.68 | 268.24 | 0.12 | 0.29 |
| Hex | 49 | 41 | 52 | B | 15 | 0 | 44 | 10C | C | 1D |
| Octal | 111 | 101 | 122 | 13 | 25 | 0 | 104 | 414 | 14 | 35 |
| Binary | 1001001 | 1000001 | 1010010 | 1011 | 10101 | 0 | 1000100 | 100001100 | 1100 | 11101 |
Color Harmonies of #494152
Complementary color
Monochromatic Colors of #494152
Black with #494152
Text Example
Text Example
White with #494152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494152; }
p { color: rgb(73,65,82); }
H1.HeaderClassName
{
color: #494152;
}
.AnyTagClassName
{
color: #494152;
}
</style>
background-color css
<style>
a { background-color: #494152; }
a { background-color: rgb(73,65,82); }
div.DivClassName
{
background-color: #494152;
}
.BgClassName
{
background-color: #494152;
}
</style>
border-color css
<style>
span { border-color: #494152; }
span { border-color: rgb(73,65,82); }
td.TdClassName
{
border-color: #494152;
}
.TagClassName
{
border-color: #494152;
}
</style>