Shades of Lochinvar #46937F
Tints of Lochinvar #46937F
RGB
CMYK
RGB Variations
Color information
#46937F (or 0x46937F) is known color: Lochinvar. HEX triplet: 46, 93 and 7F. RGB value is (70,147,127). Sum of RGB (Red+Green+Blue) = 70+147+127=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #46937F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46937F is #B96C80. Grayscale: #797979. Windows color (decimal): -12151937 or 8360774. OLE color: 8360774.
HSL color Cylindrical-coordinate representation of color #46937F: hue angle of 164.42º 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 #46937F is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 147 | 127 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.42 |
| HSL | 164.42º | 0.35% | 0.43% | - |
| HSV(B) | 164.42º | 0.52% | 0.58% | - |
| XYZ | 16.79 | 23.7 | 23.77 | - |
| YUV | 121.7 | 130.99 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 147 | 127 | 0.52 | 0 | 0.14 | 0.42 | 164.42 | 0.35 | 0.43 |
| Hex | 46 | 93 | 7F | 34 | 0 | E | 2A | A4 | 23 | 2B |
| Octal | 106 | 223 | 177 | 64 | 0 | 16 | 52 | 244 | 43 | 53 |
| Binary | 1000110 | 10010011 | 1111111 | 110100 | 0 | 1110 | 101010 | 10100100 | 100011 | 101011 |
Color Harmonies of #46937F
Complementary color
Monochromatic Colors of #46937F
Black with #46937F
Text Example
Text Example
White with #46937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46937F; }
p { color: rgb(70,147,127); }
H1.HeaderClassName
{
color: #46937F;
}
.AnyTagClassName
{
color: #46937F;
}
</style>
background-color css
<style>
a { background-color: #46937F; }
a { background-color: rgb(70,147,127); }
div.DivClassName
{
background-color: #46937F;
}
.BgClassName
{
background-color: #46937F;
}
</style>
border-color css
<style>
span { border-color: #46937F; }
span { border-color: rgb(70,147,127); }
td.TdClassName
{
border-color: #46937F;
}
.TagClassName
{
border-color: #46937F;
}
</style>