Shades of Como #4C7363
Tints of Como #4C7363
RGB
CMYK
RGB Variations
Color information
#4C7363 (or 0x4C7363) is known color: Como. HEX triplet: 4C, 73 and 63. RGB value is (76,115,99). Sum of RGB (Red+Green+Blue) = 76+115+99=290 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.21% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 115 - color contains mainly: green. Hex color #4C7363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7363 is #B38C9C. Grayscale: #656565. Windows color (decimal): -11766941 or 6517580. OLE color: 6517580.
HSL color Cylindrical-coordinate representation of color #4C7363: hue angle of 155.38º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C7363 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 115 | 99 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.55 |
| HSL | 155.38º | 0.2% | 0.37% | - |
| HSV(B) | 155.38º | 0.34% | 0.45% | - |
| XYZ | 11.36 | 14.7 | 14.04 | - |
| YUV | 101.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 115 | 99 | 0.34 | 0 | 0.14 | 0.55 | 155.38 | 0.2 | 0.37 |
| Hex | 4C | 73 | 63 | 22 | 0 | E | 37 | 9B | 14 | 25 |
| Octal | 114 | 163 | 143 | 42 | 0 | 16 | 67 | 233 | 24 | 45 |
| Binary | 1001100 | 1110011 | 1100011 | 100010 | 0 | 1110 | 110111 | 10011011 | 10100 | 100101 |
Color Harmonies of #4C7363
Complementary color
Monochromatic Colors of #4C7363
Black with #4C7363
Text Example
Text Example
White with #4C7363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7363; }
p { color: rgb(76,115,99); }
H1.HeaderClassName
{
color: #4C7363;
}
.AnyTagClassName
{
color: #4C7363;
}
</style>
background-color css
<style>
a { background-color: #4C7363; }
a { background-color: rgb(76,115,99); }
div.DivClassName
{
background-color: #4C7363;
}
.BgClassName
{
background-color: #4C7363;
}
</style>
border-color css
<style>
span { border-color: #4C7363; }
span { border-color: rgb(76,115,99); }
td.TdClassName
{
border-color: #4C7363;
}
.TagClassName
{
border-color: #4C7363;
}
</style>