Shades of Lochinvar #4D9A87
Tints of Lochinvar #4D9A87
RGB
CMYK
RGB Variations
Color information
#4D9A87 (or 0x4D9A87) is known color: Lochinvar. HEX triplet: 4D, 9A and 87. RGB value is (77,154,135). Sum of RGB (Red+Green+Blue) = 77+154+135=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 154 - color contains mainly: green. Hex color #4D9A87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9A87 is #B26578. Grayscale: #808080. Windows color (decimal): -11691385 or 8886861. OLE color: 8886861.
HSL color Cylindrical-coordinate representation of color #4D9A87: hue angle of 165.19º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D9A87 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 154 | 135 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.40 |
| HSL | 165.19º | 0.33% | 0.45% | - |
| HSV(B) | 165.19º | 0.5% | 0.6% | - |
| XYZ | 18.99 | 26.44 | 27.02 | - |
| YUV | 128.81 | 131.49 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 154 | 135 | 0.50 | 0 | 0.12 | 0.40 | 165.19 | 0.33 | 0.45 |
| Hex | 4D | 9A | 87 | 32 | 0 | C | 28 | A5 | 21 | 2D |
| Octal | 115 | 232 | 207 | 62 | 0 | 14 | 50 | 245 | 41 | 55 |
| Binary | 1001101 | 10011010 | 10000111 | 110010 | 0 | 1100 | 101000 | 10100101 | 100001 | 101101 |
Color Harmonies of #4D9A87
Complementary color
Monochromatic Colors of #4D9A87
Black with #4D9A87
Text Example
Text Example
White with #4D9A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9A87; }
p { color: rgb(77,154,135); }
H1.HeaderClassName
{
color: #4D9A87;
}
.AnyTagClassName
{
color: #4D9A87;
}
</style>
background-color css
<style>
a { background-color: #4D9A87; }
a { background-color: rgb(77,154,135); }
div.DivClassName
{
background-color: #4D9A87;
}
.BgClassName
{
background-color: #4D9A87;
}
</style>
border-color css
<style>
span { border-color: #4D9A87; }
span { border-color: rgb(77,154,135); }
td.TdClassName
{
border-color: #4D9A87;
}
.TagClassName
{
border-color: #4D9A87;
}
</style>