Shades of Grape #484156
Tints of Grape #484156
RGB
CMYK
RGB Variations
Color information
#484156 (or 0x484156) is known color: Grape. HEX triplet: 48, 41 and 56. RGB value is (72,65,86). Sum of RGB (Red+Green+Blue) = 72+65+86=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 86 - color contains mainly: blue. Hex color #484156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484156 is #B7BEA9. Grayscale: #454545. Windows color (decimal): -12041898 or 5652808. OLE color: 5652808.
HSL color Cylindrical-coordinate representation of color #484156: hue angle of 260º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #484156 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 65 | 86 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.66 |
| HSL | 260º | 0.14% | 0.3% | - |
| HSV(B) | 260º | 0.24% | 0.34% | - |
| XYZ | 6.24 | 5.83 | 9.6 | - |
| YUV | 69.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 86 | 0.16 | 0.24 | 0 | 0.66 | 260 | 0.14 | 0.3 |
| Hex | 48 | 41 | 56 | 10 | 18 | 0 | 42 | 104 | E | 1E |
| Octal | 110 | 101 | 126 | 20 | 30 | 0 | 102 | 404 | 16 | 36 |
| Binary | 1001000 | 1000001 | 1010110 | 10000 | 11000 | 0 | 1000010 | 100000100 | 1110 | 11110 |
Color Harmonies of #484156
Complementary color
Monochromatic Colors of #484156
Black with #484156
Text Example
Text Example
White with #484156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484156; }
p { color: rgb(72,65,86); }
H1.HeaderClassName
{
color: #484156;
}
.AnyTagClassName
{
color: #484156;
}
</style>
background-color css
<style>
a { background-color: #484156; }
a { background-color: rgb(72,65,86); }
div.DivClassName
{
background-color: #484156;
}
.BgClassName
{
background-color: #484156;
}
</style>
border-color css
<style>
span { border-color: #484156; }
span { border-color: rgb(72,65,86); }
td.TdClassName
{
border-color: #484156;
}
.TagClassName
{
border-color: #484156;
}
</style>