Shades of Cabbage Pont #4F514D
Tints of Cabbage Pont #4F514D
RGB
CMYK
RGB Variations
Color information
#4F514D (or 0x4F514D) is known color: Cabbage Pont. HEX triplet: 4F, 51 and 4D. RGB value is (79,81,77). Sum of RGB (Red+Green+Blue) = 79+81+77=237 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.33% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 81 - color contains mainly: green. Hex color #4F514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F514D is #B0AEB2. Grayscale: #4F4F4F. Windows color (decimal): -11579059 or 5067087. OLE color: 5067087.
HSL color Cylindrical-coordinate representation of color #4F514D: hue angle of 90º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4F514D is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
RGB | 79 | 81 | 77 | - |
CMYK | 0.02 | 0 | 0.05 | 0.68 |
HSL | 90º | 0.03% | 0.31% | - |
HSV(B) | 90º | 0.05% | 0.32% | - |
XYZ | 7.51 | 8.08 | 8.19 | - |
YUV | 79.95 | 126.34 | 127.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 79 | 81 | 77 | 0.02 | 0 | 0.05 | 0.68 | 90 | 0.03 | 0.31 |
Hex | 4F | 51 | 4D | 2 | 0 | 5 | 44 | 5A | 3 | 1F |
Octal | 117 | 121 | 115 | 2 | 0 | 5 | 104 | 132 | 3 | 37 |
Binary | 1001111 | 1010001 | 1001101 | 10 | 0 | 101 | 1000100 | 1011010 | 11 | 11111 |
Color Harmonies of #4F514D
Complementary color
Monochromatic Colors of #4F514D
Black with #4F514D
Text Example
Text Example
White with #4F514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F514D; }
p { color: rgb(79,81,77); }
H1.HeaderClassName
{
color: #4F514D;
}
.AnyTagClassName
{
color: #4F514D;
}
</style>
background-color css
<style>
a { background-color: #4F514D; }
a { background-color: rgb(79,81,77); }
div.DivClassName
{
background-color: #4F514D;
}
.BgClassName
{
background-color: #4F514D;
}
</style>
border-color css
<style>
span { border-color: #4F514D; }
span { border-color: rgb(79,81,77); }
td.TdClassName
{
border-color: #4F514D;
}
.TagClassName
{
border-color: #4F514D;
}
</style>