Shades of Lochinvar #4F957B
Tints of Lochinvar #4F957B
RGB
CMYK
RGB Variations
Color information
#4F957B (or 0x4F957B) is known color: Lochinvar. HEX triplet: 4F, 95 and 7B. RGB value is (79,149,123). Sum of RGB (Red+Green+Blue) = 79+149+123=351 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.51% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 149 - color contains mainly: green. Hex color #4F957B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F957B is #B06A84. Grayscale: #7D7D7D. Windows color (decimal): -11561605 or 8099151. OLE color: 8099151.
HSL color Cylindrical-coordinate representation of color #4F957B: hue angle of 157.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 #4F957B is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 149 | 123 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.42 |
| HSL | 157.71º | 0.31% | 0.45% | - |
| HSV(B) | 157.71º | 0.47% | 0.58% | - |
| XYZ | 17.55 | 24.59 | 22.56 | - |
| YUV | 125.11 | 126.81 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 149 | 123 | 0.47 | 0 | 0.17 | 0.42 | 157.71 | 0.31 | 0.45 |
| Hex | 4F | 95 | 7B | 2F | 0 | 11 | 2A | 9E | 1F | 2D |
| Octal | 117 | 225 | 173 | 57 | 0 | 21 | 52 | 236 | 37 | 55 |
| Binary | 1001111 | 10010101 | 1111011 | 101111 | 0 | 10001 | 101010 | 10011110 | 11111 | 101101 |
Color Harmonies of #4F957B
Complementary color
Monochromatic Colors of #4F957B
Black with #4F957B
Text Example
Text Example
White with #4F957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F957B; }
p { color: rgb(79,149,123); }
H1.HeaderClassName
{
color: #4F957B;
}
.AnyTagClassName
{
color: #4F957B;
}
</style>
background-color css
<style>
a { background-color: #4F957B; }
a { background-color: rgb(79,149,123); }
div.DivClassName
{
background-color: #4F957B;
}
.BgClassName
{
background-color: #4F957B;
}
</style>
border-color css
<style>
span { border-color: #4F957B; }
span { border-color: rgb(79,149,123); }
td.TdClassName
{
border-color: #4F957B;
}
.TagClassName
{
border-color: #4F957B;
}
</style>