Shades of Lochinvar #498B85
Tints of Lochinvar #498B85
RGB
CMYK
RGB Variations
Color information
#498B85 (or 0x498B85) is known color: Lochinvar. HEX triplet: 49, 8B and 85. RGB value is (73,139,133). Sum of RGB (Red+Green+Blue) = 73+139+133=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 139 - color contains mainly: green. Hex color #498B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498B85 is #B6747A. Grayscale: #767676. Windows color (decimal): -11957371 or 8751945. OLE color: 8751945.
HSL color Cylindrical-coordinate representation of color #498B85: hue angle of 174.55º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #498B85 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 139 | 133 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.45 |
| HSL | 174.55º | 0.31% | 0.42% | - |
| HSV(B) | 174.55º | 0.47% | 0.55% | - |
| XYZ | 16.21 | 21.58 | 25.5 | - |
| YUV | 118.58 | 136.13 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 139 | 133 | 0.47 | 0 | 0.04 | 0.45 | 174.55 | 0.31 | 0.42 |
| Hex | 49 | 8B | 85 | 2F | 0 | 4 | 2D | AF | 1F | 2A |
| Octal | 111 | 213 | 205 | 57 | 0 | 4 | 55 | 257 | 37 | 52 |
| Binary | 1001001 | 10001011 | 10000101 | 101111 | 0 | 100 | 101101 | 10101111 | 11111 | 101010 |
Color Harmonies of #498B85
Complementary color
Monochromatic Colors of #498B85
Black with #498B85
Text Example
Text Example
White with #498B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498B85; }
p { color: rgb(73,139,133); }
H1.HeaderClassName
{
color: #498B85;
}
.AnyTagClassName
{
color: #498B85;
}
</style>
background-color css
<style>
a { background-color: #498B85; }
a { background-color: rgb(73,139,133); }
div.DivClassName
{
background-color: #498B85;
}
.BgClassName
{
background-color: #498B85;
}
</style>
border-color css
<style>
span { border-color: #498B85; }
span { border-color: rgb(73,139,133); }
td.TdClassName
{
border-color: #498B85;
}
.TagClassName
{
border-color: #498B85;
}
</style>