Shades of Grape #484154
Tints of Grape #484154
RGB
CMYK
RGB Variations
Color information
#484154 (or 0x484154) is known color: Grape. HEX triplet: 48, 41 and 54. RGB value is (72,65,84). Sum of RGB (Red+Green+Blue) = 72+65+84=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 84 - color contains mainly: blue. Hex color #484154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484154 is #B7BEAB. Grayscale: #454545. Windows color (decimal): -12041900 or 5521736. OLE color: 5521736.
HSL color Cylindrical-coordinate representation of color #484154: hue angle of 262.11º 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 #484154 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 65 | 84 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.67 |
| HSL | 262.11º | 0.13% | 0.29% | - |
| HSV(B) | 262.11º | 0.23% | 0.33% | - |
| XYZ | 6.16 | 5.8 | 9.18 | - |
| YUV | 69.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 84 | 0.14 | 0.23 | 0 | 0.67 | 262.11 | 0.13 | 0.29 |
| Hex | 48 | 41 | 54 | E | 17 | 0 | 43 | 106 | D | 1D |
| Octal | 110 | 101 | 124 | 16 | 27 | 0 | 103 | 406 | 15 | 35 |
| Binary | 1001000 | 1000001 | 1010100 | 1110 | 10111 | 0 | 1000011 | 100000110 | 1101 | 11101 |
Color Harmonies of #484154
Complementary color
Monochromatic Colors of #484154
Black with #484154
Text Example
Text Example
White with #484154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484154; }
p { color: rgb(72,65,84); }
H1.HeaderClassName
{
color: #484154;
}
.AnyTagClassName
{
color: #484154;
}
</style>
background-color css
<style>
a { background-color: #484154; }
a { background-color: rgb(72,65,84); }
div.DivClassName
{
background-color: #484154;
}
.BgClassName
{
background-color: #484154;
}
</style>
border-color css
<style>
span { border-color: #484154; }
span { border-color: rgb(72,65,84); }
td.TdClassName
{
border-color: #484154;
}
.TagClassName
{
border-color: #484154;
}
</style>