Shades of Lochinvar #46998F
Tints of Lochinvar #46998F
RGB
CMYK
RGB Variations
Color information
#46998F (or 0x46998F) is known color: Lochinvar. HEX triplet: 46, 99 and 8F. RGB value is (70,153,143). Sum of RGB (Red+Green+Blue) = 70+153+143=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #46998F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46998F is #B96670. Grayscale: #7F7F7F. Windows color (decimal): -12150385 or 9410886. OLE color: 9410886.
HSL color Cylindrical-coordinate representation of color #46998F: hue angle of 172.77º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46998F is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 153 | 143 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.4 |
| HSL | 172.77º | 0.37% | 0.44% | - |
| HSV(B) | 172.77º | 0.54% | 0.6% | - |
| XYZ | 18.87 | 26.07 | 30.02 | - |
| YUV | 127.04 | 137 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 143 | 0.54 | 0 | 0.07 | 0.4 | 172.77 | 0.37 | 0.44 |
| Hex | 46 | 99 | 8F | 36 | 0 | 7 | 28 | AD | 25 | 2C |
| Octal | 106 | 231 | 217 | 66 | 0 | 7 | 50 | 255 | 45 | 54 |
| Binary | 1000110 | 10011001 | 10001111 | 110110 | 0 | 111 | 101000 | 10101101 | 100101 | 101100 |
Color Harmonies of #46998F
Complementary color
Monochromatic Colors of #46998F
Black with #46998F
Text Example
Text Example
White with #46998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46998F; }
p { color: rgb(70,153,143); }
H1.HeaderClassName
{
color: #46998F;
}
.AnyTagClassName
{
color: #46998F;
}
</style>
background-color css
<style>
a { background-color: #46998F; }
a { background-color: rgb(70,153,143); }
div.DivClassName
{
background-color: #46998F;
}
.BgClassName
{
background-color: #46998F;
}
</style>
border-color css
<style>
span { border-color: #46998F; }
span { border-color: rgb(70,153,143); }
td.TdClassName
{
border-color: #46998F;
}
.TagClassName
{
border-color: #46998F;
}
</style>