Shades of Grape #483E55
Tints of Grape #483E55
RGB
CMYK
RGB Variations
Color information
#483E55 (or 0x483E55) is known color: Grape. HEX triplet: 48, 3E and 55. RGB value is (72,62,85). Sum of RGB (Red+Green+Blue) = 72+62+85=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 62 (24.61% from 255 or 28.31% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 85 - color contains mainly: blue. Hex color #483E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483E55 is #B7C1AA. Grayscale: #434343. Windows color (decimal): -12042667 or 5586504. OLE color: 5586504.
HSL color Cylindrical-coordinate representation of color #483E55: hue angle of 266.09º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #483E55 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 62 | 85 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.67 |
| HSL | 266.09º | 0.16% | 0.29% | - |
| HSV(B) | 266.09º | 0.27% | 0.33% | - |
| XYZ | 6.03 | 5.48 | 9.33 | - |
| YUV | 67.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 85 | 0.15 | 0.27 | 0 | 0.67 | 266.09 | 0.16 | 0.29 |
| Hex | 48 | 3E | 55 | F | 1B | 0 | 43 | 10A | 10 | 1D |
| Octal | 110 | 76 | 125 | 17 | 33 | 0 | 103 | 412 | 20 | 35 |
| Binary | 1001000 | 111110 | 1010101 | 1111 | 11011 | 0 | 1000011 | 100001010 | 10000 | 11101 |
Color Harmonies of #483E55
Complementary color
Monochromatic Colors of #483E55
Black with #483E55
Text Example
Text Example
White with #483E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483E55; }
p { color: rgb(72,62,85); }
H1.HeaderClassName
{
color: #483E55;
}
.AnyTagClassName
{
color: #483E55;
}
</style>
background-color css
<style>
a { background-color: #483E55; }
a { background-color: rgb(72,62,85); }
div.DivClassName
{
background-color: #483E55;
}
.BgClassName
{
background-color: #483E55;
}
</style>
border-color css
<style>
span { border-color: #483E55; }
span { border-color: rgb(72,62,85); }
td.TdClassName
{
border-color: #483E55;
}
.TagClassName
{
border-color: #483E55;
}
</style>