Shades of Lochinvar #4F8A79
Tints of Lochinvar #4F8A79
RGB
CMYK
RGB Variations
Color information
#4F8A79 (or 0x4F8A79) is known color: Lochinvar. HEX triplet: 4F, 8A and 79. RGB value is (79,138,121). Sum of RGB (Red+Green+Blue) = 79+138+121=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 138 - color contains mainly: green. Hex color #4F8A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8A79 is #B07586. Grayscale: #767676. Windows color (decimal): -11564423 or 7965263. OLE color: 7965263.
HSL color Cylindrical-coordinate representation of color #4F8A79: hue angle of 162.71º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F8A79 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 138 | 121 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.46 |
| HSL | 162.71º | 0.27% | 0.43% | - |
| HSV(B) | 162.71º | 0.43% | 0.54% | - |
| XYZ | 15.76 | 21.22 | 21.35 | - |
| YUV | 118.42 | 129.45 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 138 | 121 | 0.43 | 0 | 0.12 | 0.46 | 162.71 | 0.27 | 0.43 |
| Hex | 4F | 8A | 79 | 2B | 0 | C | 2E | A3 | 1B | 2B |
| Octal | 117 | 212 | 171 | 53 | 0 | 14 | 56 | 243 | 33 | 53 |
| Binary | 1001111 | 10001010 | 1111001 | 101011 | 0 | 1100 | 101110 | 10100011 | 11011 | 101011 |
Color Harmonies of #4F8A79
Complementary color
Monochromatic Colors of #4F8A79
Black with #4F8A79
Text Example
Text Example
White with #4F8A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8A79; }
p { color: rgb(79,138,121); }
H1.HeaderClassName
{
color: #4F8A79;
}
.AnyTagClassName
{
color: #4F8A79;
}
</style>
background-color css
<style>
a { background-color: #4F8A79; }
a { background-color: rgb(79,138,121); }
div.DivClassName
{
background-color: #4F8A79;
}
.BgClassName
{
background-color: #4F8A79;
}
</style>
border-color css
<style>
span { border-color: #4F8A79; }
span { border-color: rgb(79,138,121); }
td.TdClassName
{
border-color: #4F8A79;
}
.TagClassName
{
border-color: #4F8A79;
}
</style>