Shades of Como #4F6F5A
Tints of Como #4F6F5A
RGB
CMYK
RGB Variations
Color information
#4F6F5A (or 0x4F6F5A) is known color: Como. HEX triplet: 4F, 6F and 5A. RGB value is (79,111,90). Sum of RGB (Red+Green+Blue) = 79+111+90=280 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.21% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 111 - color contains mainly: green. Hex color #4F6F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6F5A is #B090A5. Grayscale: #636363. Windows color (decimal): -11571366 or 5926735. OLE color: 5926735.
HSL color Cylindrical-coordinate representation of color #4F6F5A: hue angle of 140.62º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F6F5A is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 111 | 90 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.56 |
| HSL | 140.63º | 0.17% | 0.37% | - |
| HSV(B) | 140.63º | 0.29% | 0.44% | - |
| XYZ | 10.75 | 13.77 | 11.76 | - |
| YUV | 99.04 | 122.9 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 111 | 90 | 0.29 | 0 | 0.19 | 0.56 | 140.63 | 0.17 | 0.37 |
| Hex | 4F | 6F | 5A | 1D | 0 | 13 | 38 | 8D | 11 | 25 |
| Octal | 117 | 157 | 132 | 35 | 0 | 23 | 70 | 215 | 21 | 45 |
| Binary | 1001111 | 1101111 | 1011010 | 11101 | 0 | 10011 | 111000 | 10001101 | 10001 | 100101 |
Color Harmonies of #4F6F5A
Complementary color
Monochromatic Colors of #4F6F5A
Black with #4F6F5A
Text Example
Text Example
White with #4F6F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6F5A; }
p { color: rgb(79,111,90); }
H1.HeaderClassName
{
color: #4F6F5A;
}
.AnyTagClassName
{
color: #4F6F5A;
}
</style>
background-color css
<style>
a { background-color: #4F6F5A; }
a { background-color: rgb(79,111,90); }
div.DivClassName
{
background-color: #4F6F5A;
}
.BgClassName
{
background-color: #4F6F5A;
}
</style>
border-color css
<style>
span { border-color: #4F6F5A; }
span { border-color: rgb(79,111,90); }
td.TdClassName
{
border-color: #4F6F5A;
}
.TagClassName
{
border-color: #4F6F5A;
}
</style>