Shades of Grape #46434E
Tints of Grape #46434E
RGB
CMYK
RGB Variations
Color information
#46434E (or 0x46434E) is known color: Grape. HEX triplet: 46, 43 and 4E. RGB value is (70,67,78). Sum of RGB (Red+Green+Blue) = 70+67+78=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 78 - color contains mainly: blue. Hex color #46434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46434E is #B9BCB1. Grayscale: #454545. Windows color (decimal): -12172466 or 5129030. OLE color: 5129030.
HSL color Cylindrical-coordinate representation of color #46434E: hue angle of 256.36º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #46434E is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 67 | 78 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.69 |
| HSL | 256.36º | 0.08% | 0.28% | - |
| HSV(B) | 256.36º | 0.14% | 0.31% | - |
| XYZ | 5.91 | 5.87 | 8.03 | - |
| YUV | 69.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 78 | 0.10 | 0.14 | 0 | 0.69 | 256.36 | 0.08 | 0.28 |
| Hex | 46 | 43 | 4E | A | E | 0 | 45 | 100 | 8 | 1C |
| Octal | 106 | 103 | 116 | 12 | 16 | 0 | 105 | 400 | 10 | 34 |
| Binary | 1000110 | 1000011 | 1001110 | 1010 | 1110 | 0 | 1000101 | 100000000 | 1000 | 11100 |
Color Harmonies of #46434E
Complementary color
Monochromatic Colors of #46434E
Black with #46434E
Text Example
Text Example
White with #46434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46434E; }
p { color: rgb(70,67,78); }
H1.HeaderClassName
{
color: #46434E;
}
.AnyTagClassName
{
color: #46434E;
}
</style>
background-color css
<style>
a { background-color: #46434E; }
a { background-color: rgb(70,67,78); }
div.DivClassName
{
background-color: #46434E;
}
.BgClassName
{
background-color: #46434E;
}
</style>
border-color css
<style>
span { border-color: #46434E; }
span { border-color: rgb(70,67,78); }
td.TdClassName
{
border-color: #46434E;
}
.TagClassName
{
border-color: #46434E;
}
</style>