Shades of Lochinvar #46988E
Tints of Lochinvar #46988E
RGB
CMYK
RGB Variations
Color information
#46988E (or 0x46988E) is known color: Lochinvar. HEX triplet: 46, 98 and 8E. RGB value is (70,152,142). Sum of RGB (Red+Green+Blue) = 70+152+142=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 152 - color contains mainly: green. Hex color #46988E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46988E is #B96771. Grayscale: #7E7E7E. Windows color (decimal): -12150642 or 9345094. OLE color: 9345094.
HSL color Cylindrical-coordinate representation of color #46988E: hue angle of 172.68º 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 #46988E is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 152 | 142 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.40 |
| HSL | 172.68º | 0.37% | 0.44% | - |
| HSV(B) | 172.68º | 0.54% | 0.6% | - |
| XYZ | 18.64 | 25.71 | 29.57 | - |
| YUV | 126.34 | 136.83 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 152 | 142 | 0.54 | 0 | 0.07 | 0.40 | 172.68 | 0.37 | 0.44 |
| Hex | 46 | 98 | 8E | 36 | 0 | 7 | 28 | AD | 25 | 2C |
| Octal | 106 | 230 | 216 | 66 | 0 | 7 | 50 | 255 | 45 | 54 |
| Binary | 1000110 | 10011000 | 10001110 | 110110 | 0 | 111 | 101000 | 10101101 | 100101 | 101100 |
Color Harmonies of #46988E
Complementary color
Monochromatic Colors of #46988E
Black with #46988E
Text Example
Text Example
White with #46988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46988E; }
p { color: rgb(70,152,142); }
H1.HeaderClassName
{
color: #46988E;
}
.AnyTagClassName
{
color: #46988E;
}
</style>
background-color css
<style>
a { background-color: #46988E; }
a { background-color: rgb(70,152,142); }
div.DivClassName
{
background-color: #46988E;
}
.BgClassName
{
background-color: #46988E;
}
</style>
border-color css
<style>
span { border-color: #46988E; }
span { border-color: rgb(70,152,142); }
td.TdClassName
{
border-color: #46988E;
}
.TagClassName
{
border-color: #46988E;
}
</style>