Shades of Lochinvar #45958C
Tints of Lochinvar #45958C
RGB
CMYK
RGB Variations
Color information
#45958C (or 0x45958C) is known color: Lochinvar. HEX triplet: 45, 95 and 8C. RGB value is (69,149,140). Sum of RGB (Red+Green+Blue) = 69+149+140=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 149 - color contains mainly: green. Hex color #45958C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45958C is #BA6A73. Grayscale: #7C7C7C. Windows color (decimal): -12216948 or 9213253. OLE color: 9213253.
HSL color Cylindrical-coordinate representation of color #45958C: hue angle of 173.25º 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 #45958C is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 149 | 140 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.42 |
| HSL | 173.25º | 0.37% | 0.43% | - |
| HSV(B) | 173.25º | 0.54% | 0.58% | - |
| XYZ | 17.94 | 24.65 | 28.62 | - |
| YUV | 124.05 | 137 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 149 | 140 | 0.54 | 0 | 0.06 | 0.42 | 173.25 | 0.37 | 0.43 |
| Hex | 45 | 95 | 8C | 36 | 0 | 6 | 2A | AD | 25 | 2B |
| Octal | 105 | 225 | 214 | 66 | 0 | 6 | 52 | 255 | 45 | 53 |
| Binary | 1000101 | 10010101 | 10001100 | 110110 | 0 | 110 | 101010 | 10101101 | 100101 | 101011 |
Color Harmonies of #45958C
Complementary color
Monochromatic Colors of #45958C
Black with #45958C
Text Example
Text Example
White with #45958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45958C; }
p { color: rgb(69,149,140); }
H1.HeaderClassName
{
color: #45958C;
}
.AnyTagClassName
{
color: #45958C;
}
</style>
background-color css
<style>
a { background-color: #45958C; }
a { background-color: rgb(69,149,140); }
div.DivClassName
{
background-color: #45958C;
}
.BgClassName
{
background-color: #45958C;
}
</style>
border-color css
<style>
span { border-color: #45958C; }
span { border-color: rgb(69,149,140); }
td.TdClassName
{
border-color: #45958C;
}
.TagClassName
{
border-color: #45958C;
}
</style>