Shades of Lochinvar #46968B
Tints of Lochinvar #46968B
RGB
CMYK
RGB Variations
Color information
#46968B (or 0x46968B) is known color: Lochinvar. HEX triplet: 46, 96 and 8B. RGB value is (70,150,139). Sum of RGB (Red+Green+Blue) = 70+150+139=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 150 - color contains mainly: green. Hex color #46968B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46968B is #B96974. Grayscale: #7C7C7C. Windows color (decimal): -12151157 or 9147974. OLE color: 9147974.
HSL color Cylindrical-coordinate representation of color #46968B: hue angle of 171.75º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46968B is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 150 | 139 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.41 |
| HSL | 171.75º | 0.36% | 0.43% | - |
| HSV(B) | 171.75º | 0.53% | 0.59% | - |
| XYZ | 18.09 | 24.98 | 28.29 | - |
| YUV | 124.83 | 136 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 150 | 139 | 0.53 | 0 | 0.07 | 0.41 | 171.75 | 0.36 | 0.43 |
| Hex | 46 | 96 | 8B | 35 | 0 | 7 | 29 | AC | 24 | 2B |
| Octal | 106 | 226 | 213 | 65 | 0 | 7 | 51 | 254 | 44 | 53 |
| Binary | 1000110 | 10010110 | 10001011 | 110101 | 0 | 111 | 101001 | 10101100 | 100100 | 101011 |
Color Harmonies of #46968B
Complementary color
Monochromatic Colors of #46968B
Black with #46968B
Text Example
Text Example
White with #46968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46968B; }
p { color: rgb(70,150,139); }
H1.HeaderClassName
{
color: #46968B;
}
.AnyTagClassName
{
color: #46968B;
}
</style>
background-color css
<style>
a { background-color: #46968B; }
a { background-color: rgb(70,150,139); }
div.DivClassName
{
background-color: #46968B;
}
.BgClassName
{
background-color: #46968B;
}
</style>
border-color css
<style>
span { border-color: #46968B; }
span { border-color: rgb(70,150,139); }
td.TdClassName
{
border-color: #46968B;
}
.TagClassName
{
border-color: #46968B;
}
</style>