Shades of Lochinvar #4F9D87
Tints of Lochinvar #4F9D87
RGB
CMYK
RGB Variations
Color information
#4F9D87 (or 0x4F9D87) is known color: Lochinvar. HEX triplet: 4F, 9D and 87. RGB value is (79,157,135). Sum of RGB (Red+Green+Blue) = 79+157+135=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 157 - color contains mainly: green. Hex color #4F9D87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9D87 is #B06278. Grayscale: #838383. Windows color (decimal): -11559545 or 8887631. OLE color: 8887631.
HSL color Cylindrical-coordinate representation of color #4F9D87: hue angle of 163.08º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F9D87 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 157 | 135 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.38 |
| HSL | 163.08º | 0.33% | 0.46% | - |
| HSV(B) | 163.08º | 0.5% | 0.62% | - |
| XYZ | 19.65 | 27.53 | 27.2 | - |
| YUV | 131.17 | 130.16 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 157 | 135 | 0.50 | 0 | 0.14 | 0.38 | 163.08 | 0.33 | 0.46 |
| Hex | 4F | 9D | 87 | 32 | 0 | E | 26 | A3 | 21 | 2E |
| Octal | 117 | 235 | 207 | 62 | 0 | 16 | 46 | 243 | 41 | 56 |
| Binary | 1001111 | 10011101 | 10000111 | 110010 | 0 | 1110 | 100110 | 10100011 | 100001 | 101110 |
Color Harmonies of #4F9D87
Complementary color
Monochromatic Colors of #4F9D87
Black with #4F9D87
Text Example
Text Example
White with #4F9D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9D87; }
p { color: rgb(79,157,135); }
H1.HeaderClassName
{
color: #4F9D87;
}
.AnyTagClassName
{
color: #4F9D87;
}
</style>
background-color css
<style>
a { background-color: #4F9D87; }
a { background-color: rgb(79,157,135); }
div.DivClassName
{
background-color: #4F9D87;
}
.BgClassName
{
background-color: #4F9D87;
}
</style>
border-color css
<style>
span { border-color: #4F9D87; }
span { border-color: rgb(79,157,135); }
td.TdClassName
{
border-color: #4F9D87;
}
.TagClassName
{
border-color: #4F9D87;
}
</style>