Shades of Lochinvar #46938C
Tints of Lochinvar #46938C
RGB
CMYK
RGB Variations
Color information
#46938C (or 0x46938C) is known color: Lochinvar. HEX triplet: 46, 93 and 8C. RGB value is (70,147,140). Sum of RGB (Red+Green+Blue) = 70+147+140=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #46938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46938C is #B96C73. Grayscale: #7B7B7B. Windows color (decimal): -12151924 or 9212742. OLE color: 9212742.
HSL color Cylindrical-coordinate representation of color #46938C: hue angle of 174.55º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46938C is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 147 | 140 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.42 |
| HSL | 174.55º | 0.35% | 0.43% | - |
| HSV(B) | 174.55º | 0.52% | 0.58% | - |
| XYZ | 17.69 | 24.06 | 28.52 | - |
| YUV | 123.18 | 137.49 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 147 | 140 | 0.52 | 0 | 0.05 | 0.42 | 174.55 | 0.35 | 0.43 |
| Hex | 46 | 93 | 8C | 34 | 0 | 5 | 2A | AF | 23 | 2B |
| Octal | 106 | 223 | 214 | 64 | 0 | 5 | 52 | 257 | 43 | 53 |
| Binary | 1000110 | 10010011 | 10001100 | 110100 | 0 | 101 | 101010 | 10101111 | 100011 | 101011 |
Color Harmonies of #46938C
Complementary color
Monochromatic Colors of #46938C
Black with #46938C
Text Example
Text Example
White with #46938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46938C; }
p { color: rgb(70,147,140); }
H1.HeaderClassName
{
color: #46938C;
}
.AnyTagClassName
{
color: #46938C;
}
</style>
background-color css
<style>
a { background-color: #46938C; }
a { background-color: rgb(70,147,140); }
div.DivClassName
{
background-color: #46938C;
}
.BgClassName
{
background-color: #46938C;
}
</style>
border-color css
<style>
span { border-color: #46938C; }
span { border-color: rgb(70,147,140); }
td.TdClassName
{
border-color: #46938C;
}
.TagClassName
{
border-color: #46938C;
}
</style>