Shades of Lochinvar #499280
Tints of Lochinvar #499280
RGB
CMYK
RGB Variations
Color information
#499280 (or 0x499280) is known color: Lochinvar. HEX triplet: 49, 92 and 80. RGB value is (73,146,128). Sum of RGB (Red+Green+Blue) = 73+146+128=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #499280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499280 is #B66D7F. Grayscale: #7A7A7A. Windows color (decimal): -11955584 or 8426057. OLE color: 8426057.
HSL color Cylindrical-coordinate representation of color #499280: hue angle of 165.21º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499280 is Cyan = 0.5, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 146 | 128 | - |
| CMYK | 0.5 | 0 | 0.12 | 0.43 |
| HSL | 165.21º | 0.33% | 0.43% | - |
| HSV(B) | 165.21º | 0.5% | 0.57% | - |
| XYZ | 16.92 | 23.53 | 24.07 | - |
| YUV | 122.12 | 131.32 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 146 | 128 | 0.5 | 0 | 0.12 | 0.43 | 165.21 | 0.33 | 0.43 |
| Hex | 49 | 92 | 80 | 32 | 0 | C | 2B | A5 | 21 | 2B |
| Octal | 111 | 222 | 200 | 62 | 0 | 14 | 53 | 245 | 41 | 53 |
| Binary | 1001001 | 10010010 | 10000000 | 110010 | 0 | 1100 | 101011 | 10100101 | 100001 | 101011 |
Color Harmonies of #499280
Complementary color
Monochromatic Colors of #499280
Black with #499280
Text Example
Text Example
White with #499280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499280; }
p { color: rgb(73,146,128); }
H1.HeaderClassName
{
color: #499280;
}
.AnyTagClassName
{
color: #499280;
}
</style>
background-color css
<style>
a { background-color: #499280; }
a { background-color: rgb(73,146,128); }
div.DivClassName
{
background-color: #499280;
}
.BgClassName
{
background-color: #499280;
}
</style>
border-color css
<style>
span { border-color: #499280; }
span { border-color: rgb(73,146,128); }
td.TdClassName
{
border-color: #499280;
}
.TagClassName
{
border-color: #499280;
}
</style>