Shades of Lochinvar #4F897E
Tints of Lochinvar #4F897E
RGB
CMYK
RGB Variations
Color information
#4F897E (or 0x4F897E) is known color: Lochinvar. HEX triplet: 4F, 89 and 7E. RGB value is (79,137,126). Sum of RGB (Red+Green+Blue) = 79+137+126=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 137 - color contains mainly: green. Hex color #4F897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F897E is #B07681. Grayscale: #767676. Windows color (decimal): -11564674 or 8292687. OLE color: 8292687.
HSL color Cylindrical-coordinate representation of color #4F897E: hue angle of 168.62º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F897E is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 137 | 126 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.46 |
| HSL | 168.62º | 0.27% | 0.42% | - |
| HSV(B) | 168.62º | 0.42% | 0.54% | - |
| XYZ | 15.94 | 21.06 | 22.96 | - |
| YUV | 118.4 | 132.28 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 137 | 126 | 0.42 | 0 | 0.08 | 0.46 | 168.62 | 0.27 | 0.42 |
| Hex | 4F | 89 | 7E | 2A | 0 | 8 | 2E | A9 | 1B | 2A |
| Octal | 117 | 211 | 176 | 52 | 0 | 10 | 56 | 251 | 33 | 52 |
| Binary | 1001111 | 10001001 | 1111110 | 101010 | 0 | 1000 | 101110 | 10101001 | 11011 | 101010 |
Color Harmonies of #4F897E
Complementary color
Monochromatic Colors of #4F897E
Black with #4F897E
Text Example
Text Example
White with #4F897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F897E; }
p { color: rgb(79,137,126); }
H1.HeaderClassName
{
color: #4F897E;
}
.AnyTagClassName
{
color: #4F897E;
}
</style>
background-color css
<style>
a { background-color: #4F897E; }
a { background-color: rgb(79,137,126); }
div.DivClassName
{
background-color: #4F897E;
}
.BgClassName
{
background-color: #4F897E;
}
</style>
border-color css
<style>
span { border-color: #4F897E; }
span { border-color: rgb(79,137,126); }
td.TdClassName
{
border-color: #4F897E;
}
.TagClassName
{
border-color: #4F897E;
}
</style>