Shades of Grape #484550
Tints of Grape #484550
RGB
CMYK
RGB Variations
Color information
#484550 (or 0x484550) is known color: Grape. HEX triplet: 48, 45 and 50. RGB value is (72,69,80). Sum of RGB (Red+Green+Blue) = 72+69+80=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 80 - color contains mainly: blue. Hex color #484550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484550 is #B7BAAF. Grayscale: #474747. Windows color (decimal): -12040880 or 5260616. OLE color: 5260616.
HSL color Cylindrical-coordinate representation of color #484550: hue angle of 256.36º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #484550 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 69 | 80 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.69 |
| HSL | 256.36º | 0.07% | 0.29% | - |
| HSV(B) | 256.36º | 0.14% | 0.31% | - |
| XYZ | 6.25 | 6.21 | 8.46 | - |
| YUV | 71.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 80 | 0.10 | 0.14 | 0 | 0.69 | 256.36 | 0.07 | 0.29 |
| Hex | 48 | 45 | 50 | A | E | 0 | 45 | 100 | 7 | 1D |
| Octal | 110 | 105 | 120 | 12 | 16 | 0 | 105 | 400 | 7 | 35 |
| Binary | 1001000 | 1000101 | 1010000 | 1010 | 1110 | 0 | 1000101 | 100000000 | 111 | 11101 |
Color Harmonies of #484550
Complementary color
Monochromatic Colors of #484550
Black with #484550
Text Example
Text Example
White with #484550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484550; }
p { color: rgb(72,69,80); }
H1.HeaderClassName
{
color: #484550;
}
.AnyTagClassName
{
color: #484550;
}
</style>
background-color css
<style>
a { background-color: #484550; }
a { background-color: rgb(72,69,80); }
div.DivClassName
{
background-color: #484550;
}
.BgClassName
{
background-color: #484550;
}
</style>
border-color css
<style>
span { border-color: #484550; }
span { border-color: rgb(72,69,80); }
td.TdClassName
{
border-color: #484550;
}
.TagClassName
{
border-color: #484550;
}
</style>