Shades of Lochinvar #4F9082
Tints of Lochinvar #4F9082
RGB
CMYK
RGB Variations
Color information
#4F9082 (or 0x4F9082) is known color: Lochinvar. HEX triplet: 4F, 90 and 82. RGB value is (79,144,130). Sum of RGB (Red+Green+Blue) = 79+144+130=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 144 - color contains mainly: green. Hex color #4F9082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9082 is #B06F7D. Grayscale: #7A7A7A. Windows color (decimal): -11562878 or 8556623. OLE color: 8556623.
HSL color Cylindrical-coordinate representation of color #4F9082: hue angle of 167.08º 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 #4F9082 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 144 | 130 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.44 |
| HSL | 167.08º | 0.29% | 0.44% | - |
| HSV(B) | 167.08º | 0.45% | 0.56% | - |
| XYZ | 17.23 | 23.22 | 24.69 | - |
| YUV | 122.97 | 131.97 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 144 | 130 | 0.45 | 0 | 0.10 | 0.44 | 167.08 | 0.29 | 0.44 |
| Hex | 4F | 90 | 82 | 2D | 0 | A | 2C | A7 | 1D | 2C |
| Octal | 117 | 220 | 202 | 55 | 0 | 12 | 54 | 247 | 35 | 54 |
| Binary | 1001111 | 10010000 | 10000010 | 101101 | 0 | 1010 | 101100 | 10100111 | 11101 | 101100 |
Color Harmonies of #4F9082
Complementary color
Monochromatic Colors of #4F9082
Black with #4F9082
Text Example
Text Example
White with #4F9082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9082; }
p { color: rgb(79,144,130); }
H1.HeaderClassName
{
color: #4F9082;
}
.AnyTagClassName
{
color: #4F9082;
}
</style>
background-color css
<style>
a { background-color: #4F9082; }
a { background-color: rgb(79,144,130); }
div.DivClassName
{
background-color: #4F9082;
}
.BgClassName
{
background-color: #4F9082;
}
</style>
border-color css
<style>
span { border-color: #4F9082; }
span { border-color: rgb(79,144,130); }
td.TdClassName
{
border-color: #4F9082;
}
.TagClassName
{
border-color: #4F9082;
}
</style>