Shades of Cabbage Pont #4F554A
Tints of Cabbage Pont #4F554A
RGB
CMYK
RGB Variations
Color information
#4F554A (or 0x4F554A) is known color: Cabbage Pont. HEX triplet: 4F, 55 and 4A. RGB value is (79,85,74). Sum of RGB (Red+Green+Blue) = 79+85+74=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 85 - color contains mainly: green. Hex color #4F554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F554A is #B0AAB5. Grayscale: #515151. Windows color (decimal): -11578038 or 4871503. OLE color: 4871503.
HSL color Cylindrical-coordinate representation of color #4F554A: hue angle of 92.73º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4F554A is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 85 | 74 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.67 |
| HSL | 92.73º | 0.07% | 0.31% | - |
| HSV(B) | 92.73º | 0.13% | 0.33% | - |
| XYZ | 7.71 | 8.65 | 7.74 | - |
| YUV | 81.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 85 | 74 | 0.07 | 0 | 0.13 | 0.67 | 92.73 | 0.07 | 0.31 |
| Hex | 4F | 55 | 4A | 7 | 0 | D | 43 | 5D | 7 | 1F |
| Octal | 117 | 125 | 112 | 7 | 0 | 15 | 103 | 135 | 7 | 37 |
| Binary | 1001111 | 1010101 | 1001010 | 111 | 0 | 1101 | 1000011 | 1011101 | 111 | 11111 |
Color Harmonies of #4F554A
Complementary color
Monochromatic Colors of #4F554A
Black with #4F554A
Text Example
Text Example
White with #4F554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F554A; }
p { color: rgb(79,85,74); }
H1.HeaderClassName
{
color: #4F554A;
}
.AnyTagClassName
{
color: #4F554A;
}
</style>
background-color css
<style>
a { background-color: #4F554A; }
a { background-color: rgb(79,85,74); }
div.DivClassName
{
background-color: #4F554A;
}
.BgClassName
{
background-color: #4F554A;
}
</style>
border-color css
<style>
span { border-color: #4F554A; }
span { border-color: rgb(79,85,74); }
td.TdClassName
{
border-color: #4F554A;
}
.TagClassName
{
border-color: #4F554A;
}
</style>