Shades of Cabbage Pont #4F504E
Tints of Cabbage Pont #4F504E
RGB
CMYK
RGB Variations
Color information
#4F504E (or 0x4F504E) is known color: Cabbage Pont. HEX triplet: 4F, 50 and 4E. RGB value is (79,80,78). Sum of RGB (Red+Green+Blue) = 79+80+78=237 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.33% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 80 - color contains mainly: green. Hex color #4F504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F504E is #B0AFB1. Grayscale: #4F4F4F. Windows color (decimal): -11579314 or 5132367. OLE color: 5132367.
HSL color Cylindrical-coordinate representation of color #4F504E: hue angle of 90º degrees, saturation: 0.01, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #4F504E is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 80 | 78 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.69 |
| HSL | 90º | 0.01% | 0.31% | - |
| HSV(B) | 90º | 0.02% | 0.31% | - |
| XYZ | 7.47 | 7.95 | 8.35 | - |
| YUV | 79.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 80 | 78 | 0.01 | 0 | 0.02 | 0.69 | 90 | 0.01 | 0.31 |
| Hex | 4F | 50 | 4E | 1 | 0 | 2 | 45 | 5A | 1 | 1F |
| Octal | 117 | 120 | 116 | 1 | 0 | 2 | 105 | 132 | 1 | 37 |
| Binary | 1001111 | 1010000 | 1001110 | 1 | 0 | 10 | 1000101 | 1011010 | 1 | 11111 |
Color Harmonies of #4F504E
Complementary color
Monochromatic Colors of #4F504E
Black with #4F504E
Text Example
Text Example
White with #4F504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F504E; }
p { color: rgb(79,80,78); }
H1.HeaderClassName
{
color: #4F504E;
}
.AnyTagClassName
{
color: #4F504E;
}
</style>
background-color css
<style>
a { background-color: #4F504E; }
a { background-color: rgb(79,80,78); }
div.DivClassName
{
background-color: #4F504E;
}
.BgClassName
{
background-color: #4F504E;
}
</style>
border-color css
<style>
span { border-color: #4F504E; }
span { border-color: rgb(79,80,78); }
td.TdClassName
{
border-color: #4F504E;
}
.TagClassName
{
border-color: #4F504E;
}
</style>