Shades of Grape #484157
Tints of Grape #484157
RGB
CMYK
RGB Variations
Color information
#484157 (or 0x484157) is known color: Grape. HEX triplet: 48, 41 and 57. RGB value is (72,65,87). Sum of RGB (Red+Green+Blue) = 72+65+87=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 87 - color contains mainly: blue. Hex color #484157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484157 is #B7BEA8. Grayscale: #454545. Windows color (decimal): -12041897 or 5718344. OLE color: 5718344.
HSL color Cylindrical-coordinate representation of color #484157: hue angle of 259.09º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #484157 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 65 | 87 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.66 |
| HSL | 259.09º | 0.14% | 0.3% | - |
| HSV(B) | 259.09º | 0.25% | 0.34% | - |
| XYZ | 6.28 | 5.85 | 9.81 | - |
| YUV | 69.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 87 | 0.17 | 0.25 | 0 | 0.66 | 259.09 | 0.14 | 0.3 |
| Hex | 48 | 41 | 57 | 11 | 19 | 0 | 42 | 103 | E | 1E |
| Octal | 110 | 101 | 127 | 21 | 31 | 0 | 102 | 403 | 16 | 36 |
| Binary | 1001000 | 1000001 | 1010111 | 10001 | 11001 | 0 | 1000010 | 100000011 | 1110 | 11110 |
Color Harmonies of #484157
Complementary color
Monochromatic Colors of #484157
Black with #484157
Text Example
Text Example
White with #484157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484157; }
p { color: rgb(72,65,87); }
H1.HeaderClassName
{
color: #484157;
}
.AnyTagClassName
{
color: #484157;
}
</style>
background-color css
<style>
a { background-color: #484157; }
a { background-color: rgb(72,65,87); }
div.DivClassName
{
background-color: #484157;
}
.BgClassName
{
background-color: #484157;
}
</style>
border-color css
<style>
span { border-color: #484157; }
span { border-color: rgb(72,65,87); }
td.TdClassName
{
border-color: #484157;
}
.TagClassName
{
border-color: #484157;
}
</style>