Shades of Lochinvar #4FA088
Tints of Lochinvar #4FA088
RGB
CMYK
RGB Variations
Color information
#4FA088 (or 0x4FA088) is known color: Lochinvar. HEX triplet: 4F, A0 and 88. RGB value is (79,160,136). Sum of RGB (Red+Green+Blue) = 79+160+136=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA088 is #B05F77. Grayscale: #858585. Windows color (decimal): -11558776 or 8953935. OLE color: 8953935.
HSL color Cylindrical-coordinate representation of color #4FA088: hue angle of 162.22º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA088 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 160 | 136 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.37 |
| HSL | 162.22º | 0.34% | 0.47% | - |
| HSV(B) | 162.22º | 0.51% | 0.63% | - |
| XYZ | 20.24 | 28.58 | 27.74 | - |
| YUV | 133.05 | 129.66 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 160 | 136 | 0.51 | 0 | 0.15 | 0.37 | 162.22 | 0.34 | 0.47 |
| Hex | 4F | A0 | 88 | 33 | 0 | F | 25 | A2 | 22 | 2F |
| Octal | 117 | 240 | 210 | 63 | 0 | 17 | 45 | 242 | 42 | 57 |
| Binary | 1001111 | 10100000 | 10001000 | 110011 | 0 | 1111 | 100101 | 10100010 | 100010 | 101111 |
Color Harmonies of #4FA088
Complementary color
Monochromatic Colors of #4FA088
Black with #4FA088
Text Example
Text Example
White with #4FA088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA088; }
p { color: rgb(79,160,136); }
H1.HeaderClassName
{
color: #4FA088;
}
.AnyTagClassName
{
color: #4FA088;
}
</style>
background-color css
<style>
a { background-color: #4FA088; }
a { background-color: rgb(79,160,136); }
div.DivClassName
{
background-color: #4FA088;
}
.BgClassName
{
background-color: #4FA088;
}
</style>
border-color css
<style>
span { border-color: #4FA088; }
span { border-color: rgb(79,160,136); }
td.TdClassName
{
border-color: #4FA088;
}
.TagClassName
{
border-color: #4FA088;
}
</style>