Shades of Lochinvar #45978E
Tints of Lochinvar #45978E
RGB
CMYK
RGB Variations
Color information
#45978E (or 0x45978E) is known color: Lochinvar. HEX triplet: 45, 97 and 8E. RGB value is (69,151,142). Sum of RGB (Red+Green+Blue) = 69+151+142=362 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.06% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 151 - color contains mainly: green. Hex color #45978E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45978E is #BA6871. Grayscale: #7D7D7D. Windows color (decimal): -12216434 or 9344837. OLE color: 9344837.
HSL color Cylindrical-coordinate representation of color #45978E: hue angle of 173.41º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #45978E is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 151 | 142 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.41 |
| HSL | 173.41º | 0.37% | 0.43% | - |
| HSV(B) | 173.41º | 0.54% | 0.59% | - |
| XYZ | 18.4 | 25.35 | 29.51 | - |
| YUV | 125.46 | 137.33 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 151 | 142 | 0.54 | 0 | 0.06 | 0.41 | 173.41 | 0.37 | 0.43 |
| Hex | 45 | 97 | 8E | 36 | 0 | 6 | 29 | AD | 25 | 2B |
| Octal | 105 | 227 | 216 | 66 | 0 | 6 | 51 | 255 | 45 | 53 |
| Binary | 1000101 | 10010111 | 10001110 | 110110 | 0 | 110 | 101001 | 10101101 | 100101 | 101011 |
Color Harmonies of #45978E
Complementary color
Monochromatic Colors of #45978E
Black with #45978E
Text Example
Text Example
White with #45978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45978E; }
p { color: rgb(69,151,142); }
H1.HeaderClassName
{
color: #45978E;
}
.AnyTagClassName
{
color: #45978E;
}
</style>
background-color css
<style>
a { background-color: #45978E; }
a { background-color: rgb(69,151,142); }
div.DivClassName
{
background-color: #45978E;
}
.BgClassName
{
background-color: #45978E;
}
</style>
border-color css
<style>
span { border-color: #45978E; }
span { border-color: rgb(69,151,142); }
td.TdClassName
{
border-color: #45978E;
}
.TagClassName
{
border-color: #45978E;
}
</style>