Shades of Lochinvar #49938A
Tints of Lochinvar #49938A
RGB
CMYK
RGB Variations
Color information
#49938A (or 0x49938A) is known color: Lochinvar. HEX triplet: 49, 93 and 8A. RGB value is (73,147,138). Sum of RGB (Red+Green+Blue) = 73+147+138=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #49938A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49938A is #B66C75. Grayscale: #7B7B7B. Windows color (decimal): -11955318 or 9081673. OLE color: 9081673.
HSL color Cylindrical-coordinate representation of color #49938A: hue angle of 172.7º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49938A is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 147 | 138 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.42 |
| HSL | 172.7º | 0.34% | 0.43% | - |
| HSV(B) | 172.7º | 0.5% | 0.58% | - |
| XYZ | 17.77 | 24.12 | 27.76 | - |
| YUV | 123.85 | 135.98 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 138 | 0.50 | 0 | 0.06 | 0.42 | 172.7 | 0.34 | 0.43 |
| Hex | 49 | 93 | 8A | 32 | 0 | 6 | 2A | AD | 22 | 2B |
| Octal | 111 | 223 | 212 | 62 | 0 | 6 | 52 | 255 | 42 | 53 |
| Binary | 1001001 | 10010011 | 10001010 | 110010 | 0 | 110 | 101010 | 10101101 | 100010 | 101011 |
Color Harmonies of #49938A
Complementary color
Monochromatic Colors of #49938A
Black with #49938A
Text Example
Text Example
White with #49938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49938A; }
p { color: rgb(73,147,138); }
H1.HeaderClassName
{
color: #49938A;
}
.AnyTagClassName
{
color: #49938A;
}
</style>
background-color css
<style>
a { background-color: #49938A; }
a { background-color: rgb(73,147,138); }
div.DivClassName
{
background-color: #49938A;
}
.BgClassName
{
background-color: #49938A;
}
</style>
border-color css
<style>
span { border-color: #49938A; }
span { border-color: rgb(73,147,138); }
td.TdClassName
{
border-color: #49938A;
}
.TagClassName
{
border-color: #49938A;
}
</style>