Shades of Lochinvar #418884
Tints of Lochinvar #418884
RGB
CMYK
RGB Variations
Color information
#418884 (or 0x418884) is known color: Lochinvar. HEX triplet: 41, 88 and 84. RGB value is (65,136,132). Sum of RGB (Red+Green+Blue) = 65+136+132=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 136 - color contains mainly: green. Hex color #418884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418884 is #BE777B. Grayscale: #727272. Windows color (decimal): -12482428 or 8685633. OLE color: 8685633.
HSL color Cylindrical-coordinate representation of color #418884: hue angle of 176.62º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #418884 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 136 | 132 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.47 |
| HSL | 176.62º | 0.35% | 0.39% | - |
| HSV(B) | 176.62º | 0.52% | 0.53% | - |
| XYZ | 15.15 | 20.4 | 24.97 | - |
| YUV | 114.32 | 137.98 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 136 | 132 | 0.52 | 0 | 0.03 | 0.47 | 176.62 | 0.35 | 0.39 |
| Hex | 41 | 88 | 84 | 34 | 0 | 3 | 2F | B1 | 23 | 27 |
| Octal | 101 | 210 | 204 | 64 | 0 | 3 | 57 | 261 | 43 | 47 |
| Binary | 1000001 | 10001000 | 10000100 | 110100 | 0 | 11 | 101111 | 10110001 | 100011 | 100111 |
Color Harmonies of #418884
Complementary color
Monochromatic Colors of #418884
Black with #418884
Text Example
Text Example
White with #418884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418884; }
p { color: rgb(65,136,132); }
H1.HeaderClassName
{
color: #418884;
}
.AnyTagClassName
{
color: #418884;
}
</style>
background-color css
<style>
a { background-color: #418884; }
a { background-color: rgb(65,136,132); }
div.DivClassName
{
background-color: #418884;
}
.BgClassName
{
background-color: #418884;
}
</style>
border-color css
<style>
span { border-color: #418884; }
span { border-color: rgb(65,136,132); }
td.TdClassName
{
border-color: #418884;
}
.TagClassName
{
border-color: #418884;
}
</style>