Shades of Como #4A715E
Tints of Como #4A715E
RGB
CMYK
RGB Variations
Color information
#4A715E (or 0x4A715E) is known color: Como. HEX triplet: 4A, 71 and 5E. RGB value is (74,113,94). Sum of RGB (Red+Green+Blue) = 74+113+94=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 113 - color contains mainly: green. Hex color #4A715E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A715E is #B58EA1. Grayscale: #636363. Windows color (decimal): -11898530 or 6189386. OLE color: 6189386.
HSL color Cylindrical-coordinate representation of color #4A715E: hue angle of 150.77º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A715E is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 113 | 94 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.56 |
| HSL | 150.77º | 0.21% | 0.37% | - |
| HSV(B) | 150.77º | 0.35% | 0.44% | - |
| XYZ | 10.75 | 14.07 | 12.74 | - |
| YUV | 99.17 | 125.08 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 113 | 94 | 0.35 | 0 | 0.17 | 0.56 | 150.77 | 0.21 | 0.37 |
| Hex | 4A | 71 | 5E | 23 | 0 | 11 | 38 | 97 | 15 | 25 |
| Octal | 112 | 161 | 136 | 43 | 0 | 21 | 70 | 227 | 25 | 45 |
| Binary | 1001010 | 1110001 | 1011110 | 100011 | 0 | 10001 | 111000 | 10010111 | 10101 | 100101 |
Color Harmonies of #4A715E
Complementary color
Monochromatic Colors of #4A715E
Black with #4A715E
Text Example
Text Example
White with #4A715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A715E; }
p { color: rgb(74,113,94); }
H1.HeaderClassName
{
color: #4A715E;
}
.AnyTagClassName
{
color: #4A715E;
}
</style>
background-color css
<style>
a { background-color: #4A715E; }
a { background-color: rgb(74,113,94); }
div.DivClassName
{
background-color: #4A715E;
}
.BgClassName
{
background-color: #4A715E;
}
</style>
border-color css
<style>
span { border-color: #4A715E; }
span { border-color: rgb(74,113,94); }
td.TdClassName
{
border-color: #4A715E;
}
.TagClassName
{
border-color: #4A715E;
}
</style>