Shades of Lochinvar #4F927C
Tints of Lochinvar #4F927C
RGB
CMYK
RGB Variations
Color information
#4F927C (or 0x4F927C) is known color: Lochinvar. HEX triplet: 4F, 92 and 7C. RGB value is (79,146,124). Sum of RGB (Red+Green+Blue) = 79+146+124=349 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.64% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #4F927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F927C is #B06D83. Grayscale: #7B7B7B. Windows color (decimal): -11562372 or 8163919. OLE color: 8163919.
HSL color Cylindrical-coordinate representation of color #4F927C: hue angle of 160.3º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F927C is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 146 | 124 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.43 |
| HSL | 160.3º | 0.3% | 0.44% | - |
| HSV(B) | 160.3º | 0.46% | 0.57% | - |
| XYZ | 17.14 | 23.68 | 22.74 | - |
| YUV | 123.46 | 128.3 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 146 | 124 | 0.46 | 0 | 0.15 | 0.43 | 160.3 | 0.3 | 0.44 |
| Hex | 4F | 92 | 7C | 2E | 0 | F | 2B | A0 | 1E | 2C |
| Octal | 117 | 222 | 174 | 56 | 0 | 17 | 53 | 240 | 36 | 54 |
| Binary | 1001111 | 10010010 | 1111100 | 101110 | 0 | 1111 | 101011 | 10100000 | 11110 | 101100 |
Color Harmonies of #4F927C
Complementary color
Monochromatic Colors of #4F927C
Black with #4F927C
Text Example
Text Example
White with #4F927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F927C; }
p { color: rgb(79,146,124); }
H1.HeaderClassName
{
color: #4F927C;
}
.AnyTagClassName
{
color: #4F927C;
}
</style>
background-color css
<style>
a { background-color: #4F927C; }
a { background-color: rgb(79,146,124); }
div.DivClassName
{
background-color: #4F927C;
}
.BgClassName
{
background-color: #4F927C;
}
</style>
border-color css
<style>
span { border-color: #4F927C; }
span { border-color: rgb(79,146,124); }
td.TdClassName
{
border-color: #4F927C;
}
.TagClassName
{
border-color: #4F927C;
}
</style>