Shades of Lochinvar #499B85
Tints of Lochinvar #499B85
RGB
CMYK
RGB Variations
Color information
#499B85 (or 0x499B85) is known color: Lochinvar. HEX triplet: 49, 9B and 85. RGB value is (73,155,133). Sum of RGB (Red+Green+Blue) = 73+155+133=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 155 - color contains mainly: green. Hex color #499B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499B85 is #B6647A. Grayscale: #7F7F7F. Windows color (decimal): -11953275 or 8756041. OLE color: 8756041.
HSL color Cylindrical-coordinate representation of color #499B85: hue angle of 163.9º 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 #499B85 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 155 | 133 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.39 |
| HSL | 163.9º | 0.36% | 0.45% | - |
| HSV(B) | 163.9º | 0.53% | 0.61% | - |
| XYZ | 18.7 | 26.55 | 26.33 | - |
| YUV | 127.97 | 130.83 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 133 | 0.53 | 0 | 0.14 | 0.39 | 163.9 | 0.36 | 0.45 |
| Hex | 49 | 9B | 85 | 35 | 0 | E | 27 | A4 | 24 | 2D |
| Octal | 111 | 233 | 205 | 65 | 0 | 16 | 47 | 244 | 44 | 55 |
| Binary | 1001001 | 10011011 | 10000101 | 110101 | 0 | 1110 | 100111 | 10100100 | 100100 | 101101 |
Color Harmonies of #499B85
Complementary color
Monochromatic Colors of #499B85
Black with #499B85
Text Example
Text Example
White with #499B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499B85; }
p { color: rgb(73,155,133); }
H1.HeaderClassName
{
color: #499B85;
}
.AnyTagClassName
{
color: #499B85;
}
</style>
background-color css
<style>
a { background-color: #499B85; }
a { background-color: rgb(73,155,133); }
div.DivClassName
{
background-color: #499B85;
}
.BgClassName
{
background-color: #499B85;
}
</style>
border-color css
<style>
span { border-color: #499B85; }
span { border-color: rgb(73,155,133); }
td.TdClassName
{
border-color: #499B85;
}
.TagClassName
{
border-color: #499B85;
}
</style>