Shades of Lochinvar #499388
Tints of Lochinvar #499388
RGB
CMYK
RGB Variations
Color information
#499388 (or 0x499388) is known color: Lochinvar. HEX triplet: 49, 93 and 88. RGB value is (73,147,136). Sum of RGB (Red+Green+Blue) = 73+147+136=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #499388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499388 is #B66C77. Grayscale: #7B7B7B. Windows color (decimal): -11955320 or 8950601. OLE color: 8950601.
HSL color Cylindrical-coordinate representation of color #499388: hue angle of 171.08º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499388 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 147 | 136 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.42 |
| HSL | 171.08º | 0.34% | 0.43% | - |
| HSV(B) | 171.08º | 0.5% | 0.58% | - |
| XYZ | 17.63 | 24.06 | 27.01 | - |
| YUV | 123.62 | 134.98 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 136 | 0.50 | 0 | 0.07 | 0.42 | 171.08 | 0.34 | 0.43 |
| Hex | 49 | 93 | 88 | 32 | 0 | 7 | 2A | AB | 22 | 2B |
| Octal | 111 | 223 | 210 | 62 | 0 | 7 | 52 | 253 | 42 | 53 |
| Binary | 1001001 | 10010011 | 10001000 | 110010 | 0 | 111 | 101010 | 10101011 | 100010 | 101011 |
Color Harmonies of #499388
Complementary color
Monochromatic Colors of #499388
Black with #499388
Text Example
Text Example
White with #499388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499388; }
p { color: rgb(73,147,136); }
H1.HeaderClassName
{
color: #499388;
}
.AnyTagClassName
{
color: #499388;
}
</style>
background-color css
<style>
a { background-color: #499388; }
a { background-color: rgb(73,147,136); }
div.DivClassName
{
background-color: #499388;
}
.BgClassName
{
background-color: #499388;
}
</style>
border-color css
<style>
span { border-color: #499388; }
span { border-color: rgb(73,147,136); }
td.TdClassName
{
border-color: #499388;
}
.TagClassName
{
border-color: #499388;
}
</style>