Shades of Como #4A7763
Tints of Como #4A7763
RGB
CMYK
RGB Variations
Color information
#4A7763 (or 0x4A7763) is known color: Como. HEX triplet: 4A, 77 and 63. RGB value is (74,119,99). Sum of RGB (Red+Green+Blue) = 74+119+99=292 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.34% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 119 - color contains mainly: green. Hex color #4A7763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7763 is #B5889C. Grayscale: #676767. Windows color (decimal): -11896989 or 6518602. OLE color: 6518602.
HSL color Cylindrical-coordinate representation of color #4A7763: hue angle of 153.33º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A7763 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 119 | 99 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.53 |
| HSL | 153.33º | 0.23% | 0.38% | - |
| HSV(B) | 153.33º | 0.38% | 0.47% | - |
| XYZ | 11.67 | 15.55 | 14.19 | - |
| YUV | 103.27 | 125.59 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 119 | 99 | 0.38 | 0 | 0.17 | 0.53 | 153.33 | 0.23 | 0.38 |
| Hex | 4A | 77 | 63 | 26 | 0 | 11 | 35 | 99 | 17 | 26 |
| Octal | 112 | 167 | 143 | 46 | 0 | 21 | 65 | 231 | 27 | 46 |
| Binary | 1001010 | 1110111 | 1100011 | 100110 | 0 | 10001 | 110101 | 10011001 | 10111 | 100110 |
Color Harmonies of #4A7763
Complementary color
Monochromatic Colors of #4A7763
Black with #4A7763
Text Example
Text Example
White with #4A7763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7763; }
p { color: rgb(74,119,99); }
H1.HeaderClassName
{
color: #4A7763;
}
.AnyTagClassName
{
color: #4A7763;
}
</style>
background-color css
<style>
a { background-color: #4A7763; }
a { background-color: rgb(74,119,99); }
div.DivClassName
{
background-color: #4A7763;
}
.BgClassName
{
background-color: #4A7763;
}
</style>
border-color css
<style>
span { border-color: #4A7763; }
span { border-color: rgb(74,119,99); }
td.TdClassName
{
border-color: #4A7763;
}
.TagClassName
{
border-color: #4A7763;
}
</style>