Shades of Lochinvar #46987A
Tints of Lochinvar #46987A
RGB
CMYK
RGB Variations
Color information
#46987A (or 0x46987A) is known color: Lochinvar. HEX triplet: 46, 98 and 7A. RGB value is (70,152,122). Sum of RGB (Red+Green+Blue) = 70+152+122=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 152 - color contains mainly: green. Hex color #46987A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46987A is #B96785. Grayscale: #7C7C7C. Windows color (decimal): -12150662 or 8034374. OLE color: 8034374.
HSL color Cylindrical-coordinate representation of color #46987A: hue angle of 158.05º 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 #46987A is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 152 | 122 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.40 |
| HSL | 158.05º | 0.37% | 0.44% | - |
| HSV(B) | 158.05º | 0.54% | 0.6% | - |
| XYZ | 17.27 | 25.16 | 22.36 | - |
| YUV | 124.06 | 126.83 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 152 | 122 | 0.54 | 0 | 0.20 | 0.40 | 158.05 | 0.37 | 0.44 |
| Hex | 46 | 98 | 7A | 36 | 0 | 14 | 28 | 9E | 25 | 2C |
| Octal | 106 | 230 | 172 | 66 | 0 | 24 | 50 | 236 | 45 | 54 |
| Binary | 1000110 | 10011000 | 1111010 | 110110 | 0 | 10100 | 101000 | 10011110 | 100101 | 101100 |
Color Harmonies of #46987A
Complementary color
Monochromatic Colors of #46987A
Black with #46987A
Text Example
Text Example
White with #46987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46987A; }
p { color: rgb(70,152,122); }
H1.HeaderClassName
{
color: #46987A;
}
.AnyTagClassName
{
color: #46987A;
}
</style>
background-color css
<style>
a { background-color: #46987A; }
a { background-color: rgb(70,152,122); }
div.DivClassName
{
background-color: #46987A;
}
.BgClassName
{
background-color: #46987A;
}
</style>
border-color css
<style>
span { border-color: #46987A; }
span { border-color: rgb(70,152,122); }
td.TdClassName
{
border-color: #46987A;
}
.TagClassName
{
border-color: #46987A;
}
</style>