Shades of Lochinvar #4D927E
Tints of Lochinvar #4D927E
RGB
CMYK
RGB Variations
Color information
#4D927E (or 0x4D927E) is known color: Lochinvar. HEX triplet: 4D, 92 and 7E. RGB value is (77,146,126). Sum of RGB (Red+Green+Blue) = 77+146+126=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #4D927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D927E is #B26D81. Grayscale: #7B7B7B. Windows color (decimal): -11693442 or 8294989. OLE color: 8294989.
HSL color Cylindrical-coordinate representation of color #4D927E: hue angle of 162.61º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D927E is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 146 | 126 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.43 |
| HSL | 162.61º | 0.31% | 0.44% | - |
| HSV(B) | 162.61º | 0.47% | 0.57% | - |
| XYZ | 17.11 | 23.64 | 23.4 | - |
| YUV | 123.09 | 129.64 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 146 | 126 | 0.47 | 0 | 0.14 | 0.43 | 162.61 | 0.31 | 0.44 |
| Hex | 4D | 92 | 7E | 2F | 0 | E | 2B | A3 | 1F | 2C |
| Octal | 115 | 222 | 176 | 57 | 0 | 16 | 53 | 243 | 37 | 54 |
| Binary | 1001101 | 10010010 | 1111110 | 101111 | 0 | 1110 | 101011 | 10100011 | 11111 | 101100 |
Color Harmonies of #4D927E
Complementary color
Monochromatic Colors of #4D927E
Black with #4D927E
Text Example
Text Example
White with #4D927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D927E; }
p { color: rgb(77,146,126); }
H1.HeaderClassName
{
color: #4D927E;
}
.AnyTagClassName
{
color: #4D927E;
}
</style>
background-color css
<style>
a { background-color: #4D927E; }
a { background-color: rgb(77,146,126); }
div.DivClassName
{
background-color: #4D927E;
}
.BgClassName
{
background-color: #4D927E;
}
</style>
border-color css
<style>
span { border-color: #4D927E; }
span { border-color: rgb(77,146,126); }
td.TdClassName
{
border-color: #4D927E;
}
.TagClassName
{
border-color: #4D927E;
}
</style>