Shades of Lochinvar #40867D
Tints of Lochinvar #40867D
RGB
CMYK
RGB Variations
Color information
#40867D (or 0x40867D) is known color: Lochinvar. HEX triplet: 40, 86 and 7D. RGB value is (64,134,125). Sum of RGB (Red+Green+Blue) = 64+134+125=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #40867D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40867D is #BF7982. Grayscale: #707070. Windows color (decimal): -12548483 or 8226368. OLE color: 8226368.
HSL color Cylindrical-coordinate representation of color #40867D: hue angle of 172.29º 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 #40867D is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 134 | 125 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.47 |
| HSL | 172.29º | 0.35% | 0.39% | - |
| HSV(B) | 172.29º | 0.52% | 0.53% | - |
| XYZ | 14.34 | 19.62 | 22.43 | - |
| YUV | 112.04 | 135.31 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 134 | 125 | 0.52 | 0 | 0.07 | 0.47 | 172.29 | 0.35 | 0.39 |
| Hex | 40 | 86 | 7D | 34 | 0 | 7 | 2F | AC | 23 | 27 |
| Octal | 100 | 206 | 175 | 64 | 0 | 7 | 57 | 254 | 43 | 47 |
| Binary | 1000000 | 10000110 | 1111101 | 110100 | 0 | 111 | 101111 | 10101100 | 100011 | 100111 |
Color Harmonies of #40867D
Complementary color
Monochromatic Colors of #40867D
Black with #40867D
Text Example
Text Example
White with #40867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40867D; }
p { color: rgb(64,134,125); }
H1.HeaderClassName
{
color: #40867D;
}
.AnyTagClassName
{
color: #40867D;
}
</style>
background-color css
<style>
a { background-color: #40867D; }
a { background-color: rgb(64,134,125); }
div.DivClassName
{
background-color: #40867D;
}
.BgClassName
{
background-color: #40867D;
}
</style>
border-color css
<style>
span { border-color: #40867D; }
span { border-color: rgb(64,134,125); }
td.TdClassName
{
border-color: #40867D;
}
.TagClassName
{
border-color: #40867D;
}
</style>