Shades of Lochinvar #46958B
Tints of Lochinvar #46958B
RGB
CMYK
RGB Variations
Color information
#46958B (or 0x46958B) is known color: Lochinvar. HEX triplet: 46, 95 and 8B. RGB value is (70,149,139). Sum of RGB (Red+Green+Blue) = 70+149+139=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 149 - color contains mainly: green. Hex color #46958B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46958B is #B96A74. Grayscale: #7C7C7C. Windows color (decimal): -12151413 or 9147718. OLE color: 9147718.
HSL color Cylindrical-coordinate representation of color #46958B: hue angle of 172.41º 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 #46958B is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 149 | 139 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.42 |
| HSL | 172.41º | 0.36% | 0.43% | - |
| HSV(B) | 172.41º | 0.53% | 0.58% | - |
| XYZ | 17.93 | 24.66 | 28.24 | - |
| YUV | 124.24 | 136.33 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 149 | 139 | 0.53 | 0 | 0.07 | 0.42 | 172.41 | 0.36 | 0.43 |
| Hex | 46 | 95 | 8B | 35 | 0 | 7 | 2A | AC | 24 | 2B |
| Octal | 106 | 225 | 213 | 65 | 0 | 7 | 52 | 254 | 44 | 53 |
| Binary | 1000110 | 10010101 | 10001011 | 110101 | 0 | 111 | 101010 | 10101100 | 100100 | 101011 |
Color Harmonies of #46958B
Complementary color
Monochromatic Colors of #46958B
Black with #46958B
Text Example
Text Example
White with #46958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46958B; }
p { color: rgb(70,149,139); }
H1.HeaderClassName
{
color: #46958B;
}
.AnyTagClassName
{
color: #46958B;
}
</style>
background-color css
<style>
a { background-color: #46958B; }
a { background-color: rgb(70,149,139); }
div.DivClassName
{
background-color: #46958B;
}
.BgClassName
{
background-color: #46958B;
}
</style>
border-color css
<style>
span { border-color: #46958B; }
span { border-color: rgb(70,149,139); }
td.TdClassName
{
border-color: #46958B;
}
.TagClassName
{
border-color: #46958B;
}
</style>