Shades of Cabbage Pont #4C5147
Tints of Cabbage Pont #4C5147
RGB
CMYK
RGB Variations
Color information
#4C5147 (or 0x4C5147) is known color: Cabbage Pont. HEX triplet: 4C, 51 and 47. RGB value is (76,81,71). Sum of RGB (Red+Green+Blue) = 76+81+71=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 81 - color contains mainly: green. Hex color #4C5147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5147 is #B3AEB8. Grayscale: #4E4E4E. Windows color (decimal): -11775673 or 4673868. OLE color: 4673868.
HSL color Cylindrical-coordinate representation of color #4C5147: hue angle of 90º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4C5147 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 81 | 71 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.68 |
| HSL | 90º | 0.07% | 0.3% | - |
| HSV(B) | 90º | 0.12% | 0.32% | - |
| XYZ | 7.06 | 7.88 | 7.11 | - |
| YUV | 78.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 81 | 71 | 0.06 | 0 | 0.12 | 0.68 | 90 | 0.07 | 0.3 |
| Hex | 4C | 51 | 47 | 6 | 0 | C | 44 | 5A | 7 | 1E |
| Octal | 114 | 121 | 107 | 6 | 0 | 14 | 104 | 132 | 7 | 36 |
| Binary | 1001100 | 1010001 | 1000111 | 110 | 0 | 1100 | 1000100 | 1011010 | 111 | 11110 |
Color Harmonies of #4C5147
Complementary color
Monochromatic Colors of #4C5147
Black with #4C5147
Text Example
Text Example
White with #4C5147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5147; }
p { color: rgb(76,81,71); }
H1.HeaderClassName
{
color: #4C5147;
}
.AnyTagClassName
{
color: #4C5147;
}
</style>
background-color css
<style>
a { background-color: #4C5147; }
a { background-color: rgb(76,81,71); }
div.DivClassName
{
background-color: #4C5147;
}
.BgClassName
{
background-color: #4C5147;
}
</style>
border-color css
<style>
span { border-color: #4C5147; }
span { border-color: rgb(76,81,71); }
td.TdClassName
{
border-color: #4C5147;
}
.TagClassName
{
border-color: #4C5147;
}
</style>