Shades of Grape #463F4D
Tints of Grape #463F4D
RGB
CMYK
RGB Variations
Color information
#463F4D (or 0x463F4D) is known color: Grape. HEX triplet: 46, 3F and 4D. RGB value is (70,63,77). Sum of RGB (Red+Green+Blue) = 70+63+77=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 77 - color contains mainly: blue. Hex color #463F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F4D is #B9C0B2. Grayscale: #424242. Windows color (decimal): -12173491 or 5062470. OLE color: 5062470.
HSL color Cylindrical-coordinate representation of color #463F4D: hue angle of 270º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #463F4D is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 63 | 77 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.70 |
| HSL | 270º | 0.1% | 0.27% | - |
| HSV(B) | 270º | 0.18% | 0.3% | - |
| XYZ | 5.64 | 5.39 | 7.76 | - |
| YUV | 66.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 77 | 0.09 | 0.18 | 0 | 0.70 | 270 | 0.1 | 0.27 |
| Hex | 46 | 3F | 4D | 9 | 12 | 0 | 46 | 10E | A | 1B |
| Octal | 106 | 77 | 115 | 11 | 22 | 0 | 106 | 416 | 12 | 33 |
| Binary | 1000110 | 111111 | 1001101 | 1001 | 10010 | 0 | 1000110 | 100001110 | 1010 | 11011 |
Color Harmonies of #463F4D
Complementary color
Monochromatic Colors of #463F4D
Black with #463F4D
Text Example
Text Example
White with #463F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F4D; }
p { color: rgb(70,63,77); }
H1.HeaderClassName
{
color: #463F4D;
}
.AnyTagClassName
{
color: #463F4D;
}
</style>
background-color css
<style>
a { background-color: #463F4D; }
a { background-color: rgb(70,63,77); }
div.DivClassName
{
background-color: #463F4D;
}
.BgClassName
{
background-color: #463F4D;
}
</style>
border-color css
<style>
span { border-color: #463F4D; }
span { border-color: rgb(70,63,77); }
td.TdClassName
{
border-color: #463F4D;
}
.TagClassName
{
border-color: #463F4D;
}
</style>