Shades of Grape #483E59
Tints of Grape #483E59
RGB
CMYK
RGB Variations
Color information
#483E59 (or 0x483E59) is known color: Grape. HEX triplet: 48, 3E and 59. RGB value is (72,62,89). Sum of RGB (Red+Green+Blue) = 72+62+89=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #483E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483E59 is #B7C1A6. Grayscale: #434343. Windows color (decimal): -12042663 or 5848648. OLE color: 5848648.
HSL color Cylindrical-coordinate representation of color #483E59: hue angle of 262.22º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #483E59 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 62 | 89 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.65 |
| HSL | 262.22º | 0.18% | 0.3% | - |
| HSV(B) | 262.22º | 0.3% | 0.35% | - |
| XYZ | 6.2 | 5.54 | 10.19 | - |
| YUV | 68.07 | 139.81 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 89 | 0.19 | 0.30 | 0 | 0.65 | 262.22 | 0.18 | 0.3 |
| Hex | 48 | 3E | 59 | 13 | 1E | 0 | 41 | 106 | 12 | 1E |
| Octal | 110 | 76 | 131 | 23 | 36 | 0 | 101 | 406 | 22 | 36 |
| Binary | 1001000 | 111110 | 1011001 | 10011 | 11110 | 0 | 1000001 | 100000110 | 10010 | 11110 |
Color Harmonies of #483E59
Complementary color
Monochromatic Colors of #483E59
Black with #483E59
Text Example
Text Example
White with #483E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483E59; }
p { color: rgb(72,62,89); }
H1.HeaderClassName
{
color: #483E59;
}
.AnyTagClassName
{
color: #483E59;
}
</style>
background-color css
<style>
a { background-color: #483E59; }
a { background-color: rgb(72,62,89); }
div.DivClassName
{
background-color: #483E59;
}
.BgClassName
{
background-color: #483E59;
}
</style>
border-color css
<style>
span { border-color: #483E59; }
span { border-color: rgb(72,62,89); }
td.TdClassName
{
border-color: #483E59;
}
.TagClassName
{
border-color: #483E59;
}
</style>