Shades of Como #4A7C5C
Tints of Como #4A7C5C
RGB
CMYK
RGB Variations
Color information
#4A7C5C (or 0x4A7C5C) is known color: Como. HEX triplet: 4A, 7C and 5C. RGB value is (74,124,92). Sum of RGB (Red+Green+Blue) = 74+124+92=290 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.52% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 124 - color contains mainly: green. Hex color #4A7C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7C5C is #B583A3. Grayscale: #696969. Windows color (decimal): -11895716 or 6061130. OLE color: 6061130.
HSL color Cylindrical-coordinate representation of color #4A7C5C: hue angle of 141.6º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A7C5C is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 124 | 92 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.51 |
| HSL | 141.6º | 0.25% | 0.39% | - |
| HSV(B) | 141.6º | 0.4% | 0.49% | - |
| XYZ | 11.96 | 16.64 | 12.71 | - |
| YUV | 105.4 | 120.44 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 124 | 92 | 0.40 | 0 | 0.26 | 0.51 | 141.6 | 0.25 | 0.39 |
| Hex | 4A | 7C | 5C | 28 | 0 | 1A | 33 | 8E | 19 | 27 |
| Octal | 112 | 174 | 134 | 50 | 0 | 32 | 63 | 216 | 31 | 47 |
| Binary | 1001010 | 1111100 | 1011100 | 101000 | 0 | 11010 | 110011 | 10001110 | 11001 | 100111 |
Color Harmonies of #4A7C5C
Complementary color
Monochromatic Colors of #4A7C5C
Black with #4A7C5C
Text Example
Text Example
White with #4A7C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7C5C; }
p { color: rgb(74,124,92); }
H1.HeaderClassName
{
color: #4A7C5C;
}
.AnyTagClassName
{
color: #4A7C5C;
}
</style>
background-color css
<style>
a { background-color: #4A7C5C; }
a { background-color: rgb(74,124,92); }
div.DivClassName
{
background-color: #4A7C5C;
}
.BgClassName
{
background-color: #4A7C5C;
}
</style>
border-color css
<style>
span { border-color: #4A7C5C; }
span { border-color: rgb(74,124,92); }
td.TdClassName
{
border-color: #4A7C5C;
}
.TagClassName
{
border-color: #4A7C5C;
}
</style>