Shades of Grape #483F53
Tints of Grape #483F53
RGB
CMYK
RGB Variations
Color information
#483F53 (or 0x483F53) is known color: Grape. HEX triplet: 48, 3F and 53. RGB value is (72,63,83). Sum of RGB (Red+Green+Blue) = 72+63+83=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 83 - color contains mainly: blue. Hex color #483F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483F53 is #B7C0AC. Grayscale: #434343. Windows color (decimal): -12042413 or 5455688. OLE color: 5455688.
HSL color Cylindrical-coordinate representation of color #483F53: hue angle of 267º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #483F53 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 63 | 83 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.67 |
| HSL | 267º | 0.14% | 0.29% | - |
| HSV(B) | 267º | 0.24% | 0.33% | - |
| XYZ | 6.01 | 5.56 | 8.94 | - |
| YUV | 67.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 83 | 0.13 | 0.24 | 0 | 0.67 | 267 | 0.14 | 0.29 |
| Hex | 48 | 3F | 53 | D | 18 | 0 | 43 | 10B | E | 1D |
| Octal | 110 | 77 | 123 | 15 | 30 | 0 | 103 | 413 | 16 | 35 |
| Binary | 1001000 | 111111 | 1010011 | 1101 | 11000 | 0 | 1000011 | 100001011 | 1110 | 11101 |
Color Harmonies of #483F53
Complementary color
Monochromatic Colors of #483F53
Black with #483F53
Text Example
Text Example
White with #483F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F53; }
p { color: rgb(72,63,83); }
H1.HeaderClassName
{
color: #483F53;
}
.AnyTagClassName
{
color: #483F53;
}
</style>
background-color css
<style>
a { background-color: #483F53; }
a { background-color: rgb(72,63,83); }
div.DivClassName
{
background-color: #483F53;
}
.BgClassName
{
background-color: #483F53;
}
</style>
border-color css
<style>
span { border-color: #483F53; }
span { border-color: rgb(72,63,83); }
td.TdClassName
{
border-color: #483F53;
}
.TagClassName
{
border-color: #483F53;
}
</style>