Shades of Cabbage Pont #464F3F
Tints of Cabbage Pont #464F3F
RGB
CMYK
RGB Variations
Color information
#464F3F (or 0x464F3F) is known color: Cabbage Pont. HEX triplet: 46, 4F and 3F. RGB value is (70,79,63). Sum of RGB (Red+Green+Blue) = 70+79+63=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 79 - color contains mainly: green. Hex color #464F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F3F is #B9B0C0. Grayscale: #4A4A4A. Windows color (decimal): -12169409 or 4149062. OLE color: 4149062.
HSL color Cylindrical-coordinate representation of color #464F3F: hue angle of 93.75º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #464F3F is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 79 | 63 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.69 |
| HSL | 93.75º | 0.11% | 0.28% | - |
| HSV(B) | 93.75º | 0.2% | 0.31% | - |
| XYZ | 6.22 | 7.25 | 5.77 | - |
| YUV | 74.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 63 | 0.11 | 0 | 0.20 | 0.69 | 93.75 | 0.11 | 0.28 |
| Hex | 46 | 4F | 3F | B | 0 | 14 | 45 | 5E | B | 1C |
| Octal | 106 | 117 | 77 | 13 | 0 | 24 | 105 | 136 | 13 | 34 |
| Binary | 1000110 | 1001111 | 111111 | 1011 | 0 | 10100 | 1000101 | 1011110 | 1011 | 11100 |
Color Harmonies of #464F3F
Complementary color
Monochromatic Colors of #464F3F
Black with #464F3F
Text Example
Text Example
White with #464F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464F3F; }
p { color: rgb(70,79,63); }
H1.HeaderClassName
{
color: #464F3F;
}
.AnyTagClassName
{
color: #464F3F;
}
</style>
background-color css
<style>
a { background-color: #464F3F; }
a { background-color: rgb(70,79,63); }
div.DivClassName
{
background-color: #464F3F;
}
.BgClassName
{
background-color: #464F3F;
}
</style>
border-color css
<style>
span { border-color: #464F3F; }
span { border-color: rgb(70,79,63); }
td.TdClassName
{
border-color: #464F3F;
}
.TagClassName
{
border-color: #464F3F;
}
</style>