Shades of Lochinvar #46987E
Tints of Lochinvar #46987E
RGB
CMYK
RGB Variations
Color information
#46987E (or 0x46987E) is known color: Lochinvar. HEX triplet: 46, 98 and 7E. RGB value is (70,152,126). Sum of RGB (Red+Green+Blue) = 70+152+126=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #46987E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46987E is #B96781. Grayscale: #7C7C7C. Windows color (decimal): -12150658 or 8296518. OLE color: 8296518.
HSL color Cylindrical-coordinate representation of color #46987E: hue angle of 160.98º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46987E is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 152 | 126 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.40 |
| HSL | 160.98º | 0.37% | 0.44% | - |
| HSV(B) | 160.98º | 0.54% | 0.6% | - |
| XYZ | 17.52 | 25.26 | 23.69 | - |
| YUV | 124.52 | 128.83 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 152 | 126 | 0.54 | 0 | 0.17 | 0.40 | 160.98 | 0.37 | 0.44 |
| Hex | 46 | 98 | 7E | 36 | 0 | 11 | 28 | A1 | 25 | 2C |
| Octal | 106 | 230 | 176 | 66 | 0 | 21 | 50 | 241 | 45 | 54 |
| Binary | 1000110 | 10011000 | 1111110 | 110110 | 0 | 10001 | 101000 | 10100001 | 100101 | 101100 |
Color Harmonies of #46987E
Complementary color
Monochromatic Colors of #46987E
Black with #46987E
Text Example
Text Example
White with #46987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46987E; }
p { color: rgb(70,152,126); }
H1.HeaderClassName
{
color: #46987E;
}
.AnyTagClassName
{
color: #46987E;
}
</style>
background-color css
<style>
a { background-color: #46987E; }
a { background-color: rgb(70,152,126); }
div.DivClassName
{
background-color: #46987E;
}
.BgClassName
{
background-color: #46987E;
}
</style>
border-color css
<style>
span { border-color: #46987E; }
span { border-color: rgb(70,152,126); }
td.TdClassName
{
border-color: #46987E;
}
.TagClassName
{
border-color: #46987E;
}
</style>