Shades of Lochinvar #40968C
Tints of Lochinvar #40968C
RGB
CMYK
RGB Variations
Color information
#40968C (or 0x40968C) is known color: Lochinvar. HEX triplet: 40, 96 and 8C. RGB value is (64,150,140). Sum of RGB (Red+Green+Blue) = 64+150+140=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #40968C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40968C is #BF6973. Grayscale: #7B7B7B. Windows color (decimal): -12544372 or 9213504. OLE color: 9213504.
HSL color Cylindrical-coordinate representation of color #40968C: hue angle of 173.02º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40968C is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 150 | 140 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.41 |
| HSL | 173.02º | 0.4% | 0.42% | - |
| HSV(B) | 173.02º | 0.57% | 0.59% | - |
| XYZ | 17.75 | 24.8 | 28.66 | - |
| YUV | 123.15 | 137.51 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 150 | 140 | 0.57 | 0 | 0.07 | 0.41 | 173.02 | 0.4 | 0.42 |
| Hex | 40 | 96 | 8C | 39 | 0 | 7 | 29 | AD | 28 | 2A |
| Octal | 100 | 226 | 214 | 71 | 0 | 7 | 51 | 255 | 50 | 52 |
| Binary | 1000000 | 10010110 | 10001100 | 111001 | 0 | 111 | 101001 | 10101101 | 101000 | 101010 |
Color Harmonies of #40968C
Complementary color
Monochromatic Colors of #40968C
Black with #40968C
Text Example
Text Example
White with #40968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40968C; }
p { color: rgb(64,150,140); }
H1.HeaderClassName
{
color: #40968C;
}
.AnyTagClassName
{
color: #40968C;
}
</style>
background-color css
<style>
a { background-color: #40968C; }
a { background-color: rgb(64,150,140); }
div.DivClassName
{
background-color: #40968C;
}
.BgClassName
{
background-color: #40968C;
}
</style>
border-color css
<style>
span { border-color: #40968C; }
span { border-color: rgb(64,150,140); }
td.TdClassName
{
border-color: #40968C;
}
.TagClassName
{
border-color: #40968C;
}
</style>