Shades of Grape #484551
Tints of Grape #484551
RGB
CMYK
RGB Variations
Color information
#484551 (or 0x484551) is known color: Grape. HEX triplet: 48, 45 and 51. RGB value is (72,69,81). Sum of RGB (Red+Green+Blue) = 72+69+81=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 81 - color contains mainly: blue. Hex color #484551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484551 is #B7BAAE. Grayscale: #474747. Windows color (decimal): -12040879 or 5326152. OLE color: 5326152.
HSL color Cylindrical-coordinate representation of color #484551: hue angle of 255º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #484551 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 69 | 81 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.68 |
| HSL | 255º | 0.08% | 0.29% | - |
| HSV(B) | 255º | 0.15% | 0.32% | - |
| XYZ | 6.29 | 6.23 | 8.66 | - |
| YUV | 71.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 81 | 0.11 | 0.15 | 0 | 0.68 | 255 | 0.08 | 0.29 |
| Hex | 48 | 45 | 51 | B | F | 0 | 44 | FF | 8 | 1D |
| Octal | 110 | 105 | 121 | 13 | 17 | 0 | 104 | 377 | 10 | 35 |
| Binary | 1001000 | 1000101 | 1010001 | 1011 | 1111 | 0 | 1000100 | 11111111 | 1000 | 11101 |
Color Harmonies of #484551
Complementary color
Monochromatic Colors of #484551
Black with #484551
Text Example
Text Example
White with #484551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484551; }
p { color: rgb(72,69,81); }
H1.HeaderClassName
{
color: #484551;
}
.AnyTagClassName
{
color: #484551;
}
</style>
background-color css
<style>
a { background-color: #484551; }
a { background-color: rgb(72,69,81); }
div.DivClassName
{
background-color: #484551;
}
.BgClassName
{
background-color: #484551;
}
</style>
border-color css
<style>
span { border-color: #484551; }
span { border-color: rgb(72,69,81); }
td.TdClassName
{
border-color: #484551;
}
.TagClassName
{
border-color: #484551;
}
</style>