Shades of Lochinvar #499C84
Tints of Lochinvar #499C84
RGB
CMYK
RGB Variations
Color information
#499C84 (or 0x499C84) is known color: Lochinvar. HEX triplet: 49, 9C and 84. RGB value is (73,156,132). Sum of RGB (Red+Green+Blue) = 73+156+132=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 156 - color contains mainly: green. Hex color #499C84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499C84 is #B6637B. Grayscale: #808080. Windows color (decimal): -11953020 or 8690761. OLE color: 8690761.
HSL color Cylindrical-coordinate representation of color #499C84: hue angle of 162.65º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499C84 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 156 | 132 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.39 |
| HSL | 162.65º | 0.36% | 0.45% | - |
| HSV(B) | 162.65º | 0.53% | 0.61% | - |
| XYZ | 18.8 | 26.86 | 26.02 | - |
| YUV | 128.45 | 130 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 132 | 0.53 | 0 | 0.15 | 0.39 | 162.65 | 0.36 | 0.45 |
| Hex | 49 | 9C | 84 | 35 | 0 | F | 27 | A3 | 24 | 2D |
| Octal | 111 | 234 | 204 | 65 | 0 | 17 | 47 | 243 | 44 | 55 |
| Binary | 1001001 | 10011100 | 10000100 | 110101 | 0 | 1111 | 100111 | 10100011 | 100100 | 101101 |
Color Harmonies of #499C84
Complementary color
Monochromatic Colors of #499C84
Black with #499C84
Text Example
Text Example
White with #499C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499C84; }
p { color: rgb(73,156,132); }
H1.HeaderClassName
{
color: #499C84;
}
.AnyTagClassName
{
color: #499C84;
}
</style>
background-color css
<style>
a { background-color: #499C84; }
a { background-color: rgb(73,156,132); }
div.DivClassName
{
background-color: #499C84;
}
.BgClassName
{
background-color: #499C84;
}
</style>
border-color css
<style>
span { border-color: #499C84; }
span { border-color: rgb(73,156,132); }
td.TdClassName
{
border-color: #499C84;
}
.TagClassName
{
border-color: #499C84;
}
</style>