Shades of Grape #46444B
Tints of Grape #46444B
RGB
CMYK
RGB Variations
Color information
#46444B (or 0x46444B) is known color: Grape. HEX triplet: 46, 44 and 4B. RGB value is (70,68,75). Sum of RGB (Red+Green+Blue) = 70+68+75=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 75 - color contains mainly: blue. Hex color #46444B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46444B is #B9BBB4. Grayscale: #454545. Windows color (decimal): -12172213 or 4932678. OLE color: 4932678.
HSL color Cylindrical-coordinate representation of color #46444B: hue angle of 257.14º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #46444B is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 68 | 75 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.71 |
| HSL | 257.14º | 0.05% | 0.28% | - |
| HSV(B) | 257.14º | 0.09% | 0.29% | - |
| XYZ | 5.86 | 5.94 | 7.49 | - |
| YUV | 69.4 | 131.16 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 68 | 75 | 0.07 | 0.09 | 0 | 0.71 | 257.14 | 0.05 | 0.28 |
| Hex | 46 | 44 | 4B | 7 | 9 | 0 | 47 | 101 | 5 | 1C |
| Octal | 106 | 104 | 113 | 7 | 11 | 0 | 107 | 401 | 5 | 34 |
| Binary | 1000110 | 1000100 | 1001011 | 111 | 1001 | 0 | 1000111 | 100000001 | 101 | 11100 |
Color Harmonies of #46444B
Complementary color
Monochromatic Colors of #46444B
Black with #46444B
Text Example
Text Example
White with #46444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46444B; }
p { color: rgb(70,68,75); }
H1.HeaderClassName
{
color: #46444B;
}
.AnyTagClassName
{
color: #46444B;
}
</style>
background-color css
<style>
a { background-color: #46444B; }
a { background-color: rgb(70,68,75); }
div.DivClassName
{
background-color: #46444B;
}
.BgClassName
{
background-color: #46444B;
}
</style>
border-color css
<style>
span { border-color: #46444B; }
span { border-color: rgb(70,68,75); }
td.TdClassName
{
border-color: #46444B;
}
.TagClassName
{
border-color: #46444B;
}
</style>