Shades of Lochinvar #4D8B84
Tints of Lochinvar #4D8B84
RGB
CMYK
RGB Variations
Color information
#4D8B84 (or 0x4D8B84) is known color: Lochinvar. HEX triplet: 4D, 8B and 84. RGB value is (77,139,132). Sum of RGB (Red+Green+Blue) = 77+139+132=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 139 - color contains mainly: green. Hex color #4D8B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8B84 is #B2747B. Grayscale: #777777. Windows color (decimal): -11695228 or 8686413. OLE color: 8686413.
HSL color Cylindrical-coordinate representation of color #4D8B84: hue angle of 173.23º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D8B84 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 139 | 132 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.45 |
| HSL | 173.23º | 0.29% | 0.42% | - |
| HSV(B) | 173.23º | 0.45% | 0.55% | - |
| XYZ | 16.46 | 21.71 | 25.15 | - |
| YUV | 119.66 | 134.96 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 139 | 132 | 0.45 | 0 | 0.05 | 0.45 | 173.23 | 0.29 | 0.42 |
| Hex | 4D | 8B | 84 | 2D | 0 | 5 | 2D | AD | 1D | 2A |
| Octal | 115 | 213 | 204 | 55 | 0 | 5 | 55 | 255 | 35 | 52 |
| Binary | 1001101 | 10001011 | 10000100 | 101101 | 0 | 101 | 101101 | 10101101 | 11101 | 101010 |
Color Harmonies of #4D8B84
Complementary color
Monochromatic Colors of #4D8B84
Black with #4D8B84
Text Example
Text Example
White with #4D8B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8B84; }
p { color: rgb(77,139,132); }
H1.HeaderClassName
{
color: #4D8B84;
}
.AnyTagClassName
{
color: #4D8B84;
}
</style>
background-color css
<style>
a { background-color: #4D8B84; }
a { background-color: rgb(77,139,132); }
div.DivClassName
{
background-color: #4D8B84;
}
.BgClassName
{
background-color: #4D8B84;
}
</style>
border-color css
<style>
span { border-color: #4D8B84; }
span { border-color: rgb(77,139,132); }
td.TdClassName
{
border-color: #4D8B84;
}
.TagClassName
{
border-color: #4D8B84;
}
</style>