Shades of Lochinvar #40857C
Tints of Lochinvar #40857C
RGB
CMYK
RGB Variations
Color information
#40857C (or 0x40857C) is known color: Lochinvar. HEX triplet: 40, 85 and 7C. RGB value is (64,133,124). Sum of RGB (Red+Green+Blue) = 64+133+124=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 133 - color contains mainly: green. Hex color #40857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40857C is #BF7A83. Grayscale: #6F6F6F. Windows color (decimal): -12548740 or 8160576. OLE color: 8160576.
HSL color Cylindrical-coordinate representation of color #40857C: hue angle of 172.17º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40857C is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 133 | 124 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.48 |
| HSL | 172.17º | 0.35% | 0.39% | - |
| HSV(B) | 172.17º | 0.52% | 0.52% | - |
| XYZ | 14.14 | 19.32 | 22.05 | - |
| YUV | 111.34 | 135.14 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 133 | 124 | 0.52 | 0 | 0.07 | 0.48 | 172.17 | 0.35 | 0.39 |
| Hex | 40 | 85 | 7C | 34 | 0 | 7 | 30 | AC | 23 | 27 |
| Octal | 100 | 205 | 174 | 64 | 0 | 7 | 60 | 254 | 43 | 47 |
| Binary | 1000000 | 10000101 | 1111100 | 110100 | 0 | 111 | 110000 | 10101100 | 100011 | 100111 |
Color Harmonies of #40857C
Complementary color
Monochromatic Colors of #40857C
Black with #40857C
Text Example
Text Example
White with #40857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40857C; }
p { color: rgb(64,133,124); }
H1.HeaderClassName
{
color: #40857C;
}
.AnyTagClassName
{
color: #40857C;
}
</style>
background-color css
<style>
a { background-color: #40857C; }
a { background-color: rgb(64,133,124); }
div.DivClassName
{
background-color: #40857C;
}
.BgClassName
{
background-color: #40857C;
}
</style>
border-color css
<style>
span { border-color: #40857C; }
span { border-color: rgb(64,133,124); }
td.TdClassName
{
border-color: #40857C;
}
.TagClassName
{
border-color: #40857C;
}
</style>