Shades of Como #4F755B
Tints of Como #4F755B
RGB
CMYK
RGB Variations
Color information
#4F755B (or 0x4F755B) is known color: Como. HEX triplet: 4F, 75 and 5B. RGB value is (79,117,91). Sum of RGB (Red+Green+Blue) = 79+117+91=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 117 - color contains mainly: green. Hex color #4F755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F755B is #B08AA4. Grayscale: #666666. Windows color (decimal): -11569829 or 5993807. OLE color: 5993807.
HSL color Cylindrical-coordinate representation of color #4F755B: hue angle of 138.95º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F755B is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 117 | 91 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.54 |
| HSL | 138.95º | 0.19% | 0.38% | - |
| HSV(B) | 138.95º | 0.32% | 0.46% | - |
| XYZ | 11.47 | 15.14 | 12.22 | - |
| YUV | 102.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 117 | 91 | 0.32 | 0 | 0.22 | 0.54 | 138.95 | 0.19 | 0.38 |
| Hex | 4F | 75 | 5B | 20 | 0 | 16 | 36 | 8B | 13 | 26 |
| Octal | 117 | 165 | 133 | 40 | 0 | 26 | 66 | 213 | 23 | 46 |
| Binary | 1001111 | 1110101 | 1011011 | 100000 | 0 | 10110 | 110110 | 10001011 | 10011 | 100110 |
Color Harmonies of #4F755B
Complementary color
Monochromatic Colors of #4F755B
Black with #4F755B
Text Example
Text Example
White with #4F755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F755B; }
p { color: rgb(79,117,91); }
H1.HeaderClassName
{
color: #4F755B;
}
.AnyTagClassName
{
color: #4F755B;
}
</style>
background-color css
<style>
a { background-color: #4F755B; }
a { background-color: rgb(79,117,91); }
div.DivClassName
{
background-color: #4F755B;
}
.BgClassName
{
background-color: #4F755B;
}
</style>
border-color css
<style>
span { border-color: #4F755B; }
span { border-color: rgb(79,117,91); }
td.TdClassName
{
border-color: #4F755B;
}
.TagClassName
{
border-color: #4F755B;
}
</style>