Shades of Lochinvar #4F9F81
Tints of Lochinvar #4F9F81
RGB
CMYK
RGB Variations
Color information
#4F9F81 (or 0x4F9F81) is known color: Lochinvar. HEX triplet: 4F, 9F and 81. RGB value is (79,159,129). Sum of RGB (Red+Green+Blue) = 79+159+129=367 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.53% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 159 - color contains mainly: green. Hex color #4F9F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9F81 is #B0607E. Grayscale: #838383. Windows color (decimal): -11559039 or 8494927. OLE color: 8494927.
HSL color Cylindrical-coordinate representation of color #4F9F81: hue angle of 157.5º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F9F81 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 159 | 129 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.38 |
| HSL | 157.5º | 0.34% | 0.47% | - |
| HSV(B) | 157.5º | 0.5% | 0.62% | - |
| XYZ | 19.59 | 28.04 | 25.15 | - |
| YUV | 131.66 | 126.5 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 159 | 129 | 0.50 | 0 | 0.19 | 0.38 | 157.5 | 0.34 | 0.47 |
| Hex | 4F | 9F | 81 | 32 | 0 | 13 | 26 | 9E | 22 | 2F |
| Octal | 117 | 237 | 201 | 62 | 0 | 23 | 46 | 236 | 42 | 57 |
| Binary | 1001111 | 10011111 | 10000001 | 110010 | 0 | 10011 | 100110 | 10011110 | 100010 | 101111 |
Color Harmonies of #4F9F81
Complementary color
Monochromatic Colors of #4F9F81
Black with #4F9F81
Text Example
Text Example
White with #4F9F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9F81; }
p { color: rgb(79,159,129); }
H1.HeaderClassName
{
color: #4F9F81;
}
.AnyTagClassName
{
color: #4F9F81;
}
</style>
background-color css
<style>
a { background-color: #4F9F81; }
a { background-color: rgb(79,159,129); }
div.DivClassName
{
background-color: #4F9F81;
}
.BgClassName
{
background-color: #4F9F81;
}
</style>
border-color css
<style>
span { border-color: #4F9F81; }
span { border-color: rgb(79,159,129); }
td.TdClassName
{
border-color: #4F9F81;
}
.TagClassName
{
border-color: #4F9F81;
}
</style>