Shades of Como #4A7561
Tints of Como #4A7561
RGB
CMYK
RGB Variations
Color information
#4A7561 (or 0x4A7561) is known color: Como. HEX triplet: 4A, 75 and 61. RGB value is (74,117,97). Sum of RGB (Red+Green+Blue) = 74+117+97=288 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.69% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 117 - color contains mainly: green. Hex color #4A7561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7561 is #B58A9E. Grayscale: #656565. Windows color (decimal): -11897503 or 6387018. OLE color: 6387018.
HSL color Cylindrical-coordinate representation of color #4A7561: hue angle of 152.09º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A7561 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 117 | 97 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.54 |
| HSL | 152.09º | 0.23% | 0.37% | - |
| HSV(B) | 152.09º | 0.37% | 0.46% | - |
| XYZ | 11.34 | 15.04 | 13.61 | - |
| YUV | 101.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 117 | 97 | 0.37 | 0 | 0.17 | 0.54 | 152.09 | 0.23 | 0.37 |
| Hex | 4A | 75 | 61 | 25 | 0 | 11 | 36 | 98 | 17 | 25 |
| Octal | 112 | 165 | 141 | 45 | 0 | 21 | 66 | 230 | 27 | 45 |
| Binary | 1001010 | 1110101 | 1100001 | 100101 | 0 | 10001 | 110110 | 10011000 | 10111 | 100101 |
Color Harmonies of #4A7561
Complementary color
Monochromatic Colors of #4A7561
Black with #4A7561
Text Example
Text Example
White with #4A7561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7561; }
p { color: rgb(74,117,97); }
H1.HeaderClassName
{
color: #4A7561;
}
.AnyTagClassName
{
color: #4A7561;
}
</style>
background-color css
<style>
a { background-color: #4A7561; }
a { background-color: rgb(74,117,97); }
div.DivClassName
{
background-color: #4A7561;
}
.BgClassName
{
background-color: #4A7561;
}
</style>
border-color css
<style>
span { border-color: #4A7561; }
span { border-color: rgb(74,117,97); }
td.TdClassName
{
border-color: #4A7561;
}
.TagClassName
{
border-color: #4A7561;
}
</style>