Shades of Como #4F6B5B
Tints of Como #4F6B5B
RGB
CMYK
RGB Variations
Color information
#4F6B5B (or 0x4F6B5B) is known color: Como. HEX triplet: 4F, 6B and 5B. RGB value is (79,107,91). Sum of RGB (Red+Green+Blue) = 79+107+91=277 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.52% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 107 - color contains mainly: green. Hex color #4F6B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6B5B is #B094A4. Grayscale: #606060. Windows color (decimal): -11572389 or 5991247. OLE color: 5991247.
HSL color Cylindrical-coordinate representation of color #4F6B5B: hue angle of 145.71º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4F6B5B is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 107 | 91 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.58 |
| HSL | 145.71º | 0.15% | 0.36% | - |
| HSV(B) | 145.71º | 0.26% | 0.42% | - |
| XYZ | 10.37 | 12.93 | 11.85 | - |
| YUV | 96.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 107 | 91 | 0.26 | 0 | 0.15 | 0.58 | 145.71 | 0.15 | 0.36 |
| Hex | 4F | 6B | 5B | 1A | 0 | F | 3A | 92 | F | 24 |
| Octal | 117 | 153 | 133 | 32 | 0 | 17 | 72 | 222 | 17 | 44 |
| Binary | 1001111 | 1101011 | 1011011 | 11010 | 0 | 1111 | 111010 | 10010010 | 1111 | 100100 |
Color Harmonies of #4F6B5B
Complementary color
Monochromatic Colors of #4F6B5B
Black with #4F6B5B
Text Example
Text Example
White with #4F6B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6B5B; }
p { color: rgb(79,107,91); }
H1.HeaderClassName
{
color: #4F6B5B;
}
.AnyTagClassName
{
color: #4F6B5B;
}
</style>
background-color css
<style>
a { background-color: #4F6B5B; }
a { background-color: rgb(79,107,91); }
div.DivClassName
{
background-color: #4F6B5B;
}
.BgClassName
{
background-color: #4F6B5B;
}
</style>
border-color css
<style>
span { border-color: #4F6B5B; }
span { border-color: rgb(79,107,91); }
td.TdClassName
{
border-color: #4F6B5B;
}
.TagClassName
{
border-color: #4F6B5B;
}
</style>