Shades of Lochinvar #498C7D
Tints of Lochinvar #498C7D
RGB
CMYK
RGB Variations
Color information
#498C7D (or 0x498C7D) is known color: Lochinvar. HEX triplet: 49, 8C and 7D. RGB value is (73,140,125). Sum of RGB (Red+Green+Blue) = 73+140+125=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 140 - color contains mainly: green. Hex color #498C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498C7D is #B67382. Grayscale: #767676. Windows color (decimal): -11957123 or 8227913. OLE color: 8227913.
HSL color Cylindrical-coordinate representation of color #498C7D: hue angle of 166.57º 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 #498C7D is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 140 | 125 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.45 |
| HSL | 166.57º | 0.31% | 0.42% | - |
| HSV(B) | 166.57º | 0.48% | 0.55% | - |
| XYZ | 15.83 | 21.65 | 22.75 | - |
| YUV | 118.26 | 131.8 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 140 | 125 | 0.48 | 0 | 0.11 | 0.45 | 166.57 | 0.31 | 0.42 |
| Hex | 49 | 8C | 7D | 30 | 0 | B | 2D | A7 | 1F | 2A |
| Octal | 111 | 214 | 175 | 60 | 0 | 13 | 55 | 247 | 37 | 52 |
| Binary | 1001001 | 10001100 | 1111101 | 110000 | 0 | 1011 | 101101 | 10100111 | 11111 | 101010 |
Color Harmonies of #498C7D
Complementary color
Monochromatic Colors of #498C7D
Black with #498C7D
Text Example
Text Example
White with #498C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498C7D; }
p { color: rgb(73,140,125); }
H1.HeaderClassName
{
color: #498C7D;
}
.AnyTagClassName
{
color: #498C7D;
}
</style>
background-color css
<style>
a { background-color: #498C7D; }
a { background-color: rgb(73,140,125); }
div.DivClassName
{
background-color: #498C7D;
}
.BgClassName
{
background-color: #498C7D;
}
</style>
border-color css
<style>
span { border-color: #498C7D; }
span { border-color: rgb(73,140,125); }
td.TdClassName
{
border-color: #498C7D;
}
.TagClassName
{
border-color: #498C7D;
}
</style>