Shades of Lochinvar #4D9B84
Tints of Lochinvar #4D9B84
RGB
CMYK
RGB Variations
Color information
#4D9B84 (or 0x4D9B84) is known color: Lochinvar. HEX triplet: 4D, 9B and 84. RGB value is (77,155,132). Sum of RGB (Red+Green+Blue) = 77+155+132=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 155 - color contains mainly: green. Hex color #4D9B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9B84 is #B2647B. Grayscale: #818181. Windows color (decimal): -11691132 or 8690509. OLE color: 8690509.
HSL color Cylindrical-coordinate representation of color #4D9B84: hue angle of 162.31º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D9B84 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 155 | 132 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.39 |
| HSL | 162.31º | 0.34% | 0.45% | - |
| HSV(B) | 162.31º | 0.5% | 0.61% | - |
| XYZ | 18.95 | 26.69 | 25.98 | - |
| YUV | 129.06 | 129.66 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 155 | 132 | 0.50 | 0 | 0.15 | 0.39 | 162.31 | 0.34 | 0.45 |
| Hex | 4D | 9B | 84 | 32 | 0 | F | 27 | A2 | 22 | 2D |
| Octal | 115 | 233 | 204 | 62 | 0 | 17 | 47 | 242 | 42 | 55 |
| Binary | 1001101 | 10011011 | 10000100 | 110010 | 0 | 1111 | 100111 | 10100010 | 100010 | 101101 |
Color Harmonies of #4D9B84
Complementary color
Monochromatic Colors of #4D9B84
Black with #4D9B84
Text Example
Text Example
White with #4D9B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9B84; }
p { color: rgb(77,155,132); }
H1.HeaderClassName
{
color: #4D9B84;
}
.AnyTagClassName
{
color: #4D9B84;
}
</style>
background-color css
<style>
a { background-color: #4D9B84; }
a { background-color: rgb(77,155,132); }
div.DivClassName
{
background-color: #4D9B84;
}
.BgClassName
{
background-color: #4D9B84;
}
</style>
border-color css
<style>
span { border-color: #4D9B84; }
span { border-color: rgb(77,155,132); }
td.TdClassName
{
border-color: #4D9B84;
}
.TagClassName
{
border-color: #4D9B84;
}
</style>