Shades of Como #4F6D5C
Tints of Como #4F6D5C
RGB
CMYK
RGB Variations
Color information
#4F6D5C (or 0x4F6D5C) is known color: Como. HEX triplet: 4F, 6D and 5C. RGB value is (79,109,92). Sum of RGB (Red+Green+Blue) = 79+109+92=280 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.21% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 109 - color contains mainly: green. Hex color #4F6D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6D5C is #B092A3. Grayscale: #626262. Windows color (decimal): -11571876 or 6057295. OLE color: 6057295.
HSL color Cylindrical-coordinate representation of color #4F6D5C: hue angle of 146º 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 #4F6D5C is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 109 | 92 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.57 |
| HSL | 146º | 0.16% | 0.37% | - |
| HSV(B) | 146º | 0.28% | 0.43% | - |
| XYZ | 10.62 | 13.37 | 12.15 | - |
| YUV | 98.09 | 124.56 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 109 | 92 | 0.28 | 0 | 0.16 | 0.57 | 146 | 0.16 | 0.37 |
| Hex | 4F | 6D | 5C | 1C | 0 | 10 | 39 | 92 | 10 | 25 |
| Octal | 117 | 155 | 134 | 34 | 0 | 20 | 71 | 222 | 20 | 45 |
| Binary | 1001111 | 1101101 | 1011100 | 11100 | 0 | 10000 | 111001 | 10010010 | 10000 | 100101 |
Color Harmonies of #4F6D5C
Complementary color
Monochromatic Colors of #4F6D5C
Black with #4F6D5C
Text Example
Text Example
White with #4F6D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6D5C; }
p { color: rgb(79,109,92); }
H1.HeaderClassName
{
color: #4F6D5C;
}
.AnyTagClassName
{
color: #4F6D5C;
}
</style>
background-color css
<style>
a { background-color: #4F6D5C; }
a { background-color: rgb(79,109,92); }
div.DivClassName
{
background-color: #4F6D5C;
}
.BgClassName
{
background-color: #4F6D5C;
}
</style>
border-color css
<style>
span { border-color: #4F6D5C; }
span { border-color: rgb(79,109,92); }
td.TdClassName
{
border-color: #4F6D5C;
}
.TagClassName
{
border-color: #4F6D5C;
}
</style>