Shades of Como #4A755D
Tints of Como #4A755D
RGB
CMYK
RGB Variations
Color information
#4A755D (or 0x4A755D) is known color: Como. HEX triplet: 4A, 75 and 5D. RGB value is (74,117,93). Sum of RGB (Red+Green+Blue) = 74+117+93=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #4A755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A755D is #B58AA2. Grayscale: #656565. Windows color (decimal): -11897507 or 6124874. OLE color: 6124874.
HSL color Cylindrical-coordinate representation of color #4A755D: hue angle of 146.51º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A755D is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 117 | 93 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.54 |
| HSL | 146.51º | 0.23% | 0.37% | - |
| HSV(B) | 146.51º | 0.37% | 0.46% | - |
| XYZ | 11.16 | 14.97 | 12.66 | - |
| YUV | 101.41 | 123.25 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 117 | 93 | 0.37 | 0 | 0.21 | 0.54 | 146.51 | 0.23 | 0.37 |
| Hex | 4A | 75 | 5D | 25 | 0 | 15 | 36 | 93 | 17 | 25 |
| Octal | 112 | 165 | 135 | 45 | 0 | 25 | 66 | 223 | 27 | 45 |
| Binary | 1001010 | 1110101 | 1011101 | 100101 | 0 | 10101 | 110110 | 10010011 | 10111 | 100101 |
Color Harmonies of #4A755D
Complementary color
Monochromatic Colors of #4A755D
Black with #4A755D
Text Example
Text Example
White with #4A755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A755D; }
p { color: rgb(74,117,93); }
H1.HeaderClassName
{
color: #4A755D;
}
.AnyTagClassName
{
color: #4A755D;
}
</style>
background-color css
<style>
a { background-color: #4A755D; }
a { background-color: rgb(74,117,93); }
div.DivClassName
{
background-color: #4A755D;
}
.BgClassName
{
background-color: #4A755D;
}
</style>
border-color css
<style>
span { border-color: #4A755D; }
span { border-color: rgb(74,117,93); }
td.TdClassName
{
border-color: #4A755D;
}
.TagClassName
{
border-color: #4A755D;
}
</style>