Shades of Lochinvar #4C917E
Tints of Lochinvar #4C917E
RGB
CMYK
RGB Variations
Color information
#4C917E (or 0x4C917E) is known color: Lochinvar. HEX triplet: 4C, 91 and 7E. RGB value is (76,145,126). Sum of RGB (Red+Green+Blue) = 76+145+126=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #4C917E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C917E is #B36E81. Grayscale: #7A7A7A. Windows color (decimal): -11759234 or 8294732. OLE color: 8294732.
HSL color Cylindrical-coordinate representation of color #4C917E: hue angle of 163.48º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C917E is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 145 | 126 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.43 |
| HSL | 163.48º | 0.31% | 0.43% | - |
| HSV(B) | 163.48º | 0.48% | 0.57% | - |
| XYZ | 16.87 | 23.29 | 23.35 | - |
| YUV | 122.2 | 130.14 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 145 | 126 | 0.48 | 0 | 0.13 | 0.43 | 163.48 | 0.31 | 0.43 |
| Hex | 4C | 91 | 7E | 30 | 0 | D | 2B | A3 | 1F | 2B |
| Octal | 114 | 221 | 176 | 60 | 0 | 15 | 53 | 243 | 37 | 53 |
| Binary | 1001100 | 10010001 | 1111110 | 110000 | 0 | 1101 | 101011 | 10100011 | 11111 | 101011 |
Color Harmonies of #4C917E
Complementary color
Monochromatic Colors of #4C917E
Black with #4C917E
Text Example
Text Example
White with #4C917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C917E; }
p { color: rgb(76,145,126); }
H1.HeaderClassName
{
color: #4C917E;
}
.AnyTagClassName
{
color: #4C917E;
}
</style>
background-color css
<style>
a { background-color: #4C917E; }
a { background-color: rgb(76,145,126); }
div.DivClassName
{
background-color: #4C917E;
}
.BgClassName
{
background-color: #4C917E;
}
</style>
border-color css
<style>
span { border-color: #4C917E; }
span { border-color: rgb(76,145,126); }
td.TdClassName
{
border-color: #4C917E;
}
.TagClassName
{
border-color: #4C917E;
}
</style>