Shades of Cabbage Pont #46523D
Tints of Cabbage Pont #46523D
RGB
CMYK
RGB Variations
Color information
#46523D (or 0x46523D) is known color: Cabbage Pont. HEX triplet: 46, 52 and 3D. RGB value is (70,82,61). Sum of RGB (Red+Green+Blue) = 70+82+61=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 82 - color contains mainly: green. Hex color #46523D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46523D is #B9ADC2. Grayscale: #4C4C4C. Windows color (decimal): -12168643 or 4018758. OLE color: 4018758.
HSL color Cylindrical-coordinate representation of color #46523D: hue angle of 94.29º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #46523D is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 82 | 61 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.68 |
| HSL | 94.29º | 0.15% | 0.28% | - |
| HSV(B) | 94.29º | 0.26% | 0.32% | - |
| XYZ | 6.39 | 7.67 | 5.56 | - |
| YUV | 76.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 61 | 0.15 | 0 | 0.26 | 0.68 | 94.29 | 0.15 | 0.28 |
| Hex | 46 | 52 | 3D | F | 0 | 1A | 44 | 5E | F | 1C |
| Octal | 106 | 122 | 75 | 17 | 0 | 32 | 104 | 136 | 17 | 34 |
| Binary | 1000110 | 1010010 | 111101 | 1111 | 0 | 11010 | 1000100 | 1011110 | 1111 | 11100 |
Color Harmonies of #46523D
Complementary color
Monochromatic Colors of #46523D
Black with #46523D
Text Example
Text Example
White with #46523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46523D; }
p { color: rgb(70,82,61); }
H1.HeaderClassName
{
color: #46523D;
}
.AnyTagClassName
{
color: #46523D;
}
</style>
background-color css
<style>
a { background-color: #46523D; }
a { background-color: rgb(70,82,61); }
div.DivClassName
{
background-color: #46523D;
}
.BgClassName
{
background-color: #46523D;
}
</style>
border-color css
<style>
span { border-color: #46523D; }
span { border-color: rgb(70,82,61); }
td.TdClassName
{
border-color: #46523D;
}
.TagClassName
{
border-color: #46523D;
}
</style>