Shades of Lochinvar #4D9F92
Tints of Lochinvar #4D9F92
RGB
CMYK
RGB Variations
Color information
#4D9F92 (or 0x4D9F92) is known color: Lochinvar. HEX triplet: 4D, 9F and 92. RGB value is (77,159,146). Sum of RGB (Red+Green+Blue) = 77+159+146=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 159 - color contains mainly: green. Hex color #4D9F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9F92 is #B2606D. Grayscale: #848484. Windows color (decimal): -11690094 or 9609037. OLE color: 9609037.
HSL color Cylindrical-coordinate representation of color #4D9F92: hue angle of 170.49º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D9F92 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 159 | 146 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.38 |
| HSL | 170.49º | 0.35% | 0.46% | - |
| HSV(B) | 170.49º | 0.52% | 0.62% | - |
| XYZ | 20.65 | 28.45 | 31.6 | - |
| YUV | 133 | 135.33 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 159 | 146 | 0.52 | 0 | 0.08 | 0.38 | 170.49 | 0.35 | 0.46 |
| Hex | 4D | 9F | 92 | 34 | 0 | 8 | 26 | AA | 23 | 2E |
| Octal | 115 | 237 | 222 | 64 | 0 | 10 | 46 | 252 | 43 | 56 |
| Binary | 1001101 | 10011111 | 10010010 | 110100 | 0 | 1000 | 100110 | 10101010 | 100011 | 101110 |
Color Harmonies of #4D9F92
Complementary color
Monochromatic Colors of #4D9F92
Black with #4D9F92
Text Example
Text Example
White with #4D9F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9F92; }
p { color: rgb(77,159,146); }
H1.HeaderClassName
{
color: #4D9F92;
}
.AnyTagClassName
{
color: #4D9F92;
}
</style>
background-color css
<style>
a { background-color: #4D9F92; }
a { background-color: rgb(77,159,146); }
div.DivClassName
{
background-color: #4D9F92;
}
.BgClassName
{
background-color: #4D9F92;
}
</style>
border-color css
<style>
span { border-color: #4D9F92; }
span { border-color: rgb(77,159,146); }
td.TdClassName
{
border-color: #4D9F92;
}
.TagClassName
{
border-color: #4D9F92;
}
</style>