Shades of Lochinvar #4F937D
Tints of Lochinvar #4F937D
RGB
CMYK
RGB Variations
Color information
#4F937D (or 0x4F937D) is known color: Lochinvar. HEX triplet: 4F, 93 and 7D. RGB value is (79,147,125). Sum of RGB (Red+Green+Blue) = 79+147+125=351 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.51% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 147 - color contains mainly: green. Hex color #4F937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F937D is #B06C82. Grayscale: #7C7C7C. Windows color (decimal): -11562115 or 8229711. OLE color: 8229711.
HSL color Cylindrical-coordinate representation of color #4F937D: hue angle of 160.59º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F937D is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 147 | 125 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.42 |
| HSL | 160.59º | 0.3% | 0.44% | - |
| HSV(B) | 160.59º | 0.46% | 0.58% | - |
| XYZ | 17.36 | 24.01 | 23.12 | - |
| YUV | 124.16 | 128.47 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 147 | 125 | 0.46 | 0 | 0.15 | 0.42 | 160.59 | 0.3 | 0.44 |
| Hex | 4F | 93 | 7D | 2E | 0 | F | 2A | A1 | 1E | 2C |
| Octal | 117 | 223 | 175 | 56 | 0 | 17 | 52 | 241 | 36 | 54 |
| Binary | 1001111 | 10010011 | 1111101 | 101110 | 0 | 1111 | 101010 | 10100001 | 11110 | 101100 |
Color Harmonies of #4F937D
Complementary color
Monochromatic Colors of #4F937D
Black with #4F937D
Text Example
Text Example
White with #4F937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F937D; }
p { color: rgb(79,147,125); }
H1.HeaderClassName
{
color: #4F937D;
}
.AnyTagClassName
{
color: #4F937D;
}
</style>
background-color css
<style>
a { background-color: #4F937D; }
a { background-color: rgb(79,147,125); }
div.DivClassName
{
background-color: #4F937D;
}
.BgClassName
{
background-color: #4F937D;
}
</style>
border-color css
<style>
span { border-color: #4F937D; }
span { border-color: rgb(79,147,125); }
td.TdClassName
{
border-color: #4F937D;
}
.TagClassName
{
border-color: #4F937D;
}
</style>