Shades of Como #4D6E5A
Tints of Como #4D6E5A
RGB
CMYK
RGB Variations
Color information
#4D6E5A (or 0x4D6E5A) is known color: Como. HEX triplet: 4D, 6E and 5A. RGB value is (77,110,90). Sum of RGB (Red+Green+Blue) = 77+110+90=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 110 - color contains mainly: green. Hex color #4D6E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6E5A is #B291A5. Grayscale: #616161. Windows color (decimal): -11702694 or 5926477. OLE color: 5926477.
HSL color Cylindrical-coordinate representation of color #4D6E5A: hue angle of 143.64º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D6E5A is Cyan = 0.3, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 110 | 90 | - |
| CMYK | 0.3 | 0 | 0.18 | 0.57 |
| HSL | 143.64º | 0.18% | 0.37% | - |
| HSV(B) | 143.64º | 0.3% | 0.43% | - |
| XYZ | 10.48 | 13.47 | 11.72 | - |
| YUV | 97.85 | 123.57 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 110 | 90 | 0.3 | 0 | 0.18 | 0.57 | 143.64 | 0.18 | 0.37 |
| Hex | 4D | 6E | 5A | 1E | 0 | 12 | 39 | 90 | 12 | 25 |
| Octal | 115 | 156 | 132 | 36 | 0 | 22 | 71 | 220 | 22 | 45 |
| Binary | 1001101 | 1101110 | 1011010 | 11110 | 0 | 10010 | 111001 | 10010000 | 10010 | 100101 |
Color Harmonies of #4D6E5A
Complementary color
Monochromatic Colors of #4D6E5A
Black with #4D6E5A
Text Example
Text Example
White with #4D6E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6E5A; }
p { color: rgb(77,110,90); }
H1.HeaderClassName
{
color: #4D6E5A;
}
.AnyTagClassName
{
color: #4D6E5A;
}
</style>
background-color css
<style>
a { background-color: #4D6E5A; }
a { background-color: rgb(77,110,90); }
div.DivClassName
{
background-color: #4D6E5A;
}
.BgClassName
{
background-color: #4D6E5A;
}
</style>
border-color css
<style>
span { border-color: #4D6E5A; }
span { border-color: rgb(77,110,90); }
td.TdClassName
{
border-color: #4D6E5A;
}
.TagClassName
{
border-color: #4D6E5A;
}
</style>