Shades of Grape #46444D
Tints of Grape #46444D
RGB
CMYK
RGB Variations
Color information
#46444D (or 0x46444D) is known color: Grape. HEX triplet: 46, 44 and 4D. RGB value is (70,68,77). Sum of RGB (Red+Green+Blue) = 70+68+77=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 77 - color contains mainly: blue. Hex color #46444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46444D is #B9BBB2. Grayscale: #454545. Windows color (decimal): -12172211 or 5063750. OLE color: 5063750.
HSL color Cylindrical-coordinate representation of color #46444D: hue angle of 253.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #46444D is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 68 | 77 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.70 |
| HSL | 253.33º | 0.06% | 0.28% | - |
| HSV(B) | 253.33º | 0.12% | 0.3% | - |
| XYZ | 5.93 | 5.97 | 7.86 | - |
| YUV | 69.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 68 | 77 | 0.09 | 0.12 | 0 | 0.70 | 253.33 | 0.06 | 0.28 |
| Hex | 46 | 44 | 4D | 9 | C | 0 | 46 | FD | 6 | 1C |
| Octal | 106 | 104 | 115 | 11 | 14 | 0 | 106 | 375 | 6 | 34 |
| Binary | 1000110 | 1000100 | 1001101 | 1001 | 1100 | 0 | 1000110 | 11111101 | 110 | 11100 |
Color Harmonies of #46444D
Complementary color
Monochromatic Colors of #46444D
Black with #46444D
Text Example
Text Example
White with #46444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46444D; }
p { color: rgb(70,68,77); }
H1.HeaderClassName
{
color: #46444D;
}
.AnyTagClassName
{
color: #46444D;
}
</style>
background-color css
<style>
a { background-color: #46444D; }
a { background-color: rgb(70,68,77); }
div.DivClassName
{
background-color: #46444D;
}
.BgClassName
{
background-color: #46444D;
}
</style>
border-color css
<style>
span { border-color: #46444D; }
span { border-color: rgb(70,68,77); }
td.TdClassName
{
border-color: #46444D;
}
.TagClassName
{
border-color: #46444D;
}
</style>