Shades of Lochinvar #4F9D8F
Tints of Lochinvar #4F9D8F
RGB
CMYK
RGB Variations
Color information
#4F9D8F (or 0x4F9D8F) is known color: Lochinvar. HEX triplet: 4F, 9D and 8F. RGB value is (79,157,143). Sum of RGB (Red+Green+Blue) = 79+157+143=379 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.84% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 157 - color contains mainly: green. Hex color #4F9D8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9D8F is #B06270. Grayscale: #848484. Windows color (decimal): -11559537 or 9411919. OLE color: 9411919.
HSL color Cylindrical-coordinate representation of color #4F9D8F: hue angle of 169.23º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F9D8F is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 157 | 143 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.38 |
| HSL | 169.23º | 0.33% | 0.46% | - |
| HSV(B) | 169.23º | 0.5% | 0.62% | - |
| XYZ | 20.24 | 27.76 | 30.28 | - |
| YUV | 132.08 | 134.16 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 157 | 143 | 0.50 | 0 | 0.09 | 0.38 | 169.23 | 0.33 | 0.46 |
| Hex | 4F | 9D | 8F | 32 | 0 | 9 | 26 | A9 | 21 | 2E |
| Octal | 117 | 235 | 217 | 62 | 0 | 11 | 46 | 251 | 41 | 56 |
| Binary | 1001111 | 10011101 | 10001111 | 110010 | 0 | 1001 | 100110 | 10101001 | 100001 | 101110 |
Color Harmonies of #4F9D8F
Complementary color
Monochromatic Colors of #4F9D8F
Black with #4F9D8F
Text Example
Text Example
White with #4F9D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9D8F; }
p { color: rgb(79,157,143); }
H1.HeaderClassName
{
color: #4F9D8F;
}
.AnyTagClassName
{
color: #4F9D8F;
}
</style>
background-color css
<style>
a { background-color: #4F9D8F; }
a { background-color: rgb(79,157,143); }
div.DivClassName
{
background-color: #4F9D8F;
}
.BgClassName
{
background-color: #4F9D8F;
}
</style>
border-color css
<style>
span { border-color: #4F9D8F; }
span { border-color: rgb(79,157,143); }
td.TdClassName
{
border-color: #4F9D8F;
}
.TagClassName
{
border-color: #4F9D8F;
}
</style>