Shades of Cabbage Pont #46523E
Tints of Cabbage Pont #46523E
RGB
CMYK
RGB Variations
Color information
#46523E (or 0x46523E) is known color: Cabbage Pont. HEX triplet: 46, 52 and 3E. RGB value is (70,82,62). Sum of RGB (Red+Green+Blue) = 70+82+62=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 82 - color contains mainly: green. Hex color #46523E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46523E is #B9ADC1. Grayscale: #4C4C4C. Windows color (decimal): -12168642 or 4084294. OLE color: 4084294.
HSL color Cylindrical-coordinate representation of color #46523E: hue angle of 96º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #46523E is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 82 | 62 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.68 |
| HSL | 96º | 0.14% | 0.28% | - |
| HSV(B) | 96º | 0.24% | 0.32% | - |
| XYZ | 6.41 | 7.68 | 5.7 | - |
| YUV | 76.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 62 | 0.15 | 0 | 0.24 | 0.68 | 96 | 0.14 | 0.28 |
| Hex | 46 | 52 | 3E | F | 0 | 18 | 44 | 60 | E | 1C |
| Octal | 106 | 122 | 76 | 17 | 0 | 30 | 104 | 140 | 16 | 34 |
| Binary | 1000110 | 1010010 | 111110 | 1111 | 0 | 11000 | 1000100 | 1100000 | 1110 | 11100 |
Color Harmonies of #46523E
Complementary color
Monochromatic Colors of #46523E
Black with #46523E
Text Example
Text Example
White with #46523E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46523E; }
p { color: rgb(70,82,62); }
H1.HeaderClassName
{
color: #46523E;
}
.AnyTagClassName
{
color: #46523E;
}
</style>
background-color css
<style>
a { background-color: #46523E; }
a { background-color: rgb(70,82,62); }
div.DivClassName
{
background-color: #46523E;
}
.BgClassName
{
background-color: #46523E;
}
</style>
border-color css
<style>
span { border-color: #46523E; }
span { border-color: rgb(70,82,62); }
td.TdClassName
{
border-color: #46523E;
}
.TagClassName
{
border-color: #46523E;
}
</style>