Shades of Como #4A765E
Tints of Como #4A765E
RGB
CMYK
RGB Variations
Color information
#4A765E (or 0x4A765E) is known color: Como. HEX triplet: 4A, 76 and 5E. RGB value is (74,118,94). Sum of RGB (Red+Green+Blue) = 74+118+94=286 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.87% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 118 - color contains mainly: green. Hex color #4A765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A765E is #B589A1. Grayscale: #666666. Windows color (decimal): -11897250 or 6190666. OLE color: 6190666.
HSL color Cylindrical-coordinate representation of color #4A765E: hue angle of 147.27º 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 #4A765E is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 118 | 94 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.54 |
| HSL | 147.27º | 0.23% | 0.38% | - |
| HSV(B) | 147.27º | 0.37% | 0.46% | - |
| XYZ | 11.32 | 15.22 | 12.93 | - |
| YUV | 102.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 118 | 94 | 0.37 | 0 | 0.20 | 0.54 | 147.27 | 0.23 | 0.38 |
| Hex | 4A | 76 | 5E | 25 | 0 | 14 | 36 | 93 | 17 | 26 |
| Octal | 112 | 166 | 136 | 45 | 0 | 24 | 66 | 223 | 27 | 46 |
| Binary | 1001010 | 1110110 | 1011110 | 100101 | 0 | 10100 | 110110 | 10010011 | 10111 | 100110 |
Color Harmonies of #4A765E
Complementary color
Monochromatic Colors of #4A765E
Black with #4A765E
Text Example
Text Example
White with #4A765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A765E; }
p { color: rgb(74,118,94); }
H1.HeaderClassName
{
color: #4A765E;
}
.AnyTagClassName
{
color: #4A765E;
}
</style>
background-color css
<style>
a { background-color: #4A765E; }
a { background-color: rgb(74,118,94); }
div.DivClassName
{
background-color: #4A765E;
}
.BgClassName
{
background-color: #4A765E;
}
</style>
border-color css
<style>
span { border-color: #4A765E; }
span { border-color: rgb(74,118,94); }
td.TdClassName
{
border-color: #4A765E;
}
.TagClassName
{
border-color: #4A765E;
}
</style>