Shades of Cabbage Pont #46583C
Tints of Cabbage Pont #46583C
RGB
CMYK
RGB Variations
Color information
#46583C (or 0x46583C) is known color: Cabbage Pont. HEX triplet: 46, 58 and 3C. RGB value is (70,88,60). Sum of RGB (Red+Green+Blue) = 70+88+60=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #46583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46583C is #B9A7C3. Grayscale: #4F4F4F. Windows color (decimal): -12167108 or 3954758. OLE color: 3954758.
HSL color Cylindrical-coordinate representation of color #46583C: hue angle of 98.57º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #46583C is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 88 | 60 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.65 |
| HSL | 98.57º | 0.19% | 0.29% | - |
| HSV(B) | 98.57º | 0.32% | 0.35% | - |
| XYZ | 6.83 | 8.61 | 5.58 | - |
| YUV | 79.43 | 117.04 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 60 | 0.20 | 0 | 0.32 | 0.65 | 98.57 | 0.19 | 0.29 |
| Hex | 46 | 58 | 3C | 14 | 0 | 20 | 41 | 63 | 13 | 1D |
| Octal | 106 | 130 | 74 | 24 | 0 | 40 | 101 | 143 | 23 | 35 |
| Binary | 1000110 | 1011000 | 111100 | 10100 | 0 | 100000 | 1000001 | 1100011 | 10011 | 11101 |
Color Harmonies of #46583C
Complementary color
Monochromatic Colors of #46583C
Black with #46583C
Text Example
Text Example
White with #46583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46583C; }
p { color: rgb(70,88,60); }
H1.HeaderClassName
{
color: #46583C;
}
.AnyTagClassName
{
color: #46583C;
}
</style>
background-color css
<style>
a { background-color: #46583C; }
a { background-color: rgb(70,88,60); }
div.DivClassName
{
background-color: #46583C;
}
.BgClassName
{
background-color: #46583C;
}
</style>
border-color css
<style>
span { border-color: #46583C; }
span { border-color: rgb(70,88,60); }
td.TdClassName
{
border-color: #46583C;
}
.TagClassName
{
border-color: #46583C;
}
</style>