Shades of Lochinvar #4F9180
Tints of Lochinvar #4F9180
RGB
CMYK
RGB Variations
Color information
#4F9180 (or 0x4F9180) is known color: Lochinvar. HEX triplet: 4F, 91 and 80. RGB value is (79,145,128). Sum of RGB (Red+Green+Blue) = 79+145+128=352 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.44% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #4F9180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9180 is #B06E7F. Grayscale: #7B7B7B. Windows color (decimal): -11562624 or 8425807. OLE color: 8425807.
HSL color Cylindrical-coordinate representation of color #4F9180: hue angle of 164.55º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F9180 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 145 | 128 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.43 |
| HSL | 164.55º | 0.29% | 0.44% | - |
| HSV(B) | 164.55º | 0.46% | 0.57% | - |
| XYZ | 17.25 | 23.47 | 24.04 | - |
| YUV | 123.33 | 130.63 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 145 | 128 | 0.46 | 0 | 0.12 | 0.43 | 164.55 | 0.29 | 0.44 |
| Hex | 4F | 91 | 80 | 2E | 0 | C | 2B | A5 | 1D | 2C |
| Octal | 117 | 221 | 200 | 56 | 0 | 14 | 53 | 245 | 35 | 54 |
| Binary | 1001111 | 10010001 | 10000000 | 101110 | 0 | 1100 | 101011 | 10100101 | 11101 | 101100 |
Color Harmonies of #4F9180
Complementary color
Monochromatic Colors of #4F9180
Black with #4F9180
Text Example
Text Example
White with #4F9180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9180; }
p { color: rgb(79,145,128); }
H1.HeaderClassName
{
color: #4F9180;
}
.AnyTagClassName
{
color: #4F9180;
}
</style>
background-color css
<style>
a { background-color: #4F9180; }
a { background-color: rgb(79,145,128); }
div.DivClassName
{
background-color: #4F9180;
}
.BgClassName
{
background-color: #4F9180;
}
</style>
border-color css
<style>
span { border-color: #4F9180; }
span { border-color: rgb(79,145,128); }
td.TdClassName
{
border-color: #4F9180;
}
.TagClassName
{
border-color: #4F9180;
}
</style>