Shades of Lochinvar #4F9589
Tints of Lochinvar #4F9589
RGB
CMYK
RGB Variations
Color information
#4F9589 (or 0x4F9589) is known color: Lochinvar. HEX triplet: 4F, 95 and 89. RGB value is (79,149,137). Sum of RGB (Red+Green+Blue) = 79+149+137=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #4F9589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9589 is #B06A76. Grayscale: #7E7E7E. Windows color (decimal): -11561591 or 9016655. OLE color: 9016655.
HSL color Cylindrical-coordinate representation of color #4F9589: hue angle of 169.71º 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 #4F9589 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 149 | 137 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.42 |
| HSL | 169.71º | 0.31% | 0.45% | - |
| HSV(B) | 169.71º | 0.47% | 0.58% | - |
| XYZ | 18.49 | 24.96 | 27.51 | - |
| YUV | 126.7 | 133.81 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 149 | 137 | 0.47 | 0 | 0.08 | 0.42 | 169.71 | 0.31 | 0.45 |
| Hex | 4F | 95 | 89 | 2F | 0 | 8 | 2A | AA | 1F | 2D |
| Octal | 117 | 225 | 211 | 57 | 0 | 10 | 52 | 252 | 37 | 55 |
| Binary | 1001111 | 10010101 | 10001001 | 101111 | 0 | 1000 | 101010 | 10101010 | 11111 | 101101 |
Color Harmonies of #4F9589
Complementary color
Monochromatic Colors of #4F9589
Black with #4F9589
Text Example
Text Example
White with #4F9589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9589; }
p { color: rgb(79,149,137); }
H1.HeaderClassName
{
color: #4F9589;
}
.AnyTagClassName
{
color: #4F9589;
}
</style>
background-color css
<style>
a { background-color: #4F9589; }
a { background-color: rgb(79,149,137); }
div.DivClassName
{
background-color: #4F9589;
}
.BgClassName
{
background-color: #4F9589;
}
</style>
border-color css
<style>
span { border-color: #4F9589; }
span { border-color: rgb(79,149,137); }
td.TdClassName
{
border-color: #4F9589;
}
.TagClassName
{
border-color: #4F9589;
}
</style>