Shades of Lochinvar #499E93
Tints of Lochinvar #499E93
RGB
CMYK
RGB Variations
Color information
#499E93 (or 0x499E93) is known color: Lochinvar. HEX triplet: 49, 9E and 93. RGB value is (73,158,147). Sum of RGB (Red+Green+Blue) = 73+158+147=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 158 - color contains mainly: green. Hex color #499E93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499E93 is #B6616C. Grayscale: #838383. Windows color (decimal): -11952493 or 9674313. OLE color: 9674313.
HSL color Cylindrical-coordinate representation of color #499E93: hue angle of 172.24º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499E93 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 158 | 147 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.38 |
| HSL | 172.24º | 0.37% | 0.45% | - |
| HSV(B) | 172.24º | 0.54% | 0.62% | - |
| XYZ | 20.24 | 27.98 | 31.94 | - |
| YUV | 131.33 | 136.84 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 158 | 147 | 0.54 | 0 | 0.07 | 0.38 | 172.24 | 0.37 | 0.45 |
| Hex | 49 | 9E | 93 | 36 | 0 | 7 | 26 | AC | 25 | 2D |
| Octal | 111 | 236 | 223 | 66 | 0 | 7 | 46 | 254 | 45 | 55 |
| Binary | 1001001 | 10011110 | 10010011 | 110110 | 0 | 111 | 100110 | 10101100 | 100101 | 101101 |
Color Harmonies of #499E93
Complementary color
Monochromatic Colors of #499E93
Black with #499E93
Text Example
Text Example
White with #499E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499E93; }
p { color: rgb(73,158,147); }
H1.HeaderClassName
{
color: #499E93;
}
.AnyTagClassName
{
color: #499E93;
}
</style>
background-color css
<style>
a { background-color: #499E93; }
a { background-color: rgb(73,158,147); }
div.DivClassName
{
background-color: #499E93;
}
.BgClassName
{
background-color: #499E93;
}
</style>
border-color css
<style>
span { border-color: #499E93; }
span { border-color: rgb(73,158,147); }
td.TdClassName
{
border-color: #499E93;
}
.TagClassName
{
border-color: #499E93;
}
</style>