Shades of Como #4A7758
Tints of Como #4A7758
RGB
CMYK
RGB Variations
Color information
#4A7758 (or 0x4A7758) is known color: Como. HEX triplet: 4A, 77 and 58. RGB value is (74,119,88). Sum of RGB (Red+Green+Blue) = 74+119+88=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #4A7758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7758 is #B588A7. Grayscale: #666666. Windows color (decimal): -11897000 or 5797706. OLE color: 5797706.
HSL color Cylindrical-coordinate representation of color #4A7758: hue angle of 138.67º 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 #4A7758 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 119 | 88 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.53 |
| HSL | 138.67º | 0.23% | 0.38% | - |
| HSV(B) | 138.67º | 0.38% | 0.47% | - |
| XYZ | 11.18 | 15.35 | 11.61 | - |
| YUV | 102.01 | 120.09 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 119 | 88 | 0.38 | 0 | 0.26 | 0.53 | 138.67 | 0.23 | 0.38 |
| Hex | 4A | 77 | 58 | 26 | 0 | 1A | 35 | 8B | 17 | 26 |
| Octal | 112 | 167 | 130 | 46 | 0 | 32 | 65 | 213 | 27 | 46 |
| Binary | 1001010 | 1110111 | 1011000 | 100110 | 0 | 11010 | 110101 | 10001011 | 10111 | 100110 |
Color Harmonies of #4A7758
Complementary color
Monochromatic Colors of #4A7758
Black with #4A7758
Text Example
Text Example
White with #4A7758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7758; }
p { color: rgb(74,119,88); }
H1.HeaderClassName
{
color: #4A7758;
}
.AnyTagClassName
{
color: #4A7758;
}
</style>
background-color css
<style>
a { background-color: #4A7758; }
a { background-color: rgb(74,119,88); }
div.DivClassName
{
background-color: #4A7758;
}
.BgClassName
{
background-color: #4A7758;
}
</style>
border-color css
<style>
span { border-color: #4A7758; }
span { border-color: rgb(74,119,88); }
td.TdClassName
{
border-color: #4A7758;
}
.TagClassName
{
border-color: #4A7758;
}
</style>