Shades of Cabbage Pont #46593B
Tints of Cabbage Pont #46593B
RGB
CMYK
RGB Variations
Color information
#46593B (or 0x46593B) is known color: Cabbage Pont. HEX triplet: 46, 59 and 3B. RGB value is (70,89,59). Sum of RGB (Red+Green+Blue) = 70+89+59=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #46593B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46593B is #B9A6C4. Grayscale: #4F4F4F. Windows color (decimal): -12166853 or 3889478. OLE color: 3889478.
HSL color Cylindrical-coordinate representation of color #46593B: hue angle of 98º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #46593B is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 89 | 59 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.65 |
| HSL | 98º | 0.2% | 0.29% | - |
| HSV(B) | 98º | 0.34% | 0.35% | - |
| XYZ | 6.89 | 8.76 | 5.47 | - |
| YUV | 79.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 59 | 0.21 | 0 | 0.34 | 0.65 | 98 | 0.2 | 0.29 |
| Hex | 46 | 59 | 3B | 15 | 0 | 22 | 41 | 62 | 14 | 1D |
| Octal | 106 | 131 | 73 | 25 | 0 | 42 | 101 | 142 | 24 | 35 |
| Binary | 1000110 | 1011001 | 111011 | 10101 | 0 | 100010 | 1000001 | 1100010 | 10100 | 11101 |
Color Harmonies of #46593B
Complementary color
Monochromatic Colors of #46593B
Black with #46593B
Text Example
Text Example
White with #46593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46593B; }
p { color: rgb(70,89,59); }
H1.HeaderClassName
{
color: #46593B;
}
.AnyTagClassName
{
color: #46593B;
}
</style>
background-color css
<style>
a { background-color: #46593B; }
a { background-color: rgb(70,89,59); }
div.DivClassName
{
background-color: #46593B;
}
.BgClassName
{
background-color: #46593B;
}
</style>
border-color css
<style>
span { border-color: #46593B; }
span { border-color: rgb(70,89,59); }
td.TdClassName
{
border-color: #46593B;
}
.TagClassName
{
border-color: #46593B;
}
</style>