Shades of Grape #48464B
Tints of Grape #48464B
RGB
CMYK
RGB Variations
Color information
#48464B (or 0x48464B) is known color: Grape. HEX triplet: 48, 46 and 4B. RGB value is (72,70,75). Sum of RGB (Red+Green+Blue) = 72+70+75=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 75 - color contains mainly: blue. Hex color #48464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48464B is #B7B9B4. Grayscale: #474747. Windows color (decimal): -12040629 or 4933192. OLE color: 4933192.
HSL color Cylindrical-coordinate representation of color #48464B: hue angle of 264º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #48464B is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 70 | 75 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.71 |
| HSL | 264º | 0.03% | 0.28% | - |
| HSV(B) | 264º | 0.07% | 0.29% | - |
| XYZ | 6.13 | 6.27 | 7.54 | - |
| YUV | 71.17 | 130.16 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 75 | 0.04 | 0.07 | 0 | 0.71 | 264 | 0.03 | 0.28 |
| Hex | 48 | 46 | 4B | 4 | 7 | 0 | 47 | 108 | 3 | 1C |
| Octal | 110 | 106 | 113 | 4 | 7 | 0 | 107 | 410 | 3 | 34 |
| Binary | 1001000 | 1000110 | 1001011 | 100 | 111 | 0 | 1000111 | 100001000 | 11 | 11100 |
Color Harmonies of #48464B
Complementary color
Monochromatic Colors of #48464B
Black with #48464B
Text Example
Text Example
White with #48464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48464B; }
p { color: rgb(72,70,75); }
H1.HeaderClassName
{
color: #48464B;
}
.AnyTagClassName
{
color: #48464B;
}
</style>
background-color css
<style>
a { background-color: #48464B; }
a { background-color: rgb(72,70,75); }
div.DivClassName
{
background-color: #48464B;
}
.BgClassName
{
background-color: #48464B;
}
</style>
border-color css
<style>
span { border-color: #48464B; }
span { border-color: rgb(72,70,75); }
td.TdClassName
{
border-color: #48464B;
}
.TagClassName
{
border-color: #48464B;
}
</style>