Shades of Lochinvar #4F897D
Tints of Lochinvar #4F897D
RGB
CMYK
RGB Variations
Color information
#4F897D (or 0x4F897D) is known color: Lochinvar. HEX triplet: 4F, 89 and 7D. RGB value is (79,137,125). Sum of RGB (Red+Green+Blue) = 79+137+125=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 137 - color contains mainly: green. Hex color #4F897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F897D is #B07682. Grayscale: #767676. Windows color (decimal): -11564675 or 8227151. OLE color: 8227151.
HSL color Cylindrical-coordinate representation of color #4F897D: hue angle of 167.59º 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 #4F897D is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 137 | 125 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.46 |
| HSL | 167.59º | 0.27% | 0.42% | - |
| HSV(B) | 167.59º | 0.42% | 0.54% | - |
| XYZ | 15.87 | 21.03 | 22.63 | - |
| YUV | 118.29 | 131.78 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 137 | 125 | 0.42 | 0 | 0.09 | 0.46 | 167.59 | 0.27 | 0.42 |
| Hex | 4F | 89 | 7D | 2A | 0 | 9 | 2E | A8 | 1B | 2A |
| Octal | 117 | 211 | 175 | 52 | 0 | 11 | 56 | 250 | 33 | 52 |
| Binary | 1001111 | 10001001 | 1111101 | 101010 | 0 | 1001 | 101110 | 10101000 | 11011 | 101010 |
Color Harmonies of #4F897D
Complementary color
Monochromatic Colors of #4F897D
Black with #4F897D
Text Example
Text Example
White with #4F897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F897D; }
p { color: rgb(79,137,125); }
H1.HeaderClassName
{
color: #4F897D;
}
.AnyTagClassName
{
color: #4F897D;
}
</style>
background-color css
<style>
a { background-color: #4F897D; }
a { background-color: rgb(79,137,125); }
div.DivClassName
{
background-color: #4F897D;
}
.BgClassName
{
background-color: #4F897D;
}
</style>
border-color css
<style>
span { border-color: #4F897D; }
span { border-color: rgb(79,137,125); }
td.TdClassName
{
border-color: #4F897D;
}
.TagClassName
{
border-color: #4F897D;
}
</style>