Shades of Lochinvar #4D9378
Tints of Lochinvar #4D9378
RGB
CMYK
RGB Variations
Color information
#4D9378 (or 0x4D9378) is known color: Lochinvar. HEX triplet: 4D, 93 and 78. RGB value is (77,147,120). Sum of RGB (Red+Green+Blue) = 77+147+120=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #4D9378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9378 is #B26C87. Grayscale: #7B7B7B. Windows color (decimal): -11693192 or 7902029. OLE color: 7902029.
HSL color Cylindrical-coordinate representation of color #4D9378: hue angle of 156.86º degrees, saturation: 0.31, 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 #4D9378 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 147 | 120 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.42 |
| HSL | 156.86º | 0.31% | 0.44% | - |
| HSV(B) | 156.86º | 0.48% | 0.58% | - |
| XYZ | 16.88 | 23.8 | 21.47 | - |
| YUV | 122.99 | 126.31 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 147 | 120 | 0.48 | 0 | 0.18 | 0.42 | 156.86 | 0.31 | 0.44 |
| Hex | 4D | 93 | 78 | 30 | 0 | 12 | 2A | 9D | 1F | 2C |
| Octal | 115 | 223 | 170 | 60 | 0 | 22 | 52 | 235 | 37 | 54 |
| Binary | 1001101 | 10010011 | 1111000 | 110000 | 0 | 10010 | 101010 | 10011101 | 11111 | 101100 |
Color Harmonies of #4D9378
Complementary color
Monochromatic Colors of #4D9378
Black with #4D9378
Text Example
Text Example
White with #4D9378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9378; }
p { color: rgb(77,147,120); }
H1.HeaderClassName
{
color: #4D9378;
}
.AnyTagClassName
{
color: #4D9378;
}
</style>
background-color css
<style>
a { background-color: #4D9378; }
a { background-color: rgb(77,147,120); }
div.DivClassName
{
background-color: #4D9378;
}
.BgClassName
{
background-color: #4D9378;
}
</style>
border-color css
<style>
span { border-color: #4D9378; }
span { border-color: rgb(77,147,120); }
td.TdClassName
{
border-color: #4D9378;
}
.TagClassName
{
border-color: #4D9378;
}
</style>