Shades of Lochinvar #4F9580
Tints of Lochinvar #4F9580
RGB
CMYK
RGB Variations
Color information
#4F9580 (or 0x4F9580) is known color: Lochinvar. HEX triplet: 4F, 95 and 80. RGB value is (79,149,128). Sum of RGB (Red+Green+Blue) = 79+149+128=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #4F9580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9580 is #B06A7F. Grayscale: #7D7D7D. Windows color (decimal): -11561600 or 8426831. OLE color: 8426831.
HSL color Cylindrical-coordinate representation of color #4F9580: hue angle of 162º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F9580 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 149 | 128 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.42 |
| HSL | 162º | 0.31% | 0.45% | - |
| HSV(B) | 162º | 0.47% | 0.58% | - |
| XYZ | 17.87 | 24.72 | 24.25 | - |
| YUV | 125.68 | 129.31 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 149 | 128 | 0.47 | 0 | 0.14 | 0.42 | 162 | 0.31 | 0.45 |
| Hex | 4F | 95 | 80 | 2F | 0 | E | 2A | A2 | 1F | 2D |
| Octal | 117 | 225 | 200 | 57 | 0 | 16 | 52 | 242 | 37 | 55 |
| Binary | 1001111 | 10010101 | 10000000 | 101111 | 0 | 1110 | 101010 | 10100010 | 11111 | 101101 |
Color Harmonies of #4F9580
Complementary color
Monochromatic Colors of #4F9580
Black with #4F9580
Text Example
Text Example
White with #4F9580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9580; }
p { color: rgb(79,149,128); }
H1.HeaderClassName
{
color: #4F9580;
}
.AnyTagClassName
{
color: #4F9580;
}
</style>
background-color css
<style>
a { background-color: #4F9580; }
a { background-color: rgb(79,149,128); }
div.DivClassName
{
background-color: #4F9580;
}
.BgClassName
{
background-color: #4F9580;
}
</style>
border-color css
<style>
span { border-color: #4F9580; }
span { border-color: rgb(79,149,128); }
td.TdClassName
{
border-color: #4F9580;
}
.TagClassName
{
border-color: #4F9580;
}
</style>