Shades of Lochinvar #479183
Tints of Lochinvar #479183
RGB
CMYK
RGB Variations
Color information
#479183 (or 0x479183) is known color: Lochinvar. HEX triplet: 47, 91 and 83. RGB value is (71,145,131). Sum of RGB (Red+Green+Blue) = 71+145+131=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #479183 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479183 is #B86E7C. Grayscale: #797979. Windows color (decimal): -12086909 or 8622407. OLE color: 8622407.
HSL color Cylindrical-coordinate representation of color #479183: hue angle of 168.65º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #479183 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 145 | 131 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.43 |
| HSL | 168.65º | 0.34% | 0.42% | - |
| HSV(B) | 168.65º | 0.51% | 0.57% | - |
| XYZ | 16.82 | 23.23 | 25.07 | - |
| YUV | 121.28 | 133.48 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 145 | 131 | 0.51 | 0 | 0.10 | 0.43 | 168.65 | 0.34 | 0.42 |
| Hex | 47 | 91 | 83 | 33 | 0 | A | 2B | A9 | 22 | 2A |
| Octal | 107 | 221 | 203 | 63 | 0 | 12 | 53 | 251 | 42 | 52 |
| Binary | 1000111 | 10010001 | 10000011 | 110011 | 0 | 1010 | 101011 | 10101001 | 100010 | 101010 |
Color Harmonies of #479183
Complementary color
Monochromatic Colors of #479183
Black with #479183
Text Example
Text Example
White with #479183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479183; }
p { color: rgb(71,145,131); }
H1.HeaderClassName
{
color: #479183;
}
.AnyTagClassName
{
color: #479183;
}
</style>
background-color css
<style>
a { background-color: #479183; }
a { background-color: rgb(71,145,131); }
div.DivClassName
{
background-color: #479183;
}
.BgClassName
{
background-color: #479183;
}
</style>
border-color css
<style>
span { border-color: #479183; }
span { border-color: rgb(71,145,131); }
td.TdClassName
{
border-color: #479183;
}
.TagClassName
{
border-color: #479183;
}
</style>