Shades of Lochinvar #46937D
Tints of Lochinvar #46937D
RGB
CMYK
RGB Variations
Color information
#46937D (or 0x46937D) is known color: Lochinvar. HEX triplet: 46, 93 and 7D. RGB value is (70,147,125). Sum of RGB (Red+Green+Blue) = 70+147+125=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #46937D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46937D is #B96C82. Grayscale: #797979. Windows color (decimal): -12151939 or 8229702. OLE color: 8229702.
HSL color Cylindrical-coordinate representation of color #46937D: hue angle of 162.86º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46937D is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 147 | 125 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.42 |
| HSL | 162.86º | 0.35% | 0.43% | - |
| HSV(B) | 162.86º | 0.52% | 0.58% | - |
| XYZ | 16.66 | 23.65 | 23.09 | - |
| YUV | 121.47 | 129.99 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 147 | 125 | 0.52 | 0 | 0.15 | 0.42 | 162.86 | 0.35 | 0.43 |
| Hex | 46 | 93 | 7D | 34 | 0 | F | 2A | A3 | 23 | 2B |
| Octal | 106 | 223 | 175 | 64 | 0 | 17 | 52 | 243 | 43 | 53 |
| Binary | 1000110 | 10010011 | 1111101 | 110100 | 0 | 1111 | 101010 | 10100011 | 100011 | 101011 |
Color Harmonies of #46937D
Complementary color
Monochromatic Colors of #46937D
Black with #46937D
Text Example
Text Example
White with #46937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46937D; }
p { color: rgb(70,147,125); }
H1.HeaderClassName
{
color: #46937D;
}
.AnyTagClassName
{
color: #46937D;
}
</style>
background-color css
<style>
a { background-color: #46937D; }
a { background-color: rgb(70,147,125); }
div.DivClassName
{
background-color: #46937D;
}
.BgClassName
{
background-color: #46937D;
}
</style>
border-color css
<style>
span { border-color: #46937D; }
span { border-color: rgb(70,147,125); }
td.TdClassName
{
border-color: #46937D;
}
.TagClassName
{
border-color: #46937D;
}
</style>