Shades of Como #4A715B
Tints of Como #4A715B
RGB
CMYK
RGB Variations
Color information
#4A715B (or 0x4A715B) is known color: Como. HEX triplet: 4A, 71 and 5B. RGB value is (74,113,91). Sum of RGB (Red+Green+Blue) = 74+113+91=278 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.62% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 113 - color contains mainly: green. Hex color #4A715B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A715B is #B58EA4. Grayscale: #626262. Windows color (decimal): -11898533 or 5992778. OLE color: 5992778.
HSL color Cylindrical-coordinate representation of color #4A715B: hue angle of 146.15º 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 #4A715B is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 113 | 91 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.56 |
| HSL | 146.15º | 0.21% | 0.37% | - |
| HSV(B) | 146.15º | 0.35% | 0.44% | - |
| XYZ | 10.62 | 14.02 | 12.04 | - |
| YUV | 98.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 113 | 91 | 0.35 | 0 | 0.19 | 0.56 | 146.15 | 0.21 | 0.37 |
| Hex | 4A | 71 | 5B | 23 | 0 | 13 | 38 | 92 | 15 | 25 |
| Octal | 112 | 161 | 133 | 43 | 0 | 23 | 70 | 222 | 25 | 45 |
| Binary | 1001010 | 1110001 | 1011011 | 100011 | 0 | 10011 | 111000 | 10010010 | 10101 | 100101 |
Color Harmonies of #4A715B
Complementary color
Monochromatic Colors of #4A715B
Black with #4A715B
Text Example
Text Example
White with #4A715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A715B; }
p { color: rgb(74,113,91); }
H1.HeaderClassName
{
color: #4A715B;
}
.AnyTagClassName
{
color: #4A715B;
}
</style>
background-color css
<style>
a { background-color: #4A715B; }
a { background-color: rgb(74,113,91); }
div.DivClassName
{
background-color: #4A715B;
}
.BgClassName
{
background-color: #4A715B;
}
</style>
border-color css
<style>
span { border-color: #4A715B; }
span { border-color: rgb(74,113,91); }
td.TdClassName
{
border-color: #4A715B;
}
.TagClassName
{
border-color: #4A715B;
}
</style>