Shades of Lochinvar #49957B
Tints of Lochinvar #49957B
RGB
CMYK
RGB Variations
Color information
#49957B (or 0x49957B) is known color: Lochinvar. HEX triplet: 49, 95 and 7B. RGB value is (73,149,123). Sum of RGB (Red+Green+Blue) = 73+149+123=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 149 - color contains mainly: green. Hex color #49957B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49957B is #B66A84. Grayscale: #7B7B7B. Windows color (decimal): -11954821 or 8099145. OLE color: 8099145.
HSL color Cylindrical-coordinate representation of color #49957B: hue angle of 159.47º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49957B is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 123 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.42 |
| HSL | 159.47º | 0.34% | 0.44% | - |
| HSV(B) | 159.47º | 0.51% | 0.58% | - |
| XYZ | 17.07 | 24.34 | 22.54 | - |
| YUV | 123.31 | 127.82 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 123 | 0.51 | 0 | 0.17 | 0.42 | 159.47 | 0.34 | 0.44 |
| Hex | 49 | 95 | 7B | 33 | 0 | 11 | 2A | 9F | 22 | 2C |
| Octal | 111 | 225 | 173 | 63 | 0 | 21 | 52 | 237 | 42 | 54 |
| Binary | 1001001 | 10010101 | 1111011 | 110011 | 0 | 10001 | 101010 | 10011111 | 100010 | 101100 |
Color Harmonies of #49957B
Complementary color
Monochromatic Colors of #49957B
Black with #49957B
Text Example
Text Example
White with #49957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49957B; }
p { color: rgb(73,149,123); }
H1.HeaderClassName
{
color: #49957B;
}
.AnyTagClassName
{
color: #49957B;
}
</style>
background-color css
<style>
a { background-color: #49957B; }
a { background-color: rgb(73,149,123); }
div.DivClassName
{
background-color: #49957B;
}
.BgClassName
{
background-color: #49957B;
}
</style>
border-color css
<style>
span { border-color: #49957B; }
span { border-color: rgb(73,149,123); }
td.TdClassName
{
border-color: #49957B;
}
.TagClassName
{
border-color: #49957B;
}
</style>