Shades of Lochinvar #46948A
Tints of Lochinvar #46948A
RGB
CMYK
RGB Variations
Color information
#46948A (or 0x46948A) is known color: Lochinvar. HEX triplet: 46, 94 and 8A. RGB value is (70,148,138). Sum of RGB (Red+Green+Blue) = 70+148+138=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #46948A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46948A is #B96B75. Grayscale: #7B7B7B. Windows color (decimal): -12151670 or 9081926. OLE color: 9081926.
HSL color Cylindrical-coordinate representation of color #46948A: hue angle of 172.31º 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 #46948A is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 148 | 138 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.42 |
| HSL | 172.31º | 0.36% | 0.43% | - |
| HSV(B) | 172.31º | 0.53% | 0.58% | - |
| XYZ | 17.7 | 24.32 | 27.81 | - |
| YUV | 123.54 | 136.16 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 148 | 138 | 0.53 | 0 | 0.07 | 0.42 | 172.31 | 0.36 | 0.43 |
| Hex | 46 | 94 | 8A | 35 | 0 | 7 | 2A | AC | 24 | 2B |
| Octal | 106 | 224 | 212 | 65 | 0 | 7 | 52 | 254 | 44 | 53 |
| Binary | 1000110 | 10010100 | 10001010 | 110101 | 0 | 111 | 101010 | 10101100 | 100100 | 101011 |
Color Harmonies of #46948A
Complementary color
Monochromatic Colors of #46948A
Black with #46948A
Text Example
Text Example
White with #46948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46948A; }
p { color: rgb(70,148,138); }
H1.HeaderClassName
{
color: #46948A;
}
.AnyTagClassName
{
color: #46948A;
}
</style>
background-color css
<style>
a { background-color: #46948A; }
a { background-color: rgb(70,148,138); }
div.DivClassName
{
background-color: #46948A;
}
.BgClassName
{
background-color: #46948A;
}
</style>
border-color css
<style>
span { border-color: #46948A; }
span { border-color: rgb(70,148,138); }
td.TdClassName
{
border-color: #46948A;
}
.TagClassName
{
border-color: #46948A;
}
</style>