Shades of Lochinvar #46947A
Tints of Lochinvar #46947A
RGB
CMYK
RGB Variations
Color information
#46947A (or 0x46947A) is known color: Lochinvar. HEX triplet: 46, 94 and 7A. RGB value is (70,148,122). Sum of RGB (Red+Green+Blue) = 70+148+122=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #46947A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46947A is #B96B85. Grayscale: #797979. Windows color (decimal): -12151686 or 8033350. OLE color: 8033350.
HSL color Cylindrical-coordinate representation of color #46947A: hue angle of 160º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46947A is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 148 | 122 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.42 |
| HSL | 160º | 0.36% | 0.43% | - |
| HSV(B) | 160º | 0.53% | 0.58% | - |
| XYZ | 16.63 | 23.89 | 22.15 | - |
| YUV | 121.71 | 128.16 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 148 | 122 | 0.53 | 0 | 0.18 | 0.42 | 160 | 0.36 | 0.43 |
| Hex | 46 | 94 | 7A | 35 | 0 | 12 | 2A | A0 | 24 | 2B |
| Octal | 106 | 224 | 172 | 65 | 0 | 22 | 52 | 240 | 44 | 53 |
| Binary | 1000110 | 10010100 | 1111010 | 110101 | 0 | 10010 | 101010 | 10100000 | 100100 | 101011 |
Color Harmonies of #46947A
Complementary color
Monochromatic Colors of #46947A
Black with #46947A
Text Example
Text Example
White with #46947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46947A; }
p { color: rgb(70,148,122); }
H1.HeaderClassName
{
color: #46947A;
}
.AnyTagClassName
{
color: #46947A;
}
</style>
background-color css
<style>
a { background-color: #46947A; }
a { background-color: rgb(70,148,122); }
div.DivClassName
{
background-color: #46947A;
}
.BgClassName
{
background-color: #46947A;
}
</style>
border-color css
<style>
span { border-color: #46947A; }
span { border-color: rgb(70,148,122); }
td.TdClassName
{
border-color: #46947A;
}
.TagClassName
{
border-color: #46947A;
}
</style>