Shades of Como #4F6E5E
Tints of Como #4F6E5E
RGB
CMYK
RGB Variations
Color information
#4F6E5E (or 0x4F6E5E) is known color: Como. HEX triplet: 4F, 6E and 5E. RGB value is (79,110,94). Sum of RGB (Red+Green+Blue) = 79+110+94=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 110 - color contains mainly: green. Hex color #4F6E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6E5E is #B091A1. Grayscale: #626262. Windows color (decimal): -11571618 or 6188623. OLE color: 6188623.
HSL color Cylindrical-coordinate representation of color #4F6E5E: hue angle of 149.03º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F6E5E is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 110 | 94 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.57 |
| HSL | 149.03º | 0.16% | 0.37% | - |
| HSV(B) | 149.03º | 0.28% | 0.43% | - |
| XYZ | 10.82 | 13.62 | 12.65 | - |
| YUV | 98.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 110 | 94 | 0.28 | 0 | 0.15 | 0.57 | 149.03 | 0.16 | 0.37 |
| Hex | 4F | 6E | 5E | 1C | 0 | F | 39 | 95 | 10 | 25 |
| Octal | 117 | 156 | 136 | 34 | 0 | 17 | 71 | 225 | 20 | 45 |
| Binary | 1001111 | 1101110 | 1011110 | 11100 | 0 | 1111 | 111001 | 10010101 | 10000 | 100101 |
Color Harmonies of #4F6E5E
Complementary color
Monochromatic Colors of #4F6E5E
Black with #4F6E5E
Text Example
Text Example
White with #4F6E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6E5E; }
p { color: rgb(79,110,94); }
H1.HeaderClassName
{
color: #4F6E5E;
}
.AnyTagClassName
{
color: #4F6E5E;
}
</style>
background-color css
<style>
a { background-color: #4F6E5E; }
a { background-color: rgb(79,110,94); }
div.DivClassName
{
background-color: #4F6E5E;
}
.BgClassName
{
background-color: #4F6E5E;
}
</style>
border-color css
<style>
span { border-color: #4F6E5E; }
span { border-color: rgb(79,110,94); }
td.TdClassName
{
border-color: #4F6E5E;
}
.TagClassName
{
border-color: #4F6E5E;
}
</style>