Shades of Como #4A7963
Tints of Como #4A7963
RGB
CMYK
RGB Variations
Color information
#4A7963 (or 0x4A7963) is known color: Como. HEX triplet: 4A, 79 and 63. RGB value is (74,121,99). Sum of RGB (Red+Green+Blue) = 74+121+99=294 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.17% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 121 - color contains mainly: green. Hex color #4A7963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7963 is #B5869C. Grayscale: #686868. Windows color (decimal): -11896477 or 6519114. OLE color: 6519114.
HSL color Cylindrical-coordinate representation of color #4A7963: hue angle of 151.91º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A7963 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 121 | 99 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.53 |
| HSL | 151.91º | 0.24% | 0.38% | - |
| HSV(B) | 151.91º | 0.39% | 0.47% | - |
| XYZ | 11.91 | 16.03 | 14.27 | - |
| YUV | 104.44 | 124.93 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 121 | 99 | 0.39 | 0 | 0.18 | 0.53 | 151.91 | 0.24 | 0.38 |
| Hex | 4A | 79 | 63 | 27 | 0 | 12 | 35 | 98 | 18 | 26 |
| Octal | 112 | 171 | 143 | 47 | 0 | 22 | 65 | 230 | 30 | 46 |
| Binary | 1001010 | 1111001 | 1100011 | 100111 | 0 | 10010 | 110101 | 10011000 | 11000 | 100110 |
Color Harmonies of #4A7963
Complementary color
Monochromatic Colors of #4A7963
Black with #4A7963
Text Example
Text Example
White with #4A7963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7963; }
p { color: rgb(74,121,99); }
H1.HeaderClassName
{
color: #4A7963;
}
.AnyTagClassName
{
color: #4A7963;
}
</style>
background-color css
<style>
a { background-color: #4A7963; }
a { background-color: rgb(74,121,99); }
div.DivClassName
{
background-color: #4A7963;
}
.BgClassName
{
background-color: #4A7963;
}
</style>
border-color css
<style>
span { border-color: #4A7963; }
span { border-color: rgb(74,121,99); }
td.TdClassName
{
border-color: #4A7963;
}
.TagClassName
{
border-color: #4A7963;
}
</style>