Shades of Lochinvar #498B88
Tints of Lochinvar #498B88
RGB
CMYK
RGB Variations
Color information
#498B88 (or 0x498B88) is known color: Lochinvar. HEX triplet: 49, 8B and 88. RGB value is (73,139,136). Sum of RGB (Red+Green+Blue) = 73+139+136=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 139 - color contains mainly: green. Hex color #498B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498B88 is #B67477. Grayscale: #767676. Windows color (decimal): -11957368 or 8948553. OLE color: 8948553.
HSL color Cylindrical-coordinate representation of color #498B88: hue angle of 177.27º 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 #498B88 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 139 | 136 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.45 |
| HSL | 177.27º | 0.31% | 0.42% | - |
| HSV(B) | 177.27º | 0.47% | 0.55% | - |
| XYZ | 16.42 | 21.66 | 26.61 | - |
| YUV | 118.92 | 137.63 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 139 | 136 | 0.47 | 0 | 0.02 | 0.45 | 177.27 | 0.31 | 0.42 |
| Hex | 49 | 8B | 88 | 2F | 0 | 2 | 2D | B1 | 1F | 2A |
| Octal | 111 | 213 | 210 | 57 | 0 | 2 | 55 | 261 | 37 | 52 |
| Binary | 1001001 | 10001011 | 10001000 | 101111 | 0 | 10 | 101101 | 10110001 | 11111 | 101010 |
Color Harmonies of #498B88
Complementary color
Monochromatic Colors of #498B88
Black with #498B88
Text Example
Text Example
White with #498B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498B88; }
p { color: rgb(73,139,136); }
H1.HeaderClassName
{
color: #498B88;
}
.AnyTagClassName
{
color: #498B88;
}
</style>
background-color css
<style>
a { background-color: #498B88; }
a { background-color: rgb(73,139,136); }
div.DivClassName
{
background-color: #498B88;
}
.BgClassName
{
background-color: #498B88;
}
</style>
border-color css
<style>
span { border-color: #498B88; }
span { border-color: rgb(73,139,136); }
td.TdClassName
{
border-color: #498B88;
}
.TagClassName
{
border-color: #498B88;
}
</style>