Shades of Lochinvar #4D8878
Tints of Lochinvar #4D8878
RGB
CMYK
RGB Variations
Color information
#4D8878 (or 0x4D8878) is known color: Lochinvar. HEX triplet: 4D, 88 and 78. RGB value is (77,136,120). Sum of RGB (Red+Green+Blue) = 77+136+120=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 136 - color contains mainly: green. Hex color #4D8878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8878 is #B27787. Grayscale: #747474. Windows color (decimal): -11696008 or 7899213. OLE color: 7899213.
HSL color Cylindrical-coordinate representation of color #4D8878: hue angle of 163.73º degrees, saturation: 0.28, 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 #4D8878 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 136 | 120 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.47 |
| HSL | 163.73º | 0.28% | 0.42% | - |
| HSV(B) | 163.73º | 0.43% | 0.53% | - |
| XYZ | 15.25 | 20.54 | 20.93 | - |
| YUV | 116.54 | 129.95 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 120 | 0.43 | 0 | 0.12 | 0.47 | 163.73 | 0.28 | 0.42 |
| Hex | 4D | 88 | 78 | 2B | 0 | C | 2F | A4 | 1C | 2A |
| Octal | 115 | 210 | 170 | 53 | 0 | 14 | 57 | 244 | 34 | 52 |
| Binary | 1001101 | 10001000 | 1111000 | 101011 | 0 | 1100 | 101111 | 10100100 | 11100 | 101010 |
Color Harmonies of #4D8878
Complementary color
Monochromatic Colors of #4D8878
Black with #4D8878
Text Example
Text Example
White with #4D8878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8878; }
p { color: rgb(77,136,120); }
H1.HeaderClassName
{
color: #4D8878;
}
.AnyTagClassName
{
color: #4D8878;
}
</style>
background-color css
<style>
a { background-color: #4D8878; }
a { background-color: rgb(77,136,120); }
div.DivClassName
{
background-color: #4D8878;
}
.BgClassName
{
background-color: #4D8878;
}
</style>
border-color css
<style>
span { border-color: #4D8878; }
span { border-color: rgb(77,136,120); }
td.TdClassName
{
border-color: #4D8878;
}
.TagClassName
{
border-color: #4D8878;
}
</style>