Shades of Como #4F7461
Tints of Como #4F7461
RGB
CMYK
RGB Variations
Color information
#4F7461 (or 0x4F7461) is known color: Como. HEX triplet: 4F, 74 and 61. RGB value is (79,116,97). Sum of RGB (Red+Green+Blue) = 79+116+97=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 116 - color contains mainly: green. Hex color #4F7461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7461 is #B08B9E. Grayscale: #666666. Windows color (decimal): -11570079 or 6386767. OLE color: 6386767.
HSL color Cylindrical-coordinate representation of color #4F7461: hue angle of 149.19º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F7461 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 116 | 97 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.55 |
| HSL | 149.19º | 0.19% | 0.38% | - |
| HSV(B) | 149.19º | 0.32% | 0.45% | - |
| XYZ | 11.63 | 15.02 | 13.59 | - |
| YUV | 102.77 | 124.74 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 116 | 97 | 0.32 | 0 | 0.16 | 0.55 | 149.19 | 0.19 | 0.38 |
| Hex | 4F | 74 | 61 | 20 | 0 | 10 | 37 | 95 | 13 | 26 |
| Octal | 117 | 164 | 141 | 40 | 0 | 20 | 67 | 225 | 23 | 46 |
| Binary | 1001111 | 1110100 | 1100001 | 100000 | 0 | 10000 | 110111 | 10010101 | 10011 | 100110 |
Color Harmonies of #4F7461
Complementary color
Monochromatic Colors of #4F7461
Black with #4F7461
Text Example
Text Example
White with #4F7461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7461; }
p { color: rgb(79,116,97); }
H1.HeaderClassName
{
color: #4F7461;
}
.AnyTagClassName
{
color: #4F7461;
}
</style>
background-color css
<style>
a { background-color: #4F7461; }
a { background-color: rgb(79,116,97); }
div.DivClassName
{
background-color: #4F7461;
}
.BgClassName
{
background-color: #4F7461;
}
</style>
border-color css
<style>
span { border-color: #4F7461; }
span { border-color: rgb(79,116,97); }
td.TdClassName
{
border-color: #4F7461;
}
.TagClassName
{
border-color: #4F7461;
}
</style>