Shades of Lochinvar #46847A
Tints of Lochinvar #46847A
RGB
CMYK
RGB Variations
Color information
#46847A (or 0x46847A) is known color: Lochinvar. HEX triplet: 46, 84 and 7A. RGB value is (70,132,122). Sum of RGB (Red+Green+Blue) = 70+132+122=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 132 - color contains mainly: green. Hex color #46847A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46847A is #B97B85. Grayscale: #707070. Windows color (decimal): -12155782 or 8029254. OLE color: 8029254.
HSL color Cylindrical-coordinate representation of color #46847A: hue angle of 170.32º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #46847A is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 132 | 122 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.48 |
| HSL | 170.32º | 0.31% | 0.4% | - |
| HSV(B) | 170.32º | 0.47% | 0.52% | - |
| XYZ | 14.29 | 19.21 | 21.37 | - |
| YUV | 112.32 | 133.46 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 132 | 122 | 0.47 | 0 | 0.08 | 0.48 | 170.32 | 0.31 | 0.4 |
| Hex | 46 | 84 | 7A | 2F | 0 | 8 | 30 | AA | 1F | 28 |
| Octal | 106 | 204 | 172 | 57 | 0 | 10 | 60 | 252 | 37 | 50 |
| Binary | 1000110 | 10000100 | 1111010 | 101111 | 0 | 1000 | 110000 | 10101010 | 11111 | 101000 |
Color Harmonies of #46847A
Complementary color
Monochromatic Colors of #46847A
Black with #46847A
Text Example
Text Example
White with #46847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46847A; }
p { color: rgb(70,132,122); }
H1.HeaderClassName
{
color: #46847A;
}
.AnyTagClassName
{
color: #46847A;
}
</style>
background-color css
<style>
a { background-color: #46847A; }
a { background-color: rgb(70,132,122); }
div.DivClassName
{
background-color: #46847A;
}
.BgClassName
{
background-color: #46847A;
}
</style>
border-color css
<style>
span { border-color: #46847A; }
span { border-color: rgb(70,132,122); }
td.TdClassName
{
border-color: #46847A;
}
.TagClassName
{
border-color: #46847A;
}
</style>