Shades of Cabbage Pont #46583D
Tints of Cabbage Pont #46583D
RGB
CMYK
RGB Variations
Color information
#46583D (or 0x46583D) is known color: Cabbage Pont. HEX triplet: 46, 58 and 3D. RGB value is (70,88,61). Sum of RGB (Red+Green+Blue) = 70+88+61=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 88 - color contains mainly: green. Hex color #46583D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46583D is #B9A7C2. Grayscale: #4F4F4F. Windows color (decimal): -12167107 or 4020294. OLE color: 4020294.
HSL color Cylindrical-coordinate representation of color #46583D: hue angle of 100º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #46583D is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 88 | 61 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.65 |
| HSL | 100º | 0.18% | 0.29% | - |
| HSV(B) | 100º | 0.31% | 0.35% | - |
| XYZ | 6.86 | 8.62 | 5.72 | - |
| YUV | 79.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 61 | 0.20 | 0 | 0.31 | 0.65 | 100 | 0.18 | 0.29 |
| Hex | 46 | 58 | 3D | 14 | 0 | 1F | 41 | 64 | 12 | 1D |
| Octal | 106 | 130 | 75 | 24 | 0 | 37 | 101 | 144 | 22 | 35 |
| Binary | 1000110 | 1011000 | 111101 | 10100 | 0 | 11111 | 1000001 | 1100100 | 10010 | 11101 |
Color Harmonies of #46583D
Complementary color
Monochromatic Colors of #46583D
Black with #46583D
Text Example
Text Example
White with #46583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46583D; }
p { color: rgb(70,88,61); }
H1.HeaderClassName
{
color: #46583D;
}
.AnyTagClassName
{
color: #46583D;
}
</style>
background-color css
<style>
a { background-color: #46583D; }
a { background-color: rgb(70,88,61); }
div.DivClassName
{
background-color: #46583D;
}
.BgClassName
{
background-color: #46583D;
}
</style>
border-color css
<style>
span { border-color: #46583D; }
span { border-color: rgb(70,88,61); }
td.TdClassName
{
border-color: #46583D;
}
.TagClassName
{
border-color: #46583D;
}
</style>