Shades of Como #4A715D
Tints of Como #4A715D
RGB
CMYK
RGB Variations
Color information
#4A715D (or 0x4A715D) is known color: Como. HEX triplet: 4A, 71 and 5D. RGB value is (74,113,93). Sum of RGB (Red+Green+Blue) = 74+113+93=280 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.43% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #4A715D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A715D is #B58EA2. Grayscale: #636363. Windows color (decimal): -11898531 or 6123850. OLE color: 6123850.
HSL color Cylindrical-coordinate representation of color #4A715D: hue angle of 149.23º 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 #4A715D is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 113 | 93 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.56 |
| HSL | 149.23º | 0.21% | 0.37% | - |
| HSV(B) | 149.23º | 0.35% | 0.44% | - |
| XYZ | 10.7 | 14.06 | 12.5 | - |
| YUV | 99.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 113 | 93 | 0.35 | 0 | 0.18 | 0.56 | 149.23 | 0.21 | 0.37 |
| Hex | 4A | 71 | 5D | 23 | 0 | 12 | 38 | 95 | 15 | 25 |
| Octal | 112 | 161 | 135 | 43 | 0 | 22 | 70 | 225 | 25 | 45 |
| Binary | 1001010 | 1110001 | 1011101 | 100011 | 0 | 10010 | 111000 | 10010101 | 10101 | 100101 |
Color Harmonies of #4A715D
Complementary color
Monochromatic Colors of #4A715D
Black with #4A715D
Text Example
Text Example
White with #4A715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A715D; }
p { color: rgb(74,113,93); }
H1.HeaderClassName
{
color: #4A715D;
}
.AnyTagClassName
{
color: #4A715D;
}
</style>
background-color css
<style>
a { background-color: #4A715D; }
a { background-color: rgb(74,113,93); }
div.DivClassName
{
background-color: #4A715D;
}
.BgClassName
{
background-color: #4A715D;
}
</style>
border-color css
<style>
span { border-color: #4A715D; }
span { border-color: rgb(74,113,93); }
td.TdClassName
{
border-color: #4A715D;
}
.TagClassName
{
border-color: #4A715D;
}
</style>