Shades of Lochinvar #4F958B
Tints of Lochinvar #4F958B
RGB
CMYK
RGB Variations
Color information
#4F958B (or 0x4F958B) is known color: Lochinvar. HEX triplet: 4F, 95 and 8B. RGB value is (79,149,139). Sum of RGB (Red+Green+Blue) = 79+149+139=367 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.53% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #4F958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F958B is #B06A74. Grayscale: #7E7E7E. Windows color (decimal): -11561589 or 9147727. OLE color: 9147727.
HSL color Cylindrical-coordinate representation of color #4F958B: hue angle of 171.43º 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 #4F958B is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 149 | 139 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.42 |
| HSL | 171.43º | 0.31% | 0.45% | - |
| HSV(B) | 171.43º | 0.47% | 0.58% | - |
| XYZ | 18.63 | 25.02 | 28.27 | - |
| YUV | 126.93 | 134.81 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 149 | 139 | 0.47 | 0 | 0.07 | 0.42 | 171.43 | 0.31 | 0.45 |
| Hex | 4F | 95 | 8B | 2F | 0 | 7 | 2A | AB | 1F | 2D |
| Octal | 117 | 225 | 213 | 57 | 0 | 7 | 52 | 253 | 37 | 55 |
| Binary | 1001111 | 10010101 | 10001011 | 101111 | 0 | 111 | 101010 | 10101011 | 11111 | 101101 |
Color Harmonies of #4F958B
Complementary color
Monochromatic Colors of #4F958B
Black with #4F958B
Text Example
Text Example
White with #4F958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F958B; }
p { color: rgb(79,149,139); }
H1.HeaderClassName
{
color: #4F958B;
}
.AnyTagClassName
{
color: #4F958B;
}
</style>
background-color css
<style>
a { background-color: #4F958B; }
a { background-color: rgb(79,149,139); }
div.DivClassName
{
background-color: #4F958B;
}
.BgClassName
{
background-color: #4F958B;
}
</style>
border-color css
<style>
span { border-color: #4F958B; }
span { border-color: rgb(79,149,139); }
td.TdClassName
{
border-color: #4F958B;
}
.TagClassName
{
border-color: #4F958B;
}
</style>