Shades of Lochinvar #498C7B
Tints of Lochinvar #498C7B
RGB
CMYK
RGB Variations
Color information
#498C7B (or 0x498C7B) is known color: Lochinvar. HEX triplet: 49, 8C and 7B. RGB value is (73,140,123). Sum of RGB (Red+Green+Blue) = 73+140+123=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 140 - color contains mainly: green. Hex color #498C7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498C7B is #B67384. Grayscale: #767676. Windows color (decimal): -11957125 or 8096841. OLE color: 8096841.
HSL color Cylindrical-coordinate representation of color #498C7B: hue angle of 164.78º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #498C7B is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 140 | 123 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.45 |
| HSL | 164.78º | 0.31% | 0.42% | - |
| HSV(B) | 164.78º | 0.48% | 0.55% | - |
| XYZ | 15.7 | 21.6 | 22.08 | - |
| YUV | 118.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 140 | 123 | 0.48 | 0 | 0.12 | 0.45 | 164.78 | 0.31 | 0.42 |
| Hex | 49 | 8C | 7B | 30 | 0 | C | 2D | A5 | 1F | 2A |
| Octal | 111 | 214 | 173 | 60 | 0 | 14 | 55 | 245 | 37 | 52 |
| Binary | 1001001 | 10001100 | 1111011 | 110000 | 0 | 1100 | 101101 | 10100101 | 11111 | 101010 |
Color Harmonies of #498C7B
Complementary color
Monochromatic Colors of #498C7B
Black with #498C7B
Text Example
Text Example
White with #498C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498C7B; }
p { color: rgb(73,140,123); }
H1.HeaderClassName
{
color: #498C7B;
}
.AnyTagClassName
{
color: #498C7B;
}
</style>
background-color css
<style>
a { background-color: #498C7B; }
a { background-color: rgb(73,140,123); }
div.DivClassName
{
background-color: #498C7B;
}
.BgClassName
{
background-color: #498C7B;
}
</style>
border-color css
<style>
span { border-color: #498C7B; }
span { border-color: rgb(73,140,123); }
td.TdClassName
{
border-color: #498C7B;
}
.TagClassName
{
border-color: #498C7B;
}
</style>