Shades of Cabbage Pont #4F5749
Tints of Cabbage Pont #4F5749
RGB
CMYK
RGB Variations
Color information
#4F5749 (or 0x4F5749) is known color: Cabbage Pont. HEX triplet: 4F, 57 and 49. RGB value is (79,87,73). Sum of RGB (Red+Green+Blue) = 79+87+73=239 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.05% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 87 - color contains mainly: green. Hex color #4F5749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5749 is #B0A8B6. Grayscale: #535353. Windows color (decimal): -11577527 or 4806479. OLE color: 4806479.
HSL color Cylindrical-coordinate representation of color #4F5749: hue angle of 94.29º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4F5749 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 79 | 87 | 73 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.66 |
| HSL | 94.29º | 0.09% | 0.31% | - |
| HSV(B) | 94.29º | 0.16% | 0.34% | - |
| XYZ | 7.84 | 8.96 | 7.62 | - |
| YUV | 83.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 87 | 73 | 0.09 | 0 | 0.16 | 0.66 | 94.29 | 0.09 | 0.31 |
| Hex | 4F | 57 | 49 | 9 | 0 | 10 | 42 | 5E | 9 | 1F |
| Octal | 117 | 127 | 111 | 11 | 0 | 20 | 102 | 136 | 11 | 37 |
| Binary | 1001111 | 1010111 | 1001001 | 1001 | 0 | 10000 | 1000010 | 1011110 | 1001 | 11111 |
Color Harmonies of #4F5749
Complementary color
Monochromatic Colors of #4F5749
Black with #4F5749
Text Example
Text Example
White with #4F5749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5749; }
p { color: rgb(79,87,73); }
H1.HeaderClassName
{
color: #4F5749;
}
.AnyTagClassName
{
color: #4F5749;
}
</style>
background-color css
<style>
a { background-color: #4F5749; }
a { background-color: rgb(79,87,73); }
div.DivClassName
{
background-color: #4F5749;
}
.BgClassName
{
background-color: #4F5749;
}
</style>
border-color css
<style>
span { border-color: #4F5749; }
span { border-color: rgb(79,87,73); }
td.TdClassName
{
border-color: #4F5749;
}
.TagClassName
{
border-color: #4F5749;
}
</style>