Shades of Lochinvar #418F81
Tints of Lochinvar #418F81
RGB
CMYK
RGB Variations
Color information
#418F81 (or 0x418F81) is known color: Lochinvar. HEX triplet: 41, 8F and 81. RGB value is (65,143,129). Sum of RGB (Red+Green+Blue) = 65+143+129=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 143 - color contains mainly: green. Hex color #418F81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418F81 is #BE707E. Grayscale: #767676. Windows color (decimal): -12480639 or 8490817. OLE color: 8490817.
HSL color Cylindrical-coordinate representation of color #418F81: hue angle of 169.23º 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 #418F81 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 143 | 129 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.44 |
| HSL | 169.23º | 0.38% | 0.41% | - |
| HSV(B) | 169.23º | 0.55% | 0.56% | - |
| XYZ | 15.96 | 22.35 | 24.24 | - |
| YUV | 118.08 | 134.16 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 143 | 129 | 0.55 | 0 | 0.10 | 0.44 | 169.23 | 0.38 | 0.41 |
| Hex | 41 | 8F | 81 | 37 | 0 | A | 2C | A9 | 26 | 29 |
| Octal | 101 | 217 | 201 | 67 | 0 | 12 | 54 | 251 | 46 | 51 |
| Binary | 1000001 | 10001111 | 10000001 | 110111 | 0 | 1010 | 101100 | 10101001 | 100110 | 101001 |
Color Harmonies of #418F81
Complementary color
Monochromatic Colors of #418F81
Black with #418F81
Text Example
Text Example
White with #418F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418F81; }
p { color: rgb(65,143,129); }
H1.HeaderClassName
{
color: #418F81;
}
.AnyTagClassName
{
color: #418F81;
}
</style>
background-color css
<style>
a { background-color: #418F81; }
a { background-color: rgb(65,143,129); }
div.DivClassName
{
background-color: #418F81;
}
.BgClassName
{
background-color: #418F81;
}
</style>
border-color css
<style>
span { border-color: #418F81; }
span { border-color: rgb(65,143,129); }
td.TdClassName
{
border-color: #418F81;
}
.TagClassName
{
border-color: #418F81;
}
</style>