Shades of Lochinvar #4F9080
Tints of Lochinvar #4F9080
RGB
CMYK
RGB Variations
Color information
#4F9080 (or 0x4F9080) is known color: Lochinvar. HEX triplet: 4F, 90 and 80. RGB value is (79,144,128). Sum of RGB (Red+Green+Blue) = 79+144+128=351 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.51% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 144 - color contains mainly: green. Hex color #4F9080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9080 is #B06F7F. Grayscale: #7A7A7A. Windows color (decimal): -11562880 or 8425551. OLE color: 8425551.
HSL color Cylindrical-coordinate representation of color #4F9080: hue angle of 165.23º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F9080 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 144 | 128 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.44 |
| HSL | 165.23º | 0.29% | 0.44% | - |
| HSV(B) | 165.23º | 0.45% | 0.56% | - |
| XYZ | 17.09 | 23.17 | 23.99 | - |
| YUV | 122.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 144 | 128 | 0.45 | 0 | 0.11 | 0.44 | 165.23 | 0.29 | 0.44 |
| Hex | 4F | 90 | 80 | 2D | 0 | B | 2C | A5 | 1D | 2C |
| Octal | 117 | 220 | 200 | 55 | 0 | 13 | 54 | 245 | 35 | 54 |
| Binary | 1001111 | 10010000 | 10000000 | 101101 | 0 | 1011 | 101100 | 10100101 | 11101 | 101100 |
Color Harmonies of #4F9080
Complementary color
Monochromatic Colors of #4F9080
Black with #4F9080
Text Example
Text Example
White with #4F9080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9080; }
p { color: rgb(79,144,128); }
H1.HeaderClassName
{
color: #4F9080;
}
.AnyTagClassName
{
color: #4F9080;
}
</style>
background-color css
<style>
a { background-color: #4F9080; }
a { background-color: rgb(79,144,128); }
div.DivClassName
{
background-color: #4F9080;
}
.BgClassName
{
background-color: #4F9080;
}
</style>
border-color css
<style>
span { border-color: #4F9080; }
span { border-color: rgb(79,144,128); }
td.TdClassName
{
border-color: #4F9080;
}
.TagClassName
{
border-color: #4F9080;
}
</style>