Shades of Lochinvar #498C7F
Tints of Lochinvar #498C7F
RGB
CMYK
RGB Variations
Color information
#498C7F (or 0x498C7F) is known color: Lochinvar. HEX triplet: 49, 8C and 7F. RGB value is (73,140,127). Sum of RGB (Red+Green+Blue) = 73+140+127=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 140 - color contains mainly: green. Hex color #498C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498C7F is #B67380. Grayscale: #767676. Windows color (decimal): -11957121 or 8358985. OLE color: 8358985.
HSL color Cylindrical-coordinate representation of color #498C7F: hue angle of 168.36º 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 #498C7F is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 140 | 127 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.45 |
| HSL | 168.36º | 0.31% | 0.42% | - |
| HSV(B) | 168.36º | 0.48% | 0.55% | - |
| XYZ | 15.96 | 21.7 | 23.43 | - |
| YUV | 118.49 | 132.8 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 140 | 127 | 0.48 | 0 | 0.09 | 0.45 | 168.36 | 0.31 | 0.42 |
| Hex | 49 | 8C | 7F | 30 | 0 | 9 | 2D | A8 | 1F | 2A |
| Octal | 111 | 214 | 177 | 60 | 0 | 11 | 55 | 250 | 37 | 52 |
| Binary | 1001001 | 10001100 | 1111111 | 110000 | 0 | 1001 | 101101 | 10101000 | 11111 | 101010 |
Color Harmonies of #498C7F
Complementary color
Monochromatic Colors of #498C7F
Black with #498C7F
Text Example
Text Example
White with #498C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498C7F; }
p { color: rgb(73,140,127); }
H1.HeaderClassName
{
color: #498C7F;
}
.AnyTagClassName
{
color: #498C7F;
}
</style>
background-color css
<style>
a { background-color: #498C7F; }
a { background-color: rgb(73,140,127); }
div.DivClassName
{
background-color: #498C7F;
}
.BgClassName
{
background-color: #498C7F;
}
</style>
border-color css
<style>
span { border-color: #498C7F; }
span { border-color: rgb(73,140,127); }
td.TdClassName
{
border-color: #498C7F;
}
.TagClassName
{
border-color: #498C7F;
}
</style>