Shades of Lochinvar #45958D
Tints of Lochinvar #45958D
RGB
CMYK
RGB Variations
Color information
#45958D (or 0x45958D) is known color: Lochinvar. HEX triplet: 45, 95 and 8D. RGB value is (69,149,141). Sum of RGB (Red+Green+Blue) = 69+149+141=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 149 - color contains mainly: green. Hex color #45958D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45958D is #BA6A72. Grayscale: #7C7C7C. Windows color (decimal): -12216947 or 9278789. OLE color: 9278789.
HSL color Cylindrical-coordinate representation of color #45958D: hue angle of 174º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #45958D is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 149 | 141 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.42 |
| HSL | 174º | 0.37% | 0.43% | - |
| HSV(B) | 174º | 0.54% | 0.58% | - |
| XYZ | 18.01 | 24.68 | 29.01 | - |
| YUV | 124.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 149 | 141 | 0.54 | 0 | 0.05 | 0.42 | 174 | 0.37 | 0.43 |
| Hex | 45 | 95 | 8D | 36 | 0 | 5 | 2A | AE | 25 | 2B |
| Octal | 105 | 225 | 215 | 66 | 0 | 5 | 52 | 256 | 45 | 53 |
| Binary | 1000101 | 10010101 | 10001101 | 110110 | 0 | 101 | 101010 | 10101110 | 100101 | 101011 |
Color Harmonies of #45958D
Complementary color
Monochromatic Colors of #45958D
Black with #45958D
Text Example
Text Example
White with #45958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45958D; }
p { color: rgb(69,149,141); }
H1.HeaderClassName
{
color: #45958D;
}
.AnyTagClassName
{
color: #45958D;
}
</style>
background-color css
<style>
a { background-color: #45958D; }
a { background-color: rgb(69,149,141); }
div.DivClassName
{
background-color: #45958D;
}
.BgClassName
{
background-color: #45958D;
}
</style>
border-color css
<style>
span { border-color: #45958D; }
span { border-color: rgb(69,149,141); }
td.TdClassName
{
border-color: #45958D;
}
.TagClassName
{
border-color: #45958D;
}
</style>