Shades of Grape #483F59
Tints of Grape #483F59
RGB
CMYK
RGB Variations
Color information
#483F59 (or 0x483F59) is known color: Grape. HEX triplet: 48, 3F and 59. RGB value is (72,63,89). Sum of RGB (Red+Green+Blue) = 72+63+89=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 89 - color contains mainly: blue. Hex color #483F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483F59 is #B7C0A6. Grayscale: #444444. Windows color (decimal): -12042407 or 5848904. OLE color: 5848904.
HSL color Cylindrical-coordinate representation of color #483F59: hue angle of 260.77º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #483F59 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 63 | 89 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.65 |
| HSL | 260.77º | 0.17% | 0.3% | - |
| HSV(B) | 260.77º | 0.29% | 0.35% | - |
| XYZ | 6.25 | 5.65 | 10.21 | - |
| YUV | 68.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 89 | 0.19 | 0.29 | 0 | 0.65 | 260.77 | 0.17 | 0.3 |
| Hex | 48 | 3F | 59 | 13 | 1D | 0 | 41 | 105 | 11 | 1E |
| Octal | 110 | 77 | 131 | 23 | 35 | 0 | 101 | 405 | 21 | 36 |
| Binary | 1001000 | 111111 | 1011001 | 10011 | 11101 | 0 | 1000001 | 100000101 | 10001 | 11110 |
Color Harmonies of #483F59
Complementary color
Monochromatic Colors of #483F59
Black with #483F59
Text Example
Text Example
White with #483F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F59; }
p { color: rgb(72,63,89); }
H1.HeaderClassName
{
color: #483F59;
}
.AnyTagClassName
{
color: #483F59;
}
</style>
background-color css
<style>
a { background-color: #483F59; }
a { background-color: rgb(72,63,89); }
div.DivClassName
{
background-color: #483F59;
}
.BgClassName
{
background-color: #483F59;
}
</style>
border-color css
<style>
span { border-color: #483F59; }
span { border-color: rgb(72,63,89); }
td.TdClassName
{
border-color: #483F59;
}
.TagClassName
{
border-color: #483F59;
}
</style>