Shades of Lochinvar #46948C
Tints of Lochinvar #46948C
RGB
CMYK
RGB Variations
Color information
#46948C (or 0x46948C) is known color: Lochinvar. HEX triplet: 46, 94 and 8C. RGB value is (70,148,140). Sum of RGB (Red+Green+Blue) = 70+148+140=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 148 - color contains mainly: green. Hex color #46948C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46948C is #B96B73. Grayscale: #7B7B7B. Windows color (decimal): -12151668 or 9212998. OLE color: 9212998.
HSL color Cylindrical-coordinate representation of color #46948C: hue angle of 173.85º 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 #46948C is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 148 | 140 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.42 |
| HSL | 173.85º | 0.36% | 0.43% | - |
| HSV(B) | 173.85º | 0.53% | 0.58% | - |
| XYZ | 17.85 | 24.38 | 28.58 | - |
| YUV | 123.77 | 137.16 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 148 | 140 | 0.53 | 0 | 0.05 | 0.42 | 173.85 | 0.36 | 0.43 |
| Hex | 46 | 94 | 8C | 35 | 0 | 5 | 2A | AE | 24 | 2B |
| Octal | 106 | 224 | 214 | 65 | 0 | 5 | 52 | 256 | 44 | 53 |
| Binary | 1000110 | 10010100 | 10001100 | 110101 | 0 | 101 | 101010 | 10101110 | 100100 | 101011 |
Color Harmonies of #46948C
Complementary color
Monochromatic Colors of #46948C
Black with #46948C
Text Example
Text Example
White with #46948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46948C; }
p { color: rgb(70,148,140); }
H1.HeaderClassName
{
color: #46948C;
}
.AnyTagClassName
{
color: #46948C;
}
</style>
background-color css
<style>
a { background-color: #46948C; }
a { background-color: rgb(70,148,140); }
div.DivClassName
{
background-color: #46948C;
}
.BgClassName
{
background-color: #46948C;
}
</style>
border-color css
<style>
span { border-color: #46948C; }
span { border-color: rgb(70,148,140); }
td.TdClassName
{
border-color: #46948C;
}
.TagClassName
{
border-color: #46948C;
}
</style>