Shades of Como #4C7462
Tints of Como #4C7462
RGB
CMYK
RGB Variations
Color information
#4C7462 (or 0x4C7462) is known color: Como. HEX triplet: 4C, 74 and 62. RGB value is (76,116,98). Sum of RGB (Red+Green+Blue) = 76+116+98=290 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.21% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 116 - color contains mainly: green. Hex color #4C7462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7462 is #B38B9D. Grayscale: #666666. Windows color (decimal): -11766686 or 6452300. OLE color: 6452300.
HSL color Cylindrical-coordinate representation of color #4C7462: hue angle of 153º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C7462 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 116 | 98 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.55 |
| HSL | 153º | 0.21% | 0.38% | - |
| HSV(B) | 153º | 0.34% | 0.45% | - |
| XYZ | 11.43 | 14.91 | 13.83 | - |
| YUV | 101.99 | 125.75 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 116 | 98 | 0.34 | 0 | 0.16 | 0.55 | 153 | 0.21 | 0.38 |
| Hex | 4C | 74 | 62 | 22 | 0 | 10 | 37 | 99 | 15 | 26 |
| Octal | 114 | 164 | 142 | 42 | 0 | 20 | 67 | 231 | 25 | 46 |
| Binary | 1001100 | 1110100 | 1100010 | 100010 | 0 | 10000 | 110111 | 10011001 | 10101 | 100110 |
Color Harmonies of #4C7462
Complementary color
Monochromatic Colors of #4C7462
Black with #4C7462
Text Example
Text Example
White with #4C7462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7462; }
p { color: rgb(76,116,98); }
H1.HeaderClassName
{
color: #4C7462;
}
.AnyTagClassName
{
color: #4C7462;
}
</style>
background-color css
<style>
a { background-color: #4C7462; }
a { background-color: rgb(76,116,98); }
div.DivClassName
{
background-color: #4C7462;
}
.BgClassName
{
background-color: #4C7462;
}
</style>
border-color css
<style>
span { border-color: #4C7462; }
span { border-color: rgb(76,116,98); }
td.TdClassName
{
border-color: #4C7462;
}
.TagClassName
{
border-color: #4C7462;
}
</style>