Shades of Lochinvar #43927E
Tints of Lochinvar #43927E
RGB
CMYK
RGB Variations
Color information
#43927E (or 0x43927E) is known color: Lochinvar. HEX triplet: 43, 92 and 7E. RGB value is (67,146,126). Sum of RGB (Red+Green+Blue) = 67+146+126=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 146 - color contains mainly: green. Hex color #43927E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43927E is #BC6D81. Grayscale: #787878. Windows color (decimal): -12348802 or 8294979. OLE color: 8294979.
HSL color Cylindrical-coordinate representation of color #43927E: hue angle of 164.81º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #43927E is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 146 | 126 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.43 |
| HSL | 164.81º | 0.37% | 0.42% | - |
| HSV(B) | 164.81º | 0.54% | 0.57% | - |
| XYZ | 16.36 | 23.26 | 23.37 | - |
| YUV | 120.1 | 131.33 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 146 | 126 | 0.54 | 0 | 0.14 | 0.43 | 164.81 | 0.37 | 0.42 |
| Hex | 43 | 92 | 7E | 36 | 0 | E | 2B | A5 | 25 | 2A |
| Octal | 103 | 222 | 176 | 66 | 0 | 16 | 53 | 245 | 45 | 52 |
| Binary | 1000011 | 10010010 | 1111110 | 110110 | 0 | 1110 | 101011 | 10100101 | 100101 | 101010 |
Color Harmonies of #43927E
Complementary color
Monochromatic Colors of #43927E
Black with #43927E
Text Example
Text Example
White with #43927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43927E; }
p { color: rgb(67,146,126); }
H1.HeaderClassName
{
color: #43927E;
}
.AnyTagClassName
{
color: #43927E;
}
</style>
background-color css
<style>
a { background-color: #43927E; }
a { background-color: rgb(67,146,126); }
div.DivClassName
{
background-color: #43927E;
}
.BgClassName
{
background-color: #43927E;
}
</style>
border-color css
<style>
span { border-color: #43927E; }
span { border-color: rgb(67,146,126); }
td.TdClassName
{
border-color: #43927E;
}
.TagClassName
{
border-color: #43927E;
}
</style>