Shades of Lochinvar #4F9F8D
Tints of Lochinvar #4F9F8D
RGB
CMYK
RGB Variations
Color information
#4F9F8D (or 0x4F9F8D) is known color: Lochinvar. HEX triplet: 4F, 9F and 8D. RGB value is (79,159,141). Sum of RGB (Red+Green+Blue) = 79+159+141=379 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.84% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 159 - color contains mainly: green. Hex color #4F9F8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9F8D is #B06072. Grayscale: #858585. Windows color (decimal): -11559027 or 9281359. OLE color: 9281359.
HSL color Cylindrical-coordinate representation of color #4F9F8D: hue angle of 166.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 #4F9F8D is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 159 | 141 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.38 |
| HSL | 166.5º | 0.34% | 0.47% | - |
| HSV(B) | 166.5º | 0.5% | 0.62% | - |
| XYZ | 20.43 | 28.38 | 29.6 | - |
| YUV | 133.03 | 132.5 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 159 | 141 | 0.50 | 0 | 0.11 | 0.38 | 166.5 | 0.34 | 0.47 |
| Hex | 4F | 9F | 8D | 32 | 0 | B | 26 | A6 | 22 | 2F |
| Octal | 117 | 237 | 215 | 62 | 0 | 13 | 46 | 246 | 42 | 57 |
| Binary | 1001111 | 10011111 | 10001101 | 110010 | 0 | 1011 | 100110 | 10100110 | 100010 | 101111 |
Color Harmonies of #4F9F8D
Complementary color
Monochromatic Colors of #4F9F8D
Black with #4F9F8D
Text Example
Text Example
White with #4F9F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9F8D; }
p { color: rgb(79,159,141); }
H1.HeaderClassName
{
color: #4F9F8D;
}
.AnyTagClassName
{
color: #4F9F8D;
}
</style>
background-color css
<style>
a { background-color: #4F9F8D; }
a { background-color: rgb(79,159,141); }
div.DivClassName
{
background-color: #4F9F8D;
}
.BgClassName
{
background-color: #4F9F8D;
}
</style>
border-color css
<style>
span { border-color: #4F9F8D; }
span { border-color: rgb(79,159,141); }
td.TdClassName
{
border-color: #4F9F8D;
}
.TagClassName
{
border-color: #4F9F8D;
}
</style>