Shades of Grape #484053
Tints of Grape #484053
RGB
CMYK
RGB Variations
Color information
#484053 (or 0x484053) is known color: Grape. HEX triplet: 48, 40 and 53. RGB value is (72,64,83). Sum of RGB (Red+Green+Blue) = 72+64+83=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 83 - color contains mainly: blue. Hex color #484053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484053 is #B7BFAC. Grayscale: #444444. Windows color (decimal): -12042157 or 5455944. OLE color: 5455944.
HSL color Cylindrical-coordinate representation of color #484053: hue angle of 265.26º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #484053 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 64 | 83 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.67 |
| HSL | 265.26º | 0.13% | 0.29% | - |
| HSV(B) | 265.26º | 0.23% | 0.33% | - |
| XYZ | 6.07 | 5.67 | 8.96 | - |
| YUV | 68.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 83 | 0.13 | 0.23 | 0 | 0.67 | 265.26 | 0.13 | 0.29 |
| Hex | 48 | 40 | 53 | D | 17 | 0 | 43 | 109 | D | 1D |
| Octal | 110 | 100 | 123 | 15 | 27 | 0 | 103 | 411 | 15 | 35 |
| Binary | 1001000 | 1000000 | 1010011 | 1101 | 10111 | 0 | 1000011 | 100001001 | 1101 | 11101 |
Color Harmonies of #484053
Complementary color
Monochromatic Colors of #484053
Black with #484053
Text Example
Text Example
White with #484053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484053; }
p { color: rgb(72,64,83); }
H1.HeaderClassName
{
color: #484053;
}
.AnyTagClassName
{
color: #484053;
}
</style>
background-color css
<style>
a { background-color: #484053; }
a { background-color: rgb(72,64,83); }
div.DivClassName
{
background-color: #484053;
}
.BgClassName
{
background-color: #484053;
}
</style>
border-color css
<style>
span { border-color: #484053; }
span { border-color: rgb(72,64,83); }
td.TdClassName
{
border-color: #484053;
}
.TagClassName
{
border-color: #484053;
}
</style>