Shades of Lochinvar #4D8782
Tints of Lochinvar #4D8782
RGB
CMYK
RGB Variations
Color information
#4D8782 (or 0x4D8782) is known color: Lochinvar. HEX triplet: 4D, 87 and 82. RGB value is (77,135,130). Sum of RGB (Red+Green+Blue) = 77+135+130=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 135 - color contains mainly: green. Hex color #4D8782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8782 is #B2787D. Grayscale: #757575. Windows color (decimal): -11696254 or 8554317. OLE color: 8554317.
HSL color Cylindrical-coordinate representation of color #4D8782: hue angle of 174.83º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D8782 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 135 | 130 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.47 |
| HSL | 174.83º | 0.27% | 0.42% | - |
| HSV(B) | 174.83º | 0.43% | 0.53% | - |
| XYZ | 15.75 | 20.52 | 24.25 | - |
| YUV | 117.09 | 135.28 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 135 | 130 | 0.43 | 0 | 0.04 | 0.47 | 174.83 | 0.27 | 0.42 |
| Hex | 4D | 87 | 82 | 2B | 0 | 4 | 2F | AF | 1B | 2A |
| Octal | 115 | 207 | 202 | 53 | 0 | 4 | 57 | 257 | 33 | 52 |
| Binary | 1001101 | 10000111 | 10000010 | 101011 | 0 | 100 | 101111 | 10101111 | 11011 | 101010 |
Color Harmonies of #4D8782
Complementary color
Monochromatic Colors of #4D8782
Black with #4D8782
Text Example
Text Example
White with #4D8782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8782; }
p { color: rgb(77,135,130); }
H1.HeaderClassName
{
color: #4D8782;
}
.AnyTagClassName
{
color: #4D8782;
}
</style>
background-color css
<style>
a { background-color: #4D8782; }
a { background-color: rgb(77,135,130); }
div.DivClassName
{
background-color: #4D8782;
}
.BgClassName
{
background-color: #4D8782;
}
</style>
border-color css
<style>
span { border-color: #4D8782; }
span { border-color: rgb(77,135,130); }
td.TdClassName
{
border-color: #4D8782;
}
.TagClassName
{
border-color: #4D8782;
}
</style>