Shades of Lochinvar #40897B
Tints of Lochinvar #40897B
RGB
CMYK
RGB Variations
Color information
#40897B (or 0x40897B) is known color: Lochinvar. HEX triplet: 40, 89 and 7B. RGB value is (64,137,123). Sum of RGB (Red+Green+Blue) = 64+137+123=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 137 - color contains mainly: green. Hex color #40897B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40897B is #BF7684. Grayscale: #717171. Windows color (decimal): -12547717 or 8096064. OLE color: 8096064.
HSL color Cylindrical-coordinate representation of color #40897B: hue angle of 168.49º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40897B is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 137 | 123 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.46 |
| HSL | 168.49º | 0.36% | 0.39% | - |
| HSV(B) | 168.49º | 0.53% | 0.54% | - |
| XYZ | 14.64 | 20.41 | 21.91 | - |
| YUV | 113.58 | 133.32 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 137 | 123 | 0.53 | 0 | 0.10 | 0.46 | 168.49 | 0.36 | 0.39 |
| Hex | 40 | 89 | 7B | 35 | 0 | A | 2E | A8 | 24 | 27 |
| Octal | 100 | 211 | 173 | 65 | 0 | 12 | 56 | 250 | 44 | 47 |
| Binary | 1000000 | 10001001 | 1111011 | 110101 | 0 | 1010 | 101110 | 10101000 | 100100 | 100111 |
Color Harmonies of #40897B
Complementary color
Monochromatic Colors of #40897B
Black with #40897B
Text Example
Text Example
White with #40897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40897B; }
p { color: rgb(64,137,123); }
H1.HeaderClassName
{
color: #40897B;
}
.AnyTagClassName
{
color: #40897B;
}
</style>
background-color css
<style>
a { background-color: #40897B; }
a { background-color: rgb(64,137,123); }
div.DivClassName
{
background-color: #40897B;
}
.BgClassName
{
background-color: #40897B;
}
</style>
border-color css
<style>
span { border-color: #40897B; }
span { border-color: rgb(64,137,123); }
td.TdClassName
{
border-color: #40897B;
}
.TagClassName
{
border-color: #40897B;
}
</style>