Shades of Como #4A7658
Tints of Como #4A7658
RGB
CMYK
RGB Variations
Color information
#4A7658 (or 0x4A7658) is known color: Como. HEX triplet: 4A, 76 and 58. RGB value is (74,118,88). Sum of RGB (Red+Green+Blue) = 74+118+88=280 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.43% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #4A7658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7658 is #B589A7. Grayscale: #656565. Windows color (decimal): -11897256 or 5797450. OLE color: 5797450.
HSL color Cylindrical-coordinate representation of color #4A7658: hue angle of 139.09º 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 #4A7658 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 118 | 88 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.54 |
| HSL | 139.09º | 0.23% | 0.38% | - |
| HSV(B) | 139.09º | 0.37% | 0.46% | - |
| XYZ | 11.06 | 15.12 | 11.57 | - |
| YUV | 101.42 | 120.42 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 118 | 88 | 0.37 | 0 | 0.25 | 0.54 | 139.09 | 0.23 | 0.38 |
| Hex | 4A | 76 | 58 | 25 | 0 | 19 | 36 | 8B | 17 | 26 |
| Octal | 112 | 166 | 130 | 45 | 0 | 31 | 66 | 213 | 27 | 46 |
| Binary | 1001010 | 1110110 | 1011000 | 100101 | 0 | 11001 | 110110 | 10001011 | 10111 | 100110 |
Color Harmonies of #4A7658
Complementary color
Monochromatic Colors of #4A7658
Black with #4A7658
Text Example
Text Example
White with #4A7658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7658; }
p { color: rgb(74,118,88); }
H1.HeaderClassName
{
color: #4A7658;
}
.AnyTagClassName
{
color: #4A7658;
}
</style>
background-color css
<style>
a { background-color: #4A7658; }
a { background-color: rgb(74,118,88); }
div.DivClassName
{
background-color: #4A7658;
}
.BgClassName
{
background-color: #4A7658;
}
</style>
border-color css
<style>
span { border-color: #4A7658; }
span { border-color: rgb(74,118,88); }
td.TdClassName
{
border-color: #4A7658;
}
.TagClassName
{
border-color: #4A7658;
}
</style>