Shades of Lochinvar #4F877C
Tints of Lochinvar #4F877C
RGB
CMYK
RGB Variations
Color information
#4F877C (or 0x4F877C) is known color: Lochinvar. HEX triplet: 4F, 87 and 7C. RGB value is (79,135,124). Sum of RGB (Red+Green+Blue) = 79+135+124=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 135 - color contains mainly: green. Hex color #4F877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F877C is #B07883. Grayscale: #747474. Windows color (decimal): -11565188 or 8161103. OLE color: 8161103.
HSL color Cylindrical-coordinate representation of color #4F877C: hue angle of 168.21º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F877C is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 79 | 135 | 124 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.47 |
| HSL | 168.21º | 0.26% | 0.42% | - |
| HSV(B) | 168.21º | 0.41% | 0.53% | - |
| XYZ | 15.53 | 20.45 | 22.2 | - |
| YUV | 117 | 131.95 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 135 | 124 | 0.41 | 0 | 0.08 | 0.47 | 168.21 | 0.26 | 0.42 |
| Hex | 4F | 87 | 7C | 29 | 0 | 8 | 2F | A8 | 1A | 2A |
| Octal | 117 | 207 | 174 | 51 | 0 | 10 | 57 | 250 | 32 | 52 |
| Binary | 1001111 | 10000111 | 1111100 | 101001 | 0 | 1000 | 101111 | 10101000 | 11010 | 101010 |
Color Harmonies of #4F877C
Complementary color
Monochromatic Colors of #4F877C
Black with #4F877C
Text Example
Text Example
White with #4F877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F877C; }
p { color: rgb(79,135,124); }
H1.HeaderClassName
{
color: #4F877C;
}
.AnyTagClassName
{
color: #4F877C;
}
</style>
background-color css
<style>
a { background-color: #4F877C; }
a { background-color: rgb(79,135,124); }
div.DivClassName
{
background-color: #4F877C;
}
.BgClassName
{
background-color: #4F877C;
}
</style>
border-color css
<style>
span { border-color: #4F877C; }
span { border-color: rgb(79,135,124); }
td.TdClassName
{
border-color: #4F877C;
}
.TagClassName
{
border-color: #4F877C;
}
</style>