Shades of Lochinvar #40947E
Tints of Lochinvar #40947E
RGB
CMYK
RGB Variations
Color information
#40947E (or 0x40947E) is known color: Lochinvar. HEX triplet: 40, 94 and 7E. RGB value is (64,148,126). Sum of RGB (Red+Green+Blue) = 64+148+126=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #40947E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40947E is #BF6B81. Grayscale: #787878. Windows color (decimal): -12544898 or 8295488. OLE color: 8295488.
HSL color Cylindrical-coordinate representation of color #40947E: hue angle of 164.29º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40947E is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 148 | 126 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.42 |
| HSL | 164.29º | 0.4% | 0.42% | - |
| HSV(B) | 164.29º | 0.57% | 0.58% | - |
| XYZ | 16.47 | 23.78 | 23.46 | - |
| YUV | 120.38 | 131.17 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 148 | 126 | 0.57 | 0 | 0.15 | 0.42 | 164.29 | 0.4 | 0.42 |
| Hex | 40 | 94 | 7E | 39 | 0 | F | 2A | A4 | 28 | 2A |
| Octal | 100 | 224 | 176 | 71 | 0 | 17 | 52 | 244 | 50 | 52 |
| Binary | 1000000 | 10010100 | 1111110 | 111001 | 0 | 1111 | 101010 | 10100100 | 101000 | 101010 |
Color Harmonies of #40947E
Complementary color
Monochromatic Colors of #40947E
Black with #40947E
Text Example
Text Example
White with #40947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40947E; }
p { color: rgb(64,148,126); }
H1.HeaderClassName
{
color: #40947E;
}
.AnyTagClassName
{
color: #40947E;
}
</style>
background-color css
<style>
a { background-color: #40947E; }
a { background-color: rgb(64,148,126); }
div.DivClassName
{
background-color: #40947E;
}
.BgClassName
{
background-color: #40947E;
}
</style>
border-color css
<style>
span { border-color: #40947E; }
span { border-color: rgb(64,148,126); }
td.TdClassName
{
border-color: #40947E;
}
.TagClassName
{
border-color: #40947E;
}
</style>