Shades of Como #4F7162
Tints of Como #4F7162
RGB
CMYK
RGB Variations
Color information
#4F7162 (or 0x4F7162) is known color: Como. HEX triplet: 4F, 71 and 62. RGB value is (79,113,98). Sum of RGB (Red+Green+Blue) = 79+113+98=290 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.24% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 113 - color contains mainly: green. Hex color #4F7162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7162 is #B08E9D. Grayscale: #656565. Windows color (decimal): -11570846 or 6451535. OLE color: 6451535.
HSL color Cylindrical-coordinate representation of color #4F7162: hue angle of 153.53º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F7162 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 113 | 98 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.56 |
| HSL | 153.53º | 0.18% | 0.38% | - |
| HSV(B) | 153.53º | 0.3% | 0.44% | - |
| XYZ | 11.33 | 14.35 | 13.73 | - |
| YUV | 101.12 | 126.24 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 113 | 98 | 0.30 | 0 | 0.13 | 0.56 | 153.53 | 0.18 | 0.38 |
| Hex | 4F | 71 | 62 | 1E | 0 | D | 38 | 9A | 12 | 26 |
| Octal | 117 | 161 | 142 | 36 | 0 | 15 | 70 | 232 | 22 | 46 |
| Binary | 1001111 | 1110001 | 1100010 | 11110 | 0 | 1101 | 111000 | 10011010 | 10010 | 100110 |
Color Harmonies of #4F7162
Complementary color
Monochromatic Colors of #4F7162
Black with #4F7162
Text Example
Text Example
White with #4F7162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7162; }
p { color: rgb(79,113,98); }
H1.HeaderClassName
{
color: #4F7162;
}
.AnyTagClassName
{
color: #4F7162;
}
</style>
background-color css
<style>
a { background-color: #4F7162; }
a { background-color: rgb(79,113,98); }
div.DivClassName
{
background-color: #4F7162;
}
.BgClassName
{
background-color: #4F7162;
}
</style>
border-color css
<style>
span { border-color: #4F7162; }
span { border-color: rgb(79,113,98); }
td.TdClassName
{
border-color: #4F7162;
}
.TagClassName
{
border-color: #4F7162;
}
</style>