Shades of Lochinvar #40907C
Tints of Lochinvar #40907C
RGB
CMYK
RGB Variations
Color information
#40907C (or 0x40907C) is known color: Lochinvar. HEX triplet: 40, 90 and 7C. RGB value is (64,144,124). Sum of RGB (Red+Green+Blue) = 64+144+124=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 144 - color contains mainly: green. Hex color #40907C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40907C is #BF6F83. Grayscale: #757575. Windows color (decimal): -12545924 or 8163392. OLE color: 8163392.
HSL color Cylindrical-coordinate representation of color #40907C: hue angle of 165º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40907C is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 144 | 124 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.44 |
| HSL | 165º | 0.38% | 0.41% | - |
| HSV(B) | 165º | 0.56% | 0.56% | - |
| XYZ | 15.73 | 22.49 | 22.58 | - |
| YUV | 117.8 | 131.5 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 124 | 0.56 | 0 | 0.14 | 0.44 | 165 | 0.38 | 0.41 |
| Hex | 40 | 90 | 7C | 38 | 0 | E | 2C | A5 | 26 | 29 |
| Octal | 100 | 220 | 174 | 70 | 0 | 16 | 54 | 245 | 46 | 51 |
| Binary | 1000000 | 10010000 | 1111100 | 111000 | 0 | 1110 | 101100 | 10100101 | 100110 | 101001 |
Color Harmonies of #40907C
Complementary color
Monochromatic Colors of #40907C
Black with #40907C
Text Example
Text Example
White with #40907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40907C; }
p { color: rgb(64,144,124); }
H1.HeaderClassName
{
color: #40907C;
}
.AnyTagClassName
{
color: #40907C;
}
</style>
background-color css
<style>
a { background-color: #40907C; }
a { background-color: rgb(64,144,124); }
div.DivClassName
{
background-color: #40907C;
}
.BgClassName
{
background-color: #40907C;
}
</style>
border-color css
<style>
span { border-color: #40907C; }
span { border-color: rgb(64,144,124); }
td.TdClassName
{
border-color: #40907C;
}
.TagClassName
{
border-color: #40907C;
}
</style>