Shades of Lochinvar #4FA090
Tints of Lochinvar #4FA090
RGB
CMYK
RGB Variations
Color information
#4FA090 (or 0x4FA090) is known color: Lochinvar. HEX triplet: 4F, A0 and 90. RGB value is (79,160,144). Sum of RGB (Red+Green+Blue) = 79+160+144=383 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.63% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA090 is #B05F6F. Grayscale: #858585. Windows color (decimal): -11558768 or 9478223. OLE color: 9478223.
HSL color Cylindrical-coordinate representation of color #4FA090: hue angle of 168.15º 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 #4FA090 is Cyan = 0.51, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 160 | 144 | - |
| CMYK | 0.51 | 0 | 0.1 | 0.37 |
| HSL | 168.15º | 0.34% | 0.47% | - |
| HSV(B) | 168.15º | 0.51% | 0.63% | - |
| XYZ | 20.83 | 28.82 | 30.85 | - |
| YUV | 133.96 | 133.66 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 160 | 144 | 0.51 | 0 | 0.1 | 0.37 | 168.15 | 0.34 | 0.47 |
| Hex | 4F | A0 | 90 | 33 | 0 | A | 25 | A8 | 22 | 2F |
| Octal | 117 | 240 | 220 | 63 | 0 | 12 | 45 | 250 | 42 | 57 |
| Binary | 1001111 | 10100000 | 10010000 | 110011 | 0 | 1010 | 100101 | 10101000 | 100010 | 101111 |
Color Harmonies of #4FA090
Complementary color
Monochromatic Colors of #4FA090
Black with #4FA090
Text Example
Text Example
White with #4FA090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA090; }
p { color: rgb(79,160,144); }
H1.HeaderClassName
{
color: #4FA090;
}
.AnyTagClassName
{
color: #4FA090;
}
</style>
background-color css
<style>
a { background-color: #4FA090; }
a { background-color: rgb(79,160,144); }
div.DivClassName
{
background-color: #4FA090;
}
.BgClassName
{
background-color: #4FA090;
}
</style>
border-color css
<style>
span { border-color: #4FA090; }
span { border-color: rgb(79,160,144); }
td.TdClassName
{
border-color: #4FA090;
}
.TagClassName
{
border-color: #4FA090;
}
</style>