Shades of Lochinvar #46978D
Tints of Lochinvar #46978D
RGB
CMYK
RGB Variations
Color information
#46978D (or 0x46978D) is known color: Lochinvar. HEX triplet: 46, 97 and 8D. RGB value is (70,151,141). Sum of RGB (Red+Green+Blue) = 70+151+141=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 151 - color contains mainly: green. Hex color #46978D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46978D is #B96872. Grayscale: #7D7D7D. Windows color (decimal): -12150899 or 9279302. OLE color: 9279302.
HSL color Cylindrical-coordinate representation of color #46978D: hue angle of 172.59º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46978D is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 151 | 141 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.41 |
| HSL | 172.59º | 0.37% | 0.43% | - |
| HSV(B) | 172.59º | 0.54% | 0.59% | - |
| XYZ | 18.4 | 25.36 | 29.12 | - |
| YUV | 125.64 | 136.66 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 151 | 141 | 0.54 | 0 | 0.07 | 0.41 | 172.59 | 0.37 | 0.43 |
| Hex | 46 | 97 | 8D | 36 | 0 | 7 | 29 | AD | 25 | 2B |
| Octal | 106 | 227 | 215 | 66 | 0 | 7 | 51 | 255 | 45 | 53 |
| Binary | 1000110 | 10010111 | 10001101 | 110110 | 0 | 111 | 101001 | 10101101 | 100101 | 101011 |
Color Harmonies of #46978D
Complementary color
Monochromatic Colors of #46978D
Black with #46978D
Text Example
Text Example
White with #46978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46978D; }
p { color: rgb(70,151,141); }
H1.HeaderClassName
{
color: #46978D;
}
.AnyTagClassName
{
color: #46978D;
}
</style>
background-color css
<style>
a { background-color: #46978D; }
a { background-color: rgb(70,151,141); }
div.DivClassName
{
background-color: #46978D;
}
.BgClassName
{
background-color: #46978D;
}
</style>
border-color css
<style>
span { border-color: #46978D; }
span { border-color: rgb(70,151,141); }
td.TdClassName
{
border-color: #46978D;
}
.TagClassName
{
border-color: #46978D;
}
</style>