Shades of Lochinvar #418F7C
Tints of Lochinvar #418F7C
RGB
CMYK
RGB Variations
Color information
#418F7C (or 0x418F7C) is known color: Lochinvar. HEX triplet: 41, 8F and 7C. RGB value is (65,143,124). Sum of RGB (Red+Green+Blue) = 65+143+124=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 143 - color contains mainly: green. Hex color #418F7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418F7C is #BE7083. Grayscale: #757575. Windows color (decimal): -12480644 or 8163137. OLE color: 8163137.
HSL color Cylindrical-coordinate representation of color #418F7C: hue angle of 165.38º 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 #418F7C is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 143 | 124 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.44 |
| HSL | 165.38º | 0.38% | 0.41% | - |
| HSV(B) | 165.38º | 0.55% | 0.56% | - |
| XYZ | 15.64 | 22.22 | 22.53 | - |
| YUV | 117.51 | 131.66 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 143 | 124 | 0.55 | 0 | 0.13 | 0.44 | 165.38 | 0.38 | 0.41 |
| Hex | 41 | 8F | 7C | 37 | 0 | D | 2C | A5 | 26 | 29 |
| Octal | 101 | 217 | 174 | 67 | 0 | 15 | 54 | 245 | 46 | 51 |
| Binary | 1000001 | 10001111 | 1111100 | 110111 | 0 | 1101 | 101100 | 10100101 | 100110 | 101001 |
Color Harmonies of #418F7C
Complementary color
Monochromatic Colors of #418F7C
Black with #418F7C
Text Example
Text Example
White with #418F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418F7C; }
p { color: rgb(65,143,124); }
H1.HeaderClassName
{
color: #418F7C;
}
.AnyTagClassName
{
color: #418F7C;
}
</style>
background-color css
<style>
a { background-color: #418F7C; }
a { background-color: rgb(65,143,124); }
div.DivClassName
{
background-color: #418F7C;
}
.BgClassName
{
background-color: #418F7C;
}
</style>
border-color css
<style>
span { border-color: #418F7C; }
span { border-color: rgb(65,143,124); }
td.TdClassName
{
border-color: #418F7C;
}
.TagClassName
{
border-color: #418F7C;
}
</style>