Shades of Lochinvar #49978A
Tints of Lochinvar #49978A
RGB
CMYK
RGB Variations
Color information
#49978A (or 0x49978A) is known color: Lochinvar. HEX triplet: 49, 97 and 8A. RGB value is (73,151,138). Sum of RGB (Red+Green+Blue) = 73+151+138=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 151 - color contains mainly: green. Hex color #49978A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49978A is #B66875. Grayscale: #7E7E7E. Windows color (decimal): -11954294 or 9082697. OLE color: 9082697.
HSL color Cylindrical-coordinate representation of color #49978A: hue angle of 170º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49978A is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 151 | 138 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.41 |
| HSL | 170º | 0.35% | 0.44% | - |
| HSV(B) | 170º | 0.52% | 0.59% | - |
| XYZ | 18.4 | 25.38 | 27.97 | - |
| YUV | 126.2 | 134.66 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 138 | 0.52 | 0 | 0.09 | 0.41 | 170 | 0.35 | 0.44 |
| Hex | 49 | 97 | 8A | 34 | 0 | 9 | 29 | AA | 23 | 2C |
| Octal | 111 | 227 | 212 | 64 | 0 | 11 | 51 | 252 | 43 | 54 |
| Binary | 1001001 | 10010111 | 10001010 | 110100 | 0 | 1001 | 101001 | 10101010 | 100011 | 101100 |
Color Harmonies of #49978A
Complementary color
Monochromatic Colors of #49978A
Black with #49978A
Text Example
Text Example
White with #49978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49978A; }
p { color: rgb(73,151,138); }
H1.HeaderClassName
{
color: #49978A;
}
.AnyTagClassName
{
color: #49978A;
}
</style>
background-color css
<style>
a { background-color: #49978A; }
a { background-color: rgb(73,151,138); }
div.DivClassName
{
background-color: #49978A;
}
.BgClassName
{
background-color: #49978A;
}
</style>
border-color css
<style>
span { border-color: #49978A; }
span { border-color: rgb(73,151,138); }
td.TdClassName
{
border-color: #49978A;
}
.TagClassName
{
border-color: #49978A;
}
</style>