Shades of Lochinvar #4F8779
Tints of Lochinvar #4F8779
RGB
CMYK
RGB Variations
Color information
#4F8779 (or 0x4F8779) is known color: Lochinvar. HEX triplet: 4F, 87 and 79. RGB value is (79,135,121). Sum of RGB (Red+Green+Blue) = 79+135+121=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 135 - color contains mainly: green. Hex color #4F8779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8779 is #B07886. Grayscale: #747474. Windows color (decimal): -11565191 or 7964495. OLE color: 7964495.
HSL color Cylindrical-coordinate representation of color #4F8779: hue angle of 165º 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 #4F8779 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 79 | 135 | 121 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.47 |
| HSL | 165º | 0.26% | 0.42% | - |
| HSV(B) | 165º | 0.41% | 0.53% | - |
| XYZ | 15.34 | 20.37 | 21.21 | - |
| YUV | 116.66 | 130.45 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 135 | 121 | 0.41 | 0 | 0.10 | 0.47 | 165 | 0.26 | 0.42 |
| Hex | 4F | 87 | 79 | 29 | 0 | A | 2F | A5 | 1A | 2A |
| Octal | 117 | 207 | 171 | 51 | 0 | 12 | 57 | 245 | 32 | 52 |
| Binary | 1001111 | 10000111 | 1111001 | 101001 | 0 | 1010 | 101111 | 10100101 | 11010 | 101010 |
Color Harmonies of #4F8779
Complementary color
Monochromatic Colors of #4F8779
Black with #4F8779
Text Example
Text Example
White with #4F8779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8779; }
p { color: rgb(79,135,121); }
H1.HeaderClassName
{
color: #4F8779;
}
.AnyTagClassName
{
color: #4F8779;
}
</style>
background-color css
<style>
a { background-color: #4F8779; }
a { background-color: rgb(79,135,121); }
div.DivClassName
{
background-color: #4F8779;
}
.BgClassName
{
background-color: #4F8779;
}
</style>
border-color css
<style>
span { border-color: #4F8779; }
span { border-color: rgb(79,135,121); }
td.TdClassName
{
border-color: #4F8779;
}
.TagClassName
{
border-color: #4F8779;
}
</style>