Shades of Como #4F6E5A
Tints of Como #4F6E5A
RGB
CMYK
RGB Variations
Color information
#4F6E5A (or 0x4F6E5A) is known color: Como. HEX triplet: 4F, 6E and 5A. RGB value is (79,110,90). Sum of RGB (Red+Green+Blue) = 79+110+90=279 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.32% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 110 - color contains mainly: green. Hex color #4F6E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6E5A is #B091A5. Grayscale: #626262. Windows color (decimal): -11571622 or 5926479. OLE color: 5926479.
HSL color Cylindrical-coordinate representation of color #4F6E5A: hue angle of 141.29º 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 #4F6E5A is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 110 | 90 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.57 |
| HSL | 141.29º | 0.16% | 0.37% | - |
| HSV(B) | 141.29º | 0.28% | 0.43% | - |
| XYZ | 10.65 | 13.55 | 11.73 | - |
| YUV | 98.45 | 123.23 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 110 | 90 | 0.28 | 0 | 0.18 | 0.57 | 141.29 | 0.16 | 0.37 |
| Hex | 4F | 6E | 5A | 1C | 0 | 12 | 39 | 8D | 10 | 25 |
| Octal | 117 | 156 | 132 | 34 | 0 | 22 | 71 | 215 | 20 | 45 |
| Binary | 1001111 | 1101110 | 1011010 | 11100 | 0 | 10010 | 111001 | 10001101 | 10000 | 100101 |
Color Harmonies of #4F6E5A
Complementary color
Monochromatic Colors of #4F6E5A
Black with #4F6E5A
Text Example
Text Example
White with #4F6E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6E5A; }
p { color: rgb(79,110,90); }
H1.HeaderClassName
{
color: #4F6E5A;
}
.AnyTagClassName
{
color: #4F6E5A;
}
</style>
background-color css
<style>
a { background-color: #4F6E5A; }
a { background-color: rgb(79,110,90); }
div.DivClassName
{
background-color: #4F6E5A;
}
.BgClassName
{
background-color: #4F6E5A;
}
</style>
border-color css
<style>
span { border-color: #4F6E5A; }
span { border-color: rgb(79,110,90); }
td.TdClassName
{
border-color: #4F6E5A;
}
.TagClassName
{
border-color: #4F6E5A;
}
</style>