Shades of Como #4A705B
Tints of Como #4A705B
RGB
CMYK
RGB Variations
Color information
#4A705B (or 0x4A705B) is known color: Como. HEX triplet: 4A, 70 and 5B. RGB value is (74,112,91). Sum of RGB (Red+Green+Blue) = 74+112+91=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 112 - color contains mainly: green. Hex color #4A705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A705B is #B58FA4. Grayscale: #626262. Windows color (decimal): -11898789 or 5992522. OLE color: 5992522.
HSL color Cylindrical-coordinate representation of color #4A705B: hue angle of 146.84º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A705B is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 112 | 91 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.56 |
| HSL | 146.84º | 0.2% | 0.36% | - |
| HSV(B) | 146.84º | 0.34% | 0.44% | - |
| XYZ | 10.51 | 13.8 | 12.01 | - |
| YUV | 98.24 | 123.91 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 112 | 91 | 0.34 | 0 | 0.19 | 0.56 | 146.84 | 0.2 | 0.36 |
| Hex | 4A | 70 | 5B | 22 | 0 | 13 | 38 | 93 | 14 | 24 |
| Octal | 112 | 160 | 133 | 42 | 0 | 23 | 70 | 223 | 24 | 44 |
| Binary | 1001010 | 1110000 | 1011011 | 100010 | 0 | 10011 | 111000 | 10010011 | 10100 | 100100 |
Color Harmonies of #4A705B
Complementary color
Monochromatic Colors of #4A705B
Black with #4A705B
Text Example
Text Example
White with #4A705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A705B; }
p { color: rgb(74,112,91); }
H1.HeaderClassName
{
color: #4A705B;
}
.AnyTagClassName
{
color: #4A705B;
}
</style>
background-color css
<style>
a { background-color: #4A705B; }
a { background-color: rgb(74,112,91); }
div.DivClassName
{
background-color: #4A705B;
}
.BgClassName
{
background-color: #4A705B;
}
</style>
border-color css
<style>
span { border-color: #4A705B; }
span { border-color: rgb(74,112,91); }
td.TdClassName
{
border-color: #4A705B;
}
.TagClassName
{
border-color: #4A705B;
}
</style>