Shades of Grape #46434A
Tints of Grape #46434A
RGB
CMYK
RGB Variations
Color information
#46434A (or 0x46434A) is known color: Grape. HEX triplet: 46, 43 and 4A. RGB value is (70,67,74). Sum of RGB (Red+Green+Blue) = 70+67+74=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 74 - color contains mainly: blue. Hex color #46434A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46434A is #B9BCB5. Grayscale: #444444. Windows color (decimal): -12172470 or 4866886. OLE color: 4866886.
HSL color Cylindrical-coordinate representation of color #46434A: hue angle of 265.71º 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 #46434A is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 67 | 74 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.71 |
| HSL | 265.71º | 0.05% | 0.28% | - |
| HSV(B) | 265.71º | 0.09% | 0.29% | - |
| XYZ | 5.77 | 5.81 | 7.3 | - |
| YUV | 68.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 74 | 0.05 | 0.09 | 0 | 0.71 | 265.71 | 0.05 | 0.28 |
| Hex | 46 | 43 | 4A | 5 | 9 | 0 | 47 | 10A | 5 | 1C |
| Octal | 106 | 103 | 112 | 5 | 11 | 0 | 107 | 412 | 5 | 34 |
| Binary | 1000110 | 1000011 | 1001010 | 101 | 1001 | 0 | 1000111 | 100001010 | 101 | 11100 |
Color Harmonies of #46434A
Complementary color
Monochromatic Colors of #46434A
Black with #46434A
Text Example
Text Example
White with #46434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46434A; }
p { color: rgb(70,67,74); }
H1.HeaderClassName
{
color: #46434A;
}
.AnyTagClassName
{
color: #46434A;
}
</style>
background-color css
<style>
a { background-color: #46434A; }
a { background-color: rgb(70,67,74); }
div.DivClassName
{
background-color: #46434A;
}
.BgClassName
{
background-color: #46434A;
}
</style>
border-color css
<style>
span { border-color: #46434A; }
span { border-color: rgb(70,67,74); }
td.TdClassName
{
border-color: #46434A;
}
.TagClassName
{
border-color: #46434A;
}
</style>