Shades of Lochinvar #40907A
Tints of Lochinvar #40907A
RGB
CMYK
RGB Variations
Color information
#40907A (or 0x40907A) is known color: Lochinvar. HEX triplet: 40, 90 and 7A. RGB value is (64,144,122). Sum of RGB (Red+Green+Blue) = 64+144+122=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #40907A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40907A is #BF6F85. Grayscale: #757575. Windows color (decimal): -12545926 or 8032320. OLE color: 8032320.
HSL color Cylindrical-coordinate representation of color #40907A: hue angle of 163.5º 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 #40907A is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 144 | 122 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.44 |
| HSL | 163.5º | 0.38% | 0.41% | - |
| HSV(B) | 163.5º | 0.56% | 0.56% | - |
| XYZ | 15.6 | 22.44 | 21.92 | - |
| YUV | 117.57 | 130.5 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 122 | 0.56 | 0 | 0.15 | 0.44 | 163.5 | 0.38 | 0.41 |
| Hex | 40 | 90 | 7A | 38 | 0 | F | 2C | A4 | 26 | 29 |
| Octal | 100 | 220 | 172 | 70 | 0 | 17 | 54 | 244 | 46 | 51 |
| Binary | 1000000 | 10010000 | 1111010 | 111000 | 0 | 1111 | 101100 | 10100100 | 100110 | 101001 |
Color Harmonies of #40907A
Complementary color
Monochromatic Colors of #40907A
Black with #40907A
Text Example
Text Example
White with #40907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40907A; }
p { color: rgb(64,144,122); }
H1.HeaderClassName
{
color: #40907A;
}
.AnyTagClassName
{
color: #40907A;
}
</style>
background-color css
<style>
a { background-color: #40907A; }
a { background-color: rgb(64,144,122); }
div.DivClassName
{
background-color: #40907A;
}
.BgClassName
{
background-color: #40907A;
}
</style>
border-color css
<style>
span { border-color: #40907A; }
span { border-color: rgb(64,144,122); }
td.TdClassName
{
border-color: #40907A;
}
.TagClassName
{
border-color: #40907A;
}
</style>