Shades of Lochinvar #499B89
Tints of Lochinvar #499B89
RGB
CMYK
RGB Variations
Color information
#499B89 (or 0x499B89) is known color: Lochinvar. HEX triplet: 49, 9B and 89. RGB value is (73,155,137). Sum of RGB (Red+Green+Blue) = 73+155+137=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #499B89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499B89 is #B66476. Grayscale: #808080. Windows color (decimal): -11953271 or 9018185. OLE color: 9018185.
HSL color Cylindrical-coordinate representation of color #499B89: hue angle of 166.83º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499B89 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 155 | 137 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.39 |
| HSL | 166.83º | 0.36% | 0.45% | - |
| HSV(B) | 166.83º | 0.53% | 0.61% | - |
| XYZ | 18.98 | 26.67 | 27.81 | - |
| YUV | 128.43 | 132.83 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 137 | 0.53 | 0 | 0.12 | 0.39 | 166.83 | 0.36 | 0.45 |
| Hex | 49 | 9B | 89 | 35 | 0 | C | 27 | A7 | 24 | 2D |
| Octal | 111 | 233 | 211 | 65 | 0 | 14 | 47 | 247 | 44 | 55 |
| Binary | 1001001 | 10011011 | 10001001 | 110101 | 0 | 1100 | 100111 | 10100111 | 100100 | 101101 |
Color Harmonies of #499B89
Complementary color
Monochromatic Colors of #499B89
Black with #499B89
Text Example
Text Example
White with #499B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499B89; }
p { color: rgb(73,155,137); }
H1.HeaderClassName
{
color: #499B89;
}
.AnyTagClassName
{
color: #499B89;
}
</style>
background-color css
<style>
a { background-color: #499B89; }
a { background-color: rgb(73,155,137); }
div.DivClassName
{
background-color: #499B89;
}
.BgClassName
{
background-color: #499B89;
}
</style>
border-color css
<style>
span { border-color: #499B89; }
span { border-color: rgb(73,155,137); }
td.TdClassName
{
border-color: #499B89;
}
.TagClassName
{
border-color: #499B89;
}
</style>