Shades of Lochinvar #4D9079
Tints of Lochinvar #4D9079
RGB
CMYK
RGB Variations
Color information
#4D9079 (or 0x4D9079) is known color: Lochinvar. HEX triplet: 4D, 90 and 79. RGB value is (77,144,121). Sum of RGB (Red+Green+Blue) = 77+144+121=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 144 - color contains mainly: green. Hex color #4D9079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9079 is #B26F86. Grayscale: #797979. Windows color (decimal): -11693959 or 7966797. OLE color: 7966797.
HSL color Cylindrical-coordinate representation of color #4D9079: hue angle of 159.4º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D9079 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 144 | 121 | - |
| CMYK | 0.47 | 0 | 0.16 | 0.44 |
| HSL | 159.4º | 0.3% | 0.43% | - |
| HSV(B) | 159.4º | 0.47% | 0.56% | - |
| XYZ | 16.49 | 22.9 | 21.64 | - |
| YUV | 121.35 | 127.8 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 144 | 121 | 0.47 | 0 | 0.16 | 0.44 | 159.4 | 0.3 | 0.43 |
| Hex | 4D | 90 | 79 | 2F | 0 | 10 | 2C | 9F | 1E | 2B |
| Octal | 115 | 220 | 171 | 57 | 0 | 20 | 54 | 237 | 36 | 53 |
| Binary | 1001101 | 10010000 | 1111001 | 101111 | 0 | 10000 | 101100 | 10011111 | 11110 | 101011 |
Color Harmonies of #4D9079
Complementary color
Monochromatic Colors of #4D9079
Black with #4D9079
Text Example
Text Example
White with #4D9079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9079; }
p { color: rgb(77,144,121); }
H1.HeaderClassName
{
color: #4D9079;
}
.AnyTagClassName
{
color: #4D9079;
}
</style>
background-color css
<style>
a { background-color: #4D9079; }
a { background-color: rgb(77,144,121); }
div.DivClassName
{
background-color: #4D9079;
}
.BgClassName
{
background-color: #4D9079;
}
</style>
border-color css
<style>
span { border-color: #4D9079; }
span { border-color: rgb(77,144,121); }
td.TdClassName
{
border-color: #4D9079;
}
.TagClassName
{
border-color: #4D9079;
}
</style>