Shades of Grape #463F50
Tints of Grape #463F50
RGB
CMYK
RGB Variations
Color information
#463F50 (or 0x463F50) is known color: Grape. HEX triplet: 46, 3F and 50. RGB value is (70,63,80). Sum of RGB (Red+Green+Blue) = 70+63+80=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 80 - color contains mainly: blue. Hex color #463F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F50 is #B9C0AF. Grayscale: #424242. Windows color (decimal): -12173488 or 5259078. OLE color: 5259078.
HSL color Cylindrical-coordinate representation of color #463F50: hue angle of 264.71º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #463F50 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 63 | 80 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.69 |
| HSL | 264.71º | 0.12% | 0.28% | - |
| HSV(B) | 264.71º | 0.21% | 0.31% | - |
| XYZ | 5.75 | 5.44 | 8.34 | - |
| YUV | 67.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 80 | 0.12 | 0.21 | 0 | 0.69 | 264.71 | 0.12 | 0.28 |
| Hex | 46 | 3F | 50 | C | 15 | 0 | 45 | 109 | C | 1C |
| Octal | 106 | 77 | 120 | 14 | 25 | 0 | 105 | 411 | 14 | 34 |
| Binary | 1000110 | 111111 | 1010000 | 1100 | 10101 | 0 | 1000101 | 100001001 | 1100 | 11100 |
Color Harmonies of #463F50
Complementary color
Monochromatic Colors of #463F50
Black with #463F50
Text Example
Text Example
White with #463F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F50; }
p { color: rgb(70,63,80); }
H1.HeaderClassName
{
color: #463F50;
}
.AnyTagClassName
{
color: #463F50;
}
</style>
background-color css
<style>
a { background-color: #463F50; }
a { background-color: rgb(70,63,80); }
div.DivClassName
{
background-color: #463F50;
}
.BgClassName
{
background-color: #463F50;
}
</style>
border-color css
<style>
span { border-color: #463F50; }
span { border-color: rgb(70,63,80); }
td.TdClassName
{
border-color: #463F50;
}
.TagClassName
{
border-color: #463F50;
}
</style>