Shades of Lochinvar #46907A
Tints of Lochinvar #46907A
RGB
CMYK
RGB Variations
Color information
#46907A (or 0x46907A) is known color: Lochinvar. HEX triplet: 46, 90 and 7A. RGB value is (70,144,122). Sum of RGB (Red+Green+Blue) = 70+144+122=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 144 - color contains mainly: green. Hex color #46907A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46907A is #B96F85. Grayscale: #777777. Windows color (decimal): -12152710 or 8032326. OLE color: 8032326.
HSL color Cylindrical-coordinate representation of color #46907A: hue angle of 162.16º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46907A is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 144 | 122 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.44 |
| HSL | 162.16º | 0.35% | 0.42% | - |
| HSV(B) | 162.16º | 0.51% | 0.56% | - |
| XYZ | 16.01 | 22.65 | 21.94 | - |
| YUV | 119.37 | 129.48 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 144 | 122 | 0.51 | 0 | 0.15 | 0.44 | 162.16 | 0.35 | 0.42 |
| Hex | 46 | 90 | 7A | 33 | 0 | F | 2C | A2 | 23 | 2A |
| Octal | 106 | 220 | 172 | 63 | 0 | 17 | 54 | 242 | 43 | 52 |
| Binary | 1000110 | 10010000 | 1111010 | 110011 | 0 | 1111 | 101100 | 10100010 | 100011 | 101010 |
Color Harmonies of #46907A
Complementary color
Monochromatic Colors of #46907A
Black with #46907A
Text Example
Text Example
White with #46907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46907A; }
p { color: rgb(70,144,122); }
H1.HeaderClassName
{
color: #46907A;
}
.AnyTagClassName
{
color: #46907A;
}
</style>
background-color css
<style>
a { background-color: #46907A; }
a { background-color: rgb(70,144,122); }
div.DivClassName
{
background-color: #46907A;
}
.BgClassName
{
background-color: #46907A;
}
</style>
border-color css
<style>
span { border-color: #46907A; }
span { border-color: rgb(70,144,122); }
td.TdClassName
{
border-color: #46907A;
}
.TagClassName
{
border-color: #46907A;
}
</style>