Shades of Lochinvar #4F957A
Tints of Lochinvar #4F957A
RGB
CMYK
RGB Variations
Color information
#4F957A (or 0x4F957A) is known color: Lochinvar. HEX triplet: 4F, 95 and 7A. RGB value is (79,149,122). Sum of RGB (Red+Green+Blue) = 79+149+122=350 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.57% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #4F957A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F957A is #B06A85. Grayscale: #7D7D7D. Windows color (decimal): -11561606 or 8033615. OLE color: 8033615.
HSL color Cylindrical-coordinate representation of color #4F957A: hue angle of 156.86º 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 #4F957A is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 149 | 122 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.42 |
| HSL | 156.86º | 0.31% | 0.45% | - |
| HSV(B) | 156.86º | 0.47% | 0.58% | - |
| XYZ | 17.48 | 24.56 | 22.23 | - |
| YUV | 124.99 | 126.31 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 149 | 122 | 0.47 | 0 | 0.18 | 0.42 | 156.86 | 0.31 | 0.45 |
| Hex | 4F | 95 | 7A | 2F | 0 | 12 | 2A | 9D | 1F | 2D |
| Octal | 117 | 225 | 172 | 57 | 0 | 22 | 52 | 235 | 37 | 55 |
| Binary | 1001111 | 10010101 | 1111010 | 101111 | 0 | 10010 | 101010 | 10011101 | 11111 | 101101 |
Color Harmonies of #4F957A
Complementary color
Monochromatic Colors of #4F957A
Black with #4F957A
Text Example
Text Example
White with #4F957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F957A; }
p { color: rgb(79,149,122); }
H1.HeaderClassName
{
color: #4F957A;
}
.AnyTagClassName
{
color: #4F957A;
}
</style>
background-color css
<style>
a { background-color: #4F957A; }
a { background-color: rgb(79,149,122); }
div.DivClassName
{
background-color: #4F957A;
}
.BgClassName
{
background-color: #4F957A;
}
</style>
border-color css
<style>
span { border-color: #4F957A; }
span { border-color: rgb(79,149,122); }
td.TdClassName
{
border-color: #4F957A;
}
.TagClassName
{
border-color: #4F957A;
}
</style>