Shades of Lochinvar #4F9F91
Tints of Lochinvar #4F9F91
RGB
CMYK
RGB Variations
Color information
#4F9F91 (or 0x4F9F91) is known color: Lochinvar. HEX triplet: 4F, 9F and 91. RGB value is (79,159,145). Sum of RGB (Red+Green+Blue) = 79+159+145=383 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.63% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 159 - color contains mainly: green. Hex color #4F9F91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9F91 is #B0606E. Grayscale: #858585. Windows color (decimal): -11559023 or 9543503. OLE color: 9543503.
HSL color Cylindrical-coordinate representation of color #4F9F91: hue angle of 169.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 #4F9F91 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 159 | 145 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.38 |
| HSL | 169.5º | 0.34% | 0.47% | - |
| HSV(B) | 169.5º | 0.5% | 0.62% | - |
| XYZ | 20.73 | 28.5 | 31.2 | - |
| YUV | 133.48 | 134.5 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 159 | 145 | 0.50 | 0 | 0.09 | 0.38 | 169.5 | 0.34 | 0.47 |
| Hex | 4F | 9F | 91 | 32 | 0 | 9 | 26 | AA | 22 | 2F |
| Octal | 117 | 237 | 221 | 62 | 0 | 11 | 46 | 252 | 42 | 57 |
| Binary | 1001111 | 10011111 | 10010001 | 110010 | 0 | 1001 | 100110 | 10101010 | 100010 | 101111 |
Color Harmonies of #4F9F91
Complementary color
Monochromatic Colors of #4F9F91
Black with #4F9F91
Text Example
Text Example
White with #4F9F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9F91; }
p { color: rgb(79,159,145); }
H1.HeaderClassName
{
color: #4F9F91;
}
.AnyTagClassName
{
color: #4F9F91;
}
</style>
background-color css
<style>
a { background-color: #4F9F91; }
a { background-color: rgb(79,159,145); }
div.DivClassName
{
background-color: #4F9F91;
}
.BgClassName
{
background-color: #4F9F91;
}
</style>
border-color css
<style>
span { border-color: #4F9F91; }
span { border-color: rgb(79,159,145); }
td.TdClassName
{
border-color: #4F9F91;
}
.TagClassName
{
border-color: #4F9F91;
}
</style>