Shades of Lochinvar #49927F
Tints of Lochinvar #49927F
RGB
CMYK
RGB Variations
Color information
#49927F (or 0x49927F) is known color: Lochinvar. HEX triplet: 49, 92 and 7F. RGB value is (73,146,127). Sum of RGB (Red+Green+Blue) = 73+146+127=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 146 - color contains mainly: green. Hex color #49927F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49927F is #B66D80. Grayscale: #7A7A7A. Windows color (decimal): -11955585 or 8360521. OLE color: 8360521.
HSL color Cylindrical-coordinate representation of color #49927F: hue angle of 164.38º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49927F is Cyan = 0.5, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 146 | 127 | - |
| CMYK | 0.5 | 0 | 0.13 | 0.43 |
| HSL | 164.38º | 0.33% | 0.43% | - |
| HSV(B) | 164.38º | 0.5% | 0.57% | - |
| XYZ | 16.86 | 23.51 | 23.73 | - |
| YUV | 122.01 | 130.82 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 146 | 127 | 0.5 | 0 | 0.13 | 0.43 | 164.38 | 0.33 | 0.43 |
| Hex | 49 | 92 | 7F | 32 | 0 | D | 2B | A4 | 21 | 2B |
| Octal | 111 | 222 | 177 | 62 | 0 | 15 | 53 | 244 | 41 | 53 |
| Binary | 1001001 | 10010010 | 1111111 | 110010 | 0 | 1101 | 101011 | 10100100 | 100001 | 101011 |
Color Harmonies of #49927F
Complementary color
Monochromatic Colors of #49927F
Black with #49927F
Text Example
Text Example
White with #49927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49927F; }
p { color: rgb(73,146,127); }
H1.HeaderClassName
{
color: #49927F;
}
.AnyTagClassName
{
color: #49927F;
}
</style>
background-color css
<style>
a { background-color: #49927F; }
a { background-color: rgb(73,146,127); }
div.DivClassName
{
background-color: #49927F;
}
.BgClassName
{
background-color: #49927F;
}
</style>
border-color css
<style>
span { border-color: #49927F; }
span { border-color: rgb(73,146,127); }
td.TdClassName
{
border-color: #49927F;
}
.TagClassName
{
border-color: #49927F;
}
</style>