Shades of Como #4A705F
Tints of Como #4A705F
RGB
CMYK
RGB Variations
Color information
#4A705F (or 0x4A705F) is known color: Como. HEX triplet: 4A, 70 and 5F. RGB value is (74,112,95). Sum of RGB (Red+Green+Blue) = 74+112+95=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #4A705F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A705F is #B58FA0. Grayscale: #626262. Windows color (decimal): -11898785 or 6254666. OLE color: 6254666.
HSL color Cylindrical-coordinate representation of color #4A705F: hue angle of 153.16º 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 #4A705F is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 112 | 95 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.56 |
| HSL | 153.16º | 0.2% | 0.36% | - |
| HSV(B) | 153.16º | 0.34% | 0.44% | - |
| XYZ | 10.68 | 13.87 | 12.94 | - |
| YUV | 98.7 | 125.91 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 112 | 95 | 0.34 | 0 | 0.15 | 0.56 | 153.16 | 0.2 | 0.36 |
| Hex | 4A | 70 | 5F | 22 | 0 | F | 38 | 99 | 14 | 24 |
| Octal | 112 | 160 | 137 | 42 | 0 | 17 | 70 | 231 | 24 | 44 |
| Binary | 1001010 | 1110000 | 1011111 | 100010 | 0 | 1111 | 111000 | 10011001 | 10100 | 100100 |
Color Harmonies of #4A705F
Complementary color
Monochromatic Colors of #4A705F
Black with #4A705F
Text Example
Text Example
White with #4A705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A705F; }
p { color: rgb(74,112,95); }
H1.HeaderClassName
{
color: #4A705F;
}
.AnyTagClassName
{
color: #4A705F;
}
</style>
background-color css
<style>
a { background-color: #4A705F; }
a { background-color: rgb(74,112,95); }
div.DivClassName
{
background-color: #4A705F;
}
.BgClassName
{
background-color: #4A705F;
}
</style>
border-color css
<style>
span { border-color: #4A705F; }
span { border-color: rgb(74,112,95); }
td.TdClassName
{
border-color: #4A705F;
}
.TagClassName
{
border-color: #4A705F;
}
</style>