Shades of Cabbage Pont #46533A
Tints of Cabbage Pont #46533A
RGB
CMYK
RGB Variations
Color information
#46533A (or 0x46533A) is known color: Cabbage Pont. HEX triplet: 46, 53 and 3A. RGB value is (70,83,58). Sum of RGB (Red+Green+Blue) = 70+83+58=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 83 - color contains mainly: green. Hex color #46533A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46533A is #B9ACC5. Grayscale: #4C4C4C. Windows color (decimal): -12168390 or 3822406. OLE color: 3822406.
HSL color Cylindrical-coordinate representation of color #46533A: hue angle of 91.2º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #46533A is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 83 | 58 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.67 |
| HSL | 91.2º | 0.18% | 0.28% | - |
| HSV(B) | 91.2º | 0.3% | 0.33% | - |
| XYZ | 6.38 | 7.79 | 5.17 | - |
| YUV | 76.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 58 | 0.16 | 0 | 0.30 | 0.67 | 91.2 | 0.18 | 0.28 |
| Hex | 46 | 53 | 3A | 10 | 0 | 1E | 43 | 5B | 12 | 1C |
| Octal | 106 | 123 | 72 | 20 | 0 | 36 | 103 | 133 | 22 | 34 |
| Binary | 1000110 | 1010011 | 111010 | 10000 | 0 | 11110 | 1000011 | 1011011 | 10010 | 11100 |
Color Harmonies of #46533A
Complementary color
Monochromatic Colors of #46533A
Black with #46533A
Text Example
Text Example
White with #46533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46533A; }
p { color: rgb(70,83,58); }
H1.HeaderClassName
{
color: #46533A;
}
.AnyTagClassName
{
color: #46533A;
}
</style>
background-color css
<style>
a { background-color: #46533A; }
a { background-color: rgb(70,83,58); }
div.DivClassName
{
background-color: #46533A;
}
.BgClassName
{
background-color: #46533A;
}
</style>
border-color css
<style>
span { border-color: #46533A; }
span { border-color: rgb(70,83,58); }
td.TdClassName
{
border-color: #46533A;
}
.TagClassName
{
border-color: #46533A;
}
</style>