Shades of Lochinvar #418F7B
Tints of Lochinvar #418F7B
RGB
CMYK
RGB Variations
Color information
#418F7B (or 0x418F7B) is known color: Lochinvar. HEX triplet: 41, 8F and 7B. RGB value is (65,143,123). Sum of RGB (Red+Green+Blue) = 65+143+123=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 143 - color contains mainly: green. Hex color #418F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418F7B is #BE7084. Grayscale: #757575. Windows color (decimal): -12480645 or 8097601. OLE color: 8097601.
HSL color Cylindrical-coordinate representation of color #418F7B: hue angle of 164.62º 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 #418F7B is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 143 | 123 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.44 |
| HSL | 164.62º | 0.38% | 0.41% | - |
| HSV(B) | 164.62º | 0.55% | 0.56% | - |
| XYZ | 15.58 | 22.2 | 22.2 | - |
| YUV | 117.4 | 131.16 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 143 | 123 | 0.55 | 0 | 0.14 | 0.44 | 164.62 | 0.38 | 0.41 |
| Hex | 41 | 8F | 7B | 37 | 0 | E | 2C | A5 | 26 | 29 |
| Octal | 101 | 217 | 173 | 67 | 0 | 16 | 54 | 245 | 46 | 51 |
| Binary | 1000001 | 10001111 | 1111011 | 110111 | 0 | 1110 | 101100 | 10100101 | 100110 | 101001 |
Color Harmonies of #418F7B
Complementary color
Monochromatic Colors of #418F7B
Black with #418F7B
Text Example
Text Example
White with #418F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418F7B; }
p { color: rgb(65,143,123); }
H1.HeaderClassName
{
color: #418F7B;
}
.AnyTagClassName
{
color: #418F7B;
}
</style>
background-color css
<style>
a { background-color: #418F7B; }
a { background-color: rgb(65,143,123); }
div.DivClassName
{
background-color: #418F7B;
}
.BgClassName
{
background-color: #418F7B;
}
</style>
border-color css
<style>
span { border-color: #418F7B; }
span { border-color: rgb(65,143,123); }
td.TdClassName
{
border-color: #418F7B;
}
.TagClassName
{
border-color: #418F7B;
}
</style>