Shades of Lochinvar #4D9479
Tints of Lochinvar #4D9479
RGB
CMYK
RGB Variations
Color information
#4D9479 (or 0x4D9479) is known color: Lochinvar. HEX triplet: 4D, 94 and 79. RGB value is (77,148,121). Sum of RGB (Red+Green+Blue) = 77+148+121=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #4D9479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9479 is #B26B86. Grayscale: #7B7B7B. Windows color (decimal): -11692935 or 7967821. OLE color: 7967821.
HSL color Cylindrical-coordinate representation of color #4D9479: hue angle of 157.18º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D9479 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 148 | 121 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.42 |
| HSL | 157.18º | 0.32% | 0.44% | - |
| HSV(B) | 157.18º | 0.48% | 0.58% | - |
| XYZ | 17.1 | 24.14 | 21.85 | - |
| YUV | 123.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 148 | 121 | 0.48 | 0 | 0.18 | 0.42 | 157.18 | 0.32 | 0.44 |
| Hex | 4D | 94 | 79 | 30 | 0 | 12 | 2A | 9D | 20 | 2C |
| Octal | 115 | 224 | 171 | 60 | 0 | 22 | 52 | 235 | 40 | 54 |
| Binary | 1001101 | 10010100 | 1111001 | 110000 | 0 | 10010 | 101010 | 10011101 | 100000 | 101100 |
Color Harmonies of #4D9479
Complementary color
Monochromatic Colors of #4D9479
Black with #4D9479
Text Example
Text Example
White with #4D9479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9479; }
p { color: rgb(77,148,121); }
H1.HeaderClassName
{
color: #4D9479;
}
.AnyTagClassName
{
color: #4D9479;
}
</style>
background-color css
<style>
a { background-color: #4D9479; }
a { background-color: rgb(77,148,121); }
div.DivClassName
{
background-color: #4D9479;
}
.BgClassName
{
background-color: #4D9479;
}
</style>
border-color css
<style>
span { border-color: #4D9479; }
span { border-color: rgb(77,148,121); }
td.TdClassName
{
border-color: #4D9479;
}
.TagClassName
{
border-color: #4D9479;
}
</style>