Shades of Cabbage Pont #4C5146
Tints of Cabbage Pont #4C5146
RGB
CMYK
RGB Variations
Color information
#4C5146 (or 0x4C5146) is known color: Cabbage Pont. HEX triplet: 4C, 51 and 46. RGB value is (76,81,70). Sum of RGB (Red+Green+Blue) = 76+81+70=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 81 - color contains mainly: green. Hex color #4C5146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5146 is #B3AEB9. Grayscale: #4E4E4E. Windows color (decimal): -11775674 or 4608332. OLE color: 4608332.
HSL color Cylindrical-coordinate representation of color #4C5146: hue angle of 87.27º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4C5146 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 81 | 70 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.68 |
| HSL | 87.27º | 0.07% | 0.3% | - |
| HSV(B) | 87.27º | 0.14% | 0.32% | - |
| XYZ | 7.03 | 7.86 | 6.94 | - |
| YUV | 78.25 | 123.34 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 81 | 70 | 0.06 | 0 | 0.14 | 0.68 | 87.27 | 0.07 | 0.3 |
| Hex | 4C | 51 | 46 | 6 | 0 | E | 44 | 57 | 7 | 1E |
| Octal | 114 | 121 | 106 | 6 | 0 | 16 | 104 | 127 | 7 | 36 |
| Binary | 1001100 | 1010001 | 1000110 | 110 | 0 | 1110 | 1000100 | 1010111 | 111 | 11110 |
Color Harmonies of #4C5146
Complementary color
Monochromatic Colors of #4C5146
Black with #4C5146
Text Example
Text Example
White with #4C5146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5146; }
p { color: rgb(76,81,70); }
H1.HeaderClassName
{
color: #4C5146;
}
.AnyTagClassName
{
color: #4C5146;
}
</style>
background-color css
<style>
a { background-color: #4C5146; }
a { background-color: rgb(76,81,70); }
div.DivClassName
{
background-color: #4C5146;
}
.BgClassName
{
background-color: #4C5146;
}
</style>
border-color css
<style>
span { border-color: #4C5146; }
span { border-color: rgb(76,81,70); }
td.TdClassName
{
border-color: #4C5146;
}
.TagClassName
{
border-color: #4C5146;
}
</style>