Shades of Como #4A7660
Tints of Como #4A7660
RGB
CMYK
RGB Variations
Color information
#4A7660 (or 0x4A7660) is known color: Como. HEX triplet: 4A, 76 and 60. RGB value is (74,118,96). Sum of RGB (Red+Green+Blue) = 74+118+96=288 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.69% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #4A7660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7660 is #B5899F. Grayscale: #666666. Windows color (decimal): -11897248 or 6321738. OLE color: 6321738.
HSL color Cylindrical-coordinate representation of color #4A7660: hue angle of 150º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A7660 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 118 | 96 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.54 |
| HSL | 150º | 0.23% | 0.38% | - |
| HSV(B) | 150º | 0.37% | 0.46% | - |
| XYZ | 11.41 | 15.26 | 13.41 | - |
| YUV | 102.34 | 124.42 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 118 | 96 | 0.37 | 0 | 0.19 | 0.54 | 150 | 0.23 | 0.38 |
| Hex | 4A | 76 | 60 | 25 | 0 | 13 | 36 | 96 | 17 | 26 |
| Octal | 112 | 166 | 140 | 45 | 0 | 23 | 66 | 226 | 27 | 46 |
| Binary | 1001010 | 1110110 | 1100000 | 100101 | 0 | 10011 | 110110 | 10010110 | 10111 | 100110 |
Color Harmonies of #4A7660
Complementary color
Monochromatic Colors of #4A7660
Black with #4A7660
Text Example
Text Example
White with #4A7660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7660; }
p { color: rgb(74,118,96); }
H1.HeaderClassName
{
color: #4A7660;
}
.AnyTagClassName
{
color: #4A7660;
}
</style>
background-color css
<style>
a { background-color: #4A7660; }
a { background-color: rgb(74,118,96); }
div.DivClassName
{
background-color: #4A7660;
}
.BgClassName
{
background-color: #4A7660;
}
</style>
border-color css
<style>
span { border-color: #4A7660; }
span { border-color: rgb(74,118,96); }
td.TdClassName
{
border-color: #4A7660;
}
.TagClassName
{
border-color: #4A7660;
}
</style>