Shades of Grape #463D54
Tints of Grape #463D54
RGB
CMYK
RGB Variations
Color information
#463D54 (or 0x463D54) is known color: Grape. HEX triplet: 46, 3D and 54. RGB value is (70,61,84). Sum of RGB (Red+Green+Blue) = 70+61+84=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 84 - color contains mainly: blue. Hex color #463D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463D54 is #B9C2AB. Grayscale: #424242. Windows color (decimal): -12173996 or 5520710. OLE color: 5520710.
HSL color Cylindrical-coordinate representation of color #463D54: hue angle of 263.48º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #463D54 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 61 | 84 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.67 |
| HSL | 263.48º | 0.16% | 0.28% | - |
| HSV(B) | 263.48º | 0.27% | 0.33% | - |
| XYZ | 5.79 | 5.28 | 9.1 | - |
| YUV | 66.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 84 | 0.17 | 0.27 | 0 | 0.67 | 263.48 | 0.16 | 0.28 |
| Hex | 46 | 3D | 54 | 11 | 1B | 0 | 43 | 107 | 10 | 1C |
| Octal | 106 | 75 | 124 | 21 | 33 | 0 | 103 | 407 | 20 | 34 |
| Binary | 1000110 | 111101 | 1010100 | 10001 | 11011 | 0 | 1000011 | 100000111 | 10000 | 11100 |
Color Harmonies of #463D54
Complementary color
Monochromatic Colors of #463D54
Black with #463D54
Text Example
Text Example
White with #463D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D54; }
p { color: rgb(70,61,84); }
H1.HeaderClassName
{
color: #463D54;
}
.AnyTagClassName
{
color: #463D54;
}
</style>
background-color css
<style>
a { background-color: #463D54; }
a { background-color: rgb(70,61,84); }
div.DivClassName
{
background-color: #463D54;
}
.BgClassName
{
background-color: #463D54;
}
</style>
border-color css
<style>
span { border-color: #463D54; }
span { border-color: rgb(70,61,84); }
td.TdClassName
{
border-color: #463D54;
}
.TagClassName
{
border-color: #463D54;
}
</style>