Shades of Grape #484257
Tints of Grape #484257
RGB
CMYK
RGB Variations
Color information
#484257 (or 0x484257) is known color: Grape. HEX triplet: 48, 42 and 57. RGB value is (72,66,87). Sum of RGB (Red+Green+Blue) = 72+66+87=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 87 - color contains mainly: blue. Hex color #484257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484257 is #B7BDA8. Grayscale: #464646. Windows color (decimal): -12041641 or 5718600. OLE color: 5718600.
HSL color Cylindrical-coordinate representation of color #484257: hue angle of 257.14º 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 #484257 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 66 | 87 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.66 |
| HSL | 257.14º | 0.14% | 0.3% | - |
| HSV(B) | 257.14º | 0.24% | 0.34% | - |
| XYZ | 6.34 | 5.96 | 9.83 | - |
| YUV | 70.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 66 | 87 | 0.17 | 0.24 | 0 | 0.66 | 257.14 | 0.14 | 0.3 |
| Hex | 48 | 42 | 57 | 11 | 18 | 0 | 42 | 101 | E | 1E |
| Octal | 110 | 102 | 127 | 21 | 30 | 0 | 102 | 401 | 16 | 36 |
| Binary | 1001000 | 1000010 | 1010111 | 10001 | 11000 | 0 | 1000010 | 100000001 | 1110 | 11110 |
Color Harmonies of #484257
Complementary color
Monochromatic Colors of #484257
Black with #484257
Text Example
Text Example
White with #484257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484257; }
p { color: rgb(72,66,87); }
H1.HeaderClassName
{
color: #484257;
}
.AnyTagClassName
{
color: #484257;
}
</style>
background-color css
<style>
a { background-color: #484257; }
a { background-color: rgb(72,66,87); }
div.DivClassName
{
background-color: #484257;
}
.BgClassName
{
background-color: #484257;
}
</style>
border-color css
<style>
span { border-color: #484257; }
span { border-color: rgb(72,66,87); }
td.TdClassName
{
border-color: #484257;
}
.TagClassName
{
border-color: #484257;
}
</style>