Shades of Lochinvar #46937C
Tints of Lochinvar #46937C
RGB
CMYK
RGB Variations
Color information
#46937C (or 0x46937C) is known color: Lochinvar. HEX triplet: 46, 93 and 7C. RGB value is (70,147,124). Sum of RGB (Red+Green+Blue) = 70+147+124=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #46937C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46937C is #B96C83. Grayscale: #797979. Windows color (decimal): -12151940 or 8164166. OLE color: 8164166.
HSL color Cylindrical-coordinate representation of color #46937C: hue angle of 162.08º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46937C is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 147 | 124 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.42 |
| HSL | 162.08º | 0.35% | 0.43% | - |
| HSV(B) | 162.08º | 0.52% | 0.58% | - |
| XYZ | 16.6 | 23.62 | 22.75 | - |
| YUV | 121.36 | 129.49 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 147 | 124 | 0.52 | 0 | 0.16 | 0.42 | 162.08 | 0.35 | 0.43 |
| Hex | 46 | 93 | 7C | 34 | 0 | 10 | 2A | A2 | 23 | 2B |
| Octal | 106 | 223 | 174 | 64 | 0 | 20 | 52 | 242 | 43 | 53 |
| Binary | 1000110 | 10010011 | 1111100 | 110100 | 0 | 10000 | 101010 | 10100010 | 100011 | 101011 |
Color Harmonies of #46937C
Complementary color
Monochromatic Colors of #46937C
Black with #46937C
Text Example
Text Example
White with #46937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46937C; }
p { color: rgb(70,147,124); }
H1.HeaderClassName
{
color: #46937C;
}
.AnyTagClassName
{
color: #46937C;
}
</style>
background-color css
<style>
a { background-color: #46937C; }
a { background-color: rgb(70,147,124); }
div.DivClassName
{
background-color: #46937C;
}
.BgClassName
{
background-color: #46937C;
}
</style>
border-color css
<style>
span { border-color: #46937C; }
span { border-color: rgb(70,147,124); }
td.TdClassName
{
border-color: #46937C;
}
.TagClassName
{
border-color: #46937C;
}
</style>