Shades of Cabbage Pont #464F40
Tints of Cabbage Pont #464F40
RGB
CMYK
RGB Variations
Color information
#464F40 (or 0x464F40) is known color: Cabbage Pont. HEX triplet: 46, 4F and 40. RGB value is (70,79,64). Sum of RGB (Red+Green+Blue) = 70+79+64=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 79 - color contains mainly: green. Hex color #464F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F40 is #B9B0BF. Grayscale: #4A4A4A. Windows color (decimal): -12169408 or 4214598. OLE color: 4214598.
HSL color Cylindrical-coordinate representation of color #464F40: hue angle of 96º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #464F40 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 79 | 64 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.69 |
| HSL | 96º | 0.1% | 0.28% | - |
| HSV(B) | 96º | 0.19% | 0.31% | - |
| XYZ | 6.25 | 7.26 | 5.92 | - |
| YUV | 74.6 | 122.02 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 64 | 0.11 | 0 | 0.19 | 0.69 | 96 | 0.1 | 0.28 |
| Hex | 46 | 4F | 40 | B | 0 | 13 | 45 | 60 | A | 1C |
| Octal | 106 | 117 | 100 | 13 | 0 | 23 | 105 | 140 | 12 | 34 |
| Binary | 1000110 | 1001111 | 1000000 | 1011 | 0 | 10011 | 1000101 | 1100000 | 1010 | 11100 |
Color Harmonies of #464F40
Complementary color
Monochromatic Colors of #464F40
Black with #464F40
Text Example
Text Example
White with #464F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464F40; }
p { color: rgb(70,79,64); }
H1.HeaderClassName
{
color: #464F40;
}
.AnyTagClassName
{
color: #464F40;
}
</style>
background-color css
<style>
a { background-color: #464F40; }
a { background-color: rgb(70,79,64); }
div.DivClassName
{
background-color: #464F40;
}
.BgClassName
{
background-color: #464F40;
}
</style>
border-color css
<style>
span { border-color: #464F40; }
span { border-color: rgb(70,79,64); }
td.TdClassName
{
border-color: #464F40;
}
.TagClassName
{
border-color: #464F40;
}
</style>