Shades of Lochinvar #419082
Tints of Lochinvar #419082
RGB
CMYK
RGB Variations
Color information
#419082 (or 0x419082) is known color: Lochinvar. HEX triplet: 41, 90 and 82. RGB value is (65,144,130). Sum of RGB (Red+Green+Blue) = 65+144+130=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 144 - color contains mainly: green. Hex color #419082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419082 is #BE6F7D. Grayscale: #767676. Windows color (decimal): -12480382 or 8556609. OLE color: 8556609.
HSL color Cylindrical-coordinate representation of color #419082: hue angle of 169.37º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419082 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 144 | 130 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.44 |
| HSL | 169.37º | 0.38% | 0.41% | - |
| HSV(B) | 169.37º | 0.55% | 0.56% | - |
| XYZ | 16.18 | 22.68 | 24.64 | - |
| YUV | 118.78 | 134.33 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 144 | 130 | 0.55 | 0 | 0.10 | 0.44 | 169.37 | 0.38 | 0.41 |
| Hex | 41 | 90 | 82 | 37 | 0 | A | 2C | A9 | 26 | 29 |
| Octal | 101 | 220 | 202 | 67 | 0 | 12 | 54 | 251 | 46 | 51 |
| Binary | 1000001 | 10010000 | 10000010 | 110111 | 0 | 1010 | 101100 | 10101001 | 100110 | 101001 |
Color Harmonies of #419082
Complementary color
Monochromatic Colors of #419082
Black with #419082
Text Example
Text Example
White with #419082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419082; }
p { color: rgb(65,144,130); }
H1.HeaderClassName
{
color: #419082;
}
.AnyTagClassName
{
color: #419082;
}
</style>
background-color css
<style>
a { background-color: #419082; }
a { background-color: rgb(65,144,130); }
div.DivClassName
{
background-color: #419082;
}
.BgClassName
{
background-color: #419082;
}
</style>
border-color css
<style>
span { border-color: #419082; }
span { border-color: rgb(65,144,130); }
td.TdClassName
{
border-color: #419082;
}
.TagClassName
{
border-color: #419082;
}
</style>