Shades of Grape #484159
Tints of Grape #484159
RGB
CMYK
RGB Variations
Color information
#484159 (or 0x484159) is known color: Grape. HEX triplet: 48, 41 and 59. RGB value is (72,65,89). Sum of RGB (Red+Green+Blue) = 72+65+89=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: blue. Hex color #484159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484159 is #B7BEA6. Grayscale: #454545. Windows color (decimal): -12041895 or 5849416. OLE color: 5849416.
HSL color Cylindrical-coordinate representation of color #484159: hue angle of 257.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #484159 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 65 | 89 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.65 |
| HSL | 257.5º | 0.16% | 0.3% | - |
| HSV(B) | 257.5º | 0.27% | 0.35% | - |
| XYZ | 6.37 | 5.88 | 10.25 | - |
| YUV | 69.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 89 | 0.19 | 0.27 | 0 | 0.65 | 257.5 | 0.16 | 0.3 |
| Hex | 48 | 41 | 59 | 13 | 1B | 0 | 41 | 102 | 10 | 1E |
| Octal | 110 | 101 | 131 | 23 | 33 | 0 | 101 | 402 | 20 | 36 |
| Binary | 1001000 | 1000001 | 1011001 | 10011 | 11011 | 0 | 1000001 | 100000010 | 10000 | 11110 |
Color Harmonies of #484159
Complementary color
Monochromatic Colors of #484159
Black with #484159
Text Example
Text Example
White with #484159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484159; }
p { color: rgb(72,65,89); }
H1.HeaderClassName
{
color: #484159;
}
.AnyTagClassName
{
color: #484159;
}
</style>
background-color css
<style>
a { background-color: #484159; }
a { background-color: rgb(72,65,89); }
div.DivClassName
{
background-color: #484159;
}
.BgClassName
{
background-color: #484159;
}
</style>
border-color css
<style>
span { border-color: #484159; }
span { border-color: rgb(72,65,89); }
td.TdClassName
{
border-color: #484159;
}
.TagClassName
{
border-color: #484159;
}
</style>