Shades of Lochinvar #43847A
Tints of Lochinvar #43847A
RGB
CMYK
RGB Variations
Color information
#43847A (or 0x43847A) is known color: Lochinvar. HEX triplet: 43, 84 and 7A. RGB value is (67,132,122). Sum of RGB (Red+Green+Blue) = 67+132+122=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 132 - color contains mainly: green. Hex color #43847A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43847A is #BC7B85. Grayscale: #6F6F6F. Windows color (decimal): -12352390 or 8029251. OLE color: 8029251.
HSL color Cylindrical-coordinate representation of color #43847A: hue angle of 170.77º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #43847A is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 132 | 122 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.48 |
| HSL | 170.77º | 0.33% | 0.39% | - |
| HSV(B) | 170.77º | 0.49% | 0.52% | - |
| XYZ | 14.08 | 19.1 | 21.36 | - |
| YUV | 111.43 | 133.97 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 132 | 122 | 0.49 | 0 | 0.08 | 0.48 | 170.77 | 0.33 | 0.39 |
| Hex | 43 | 84 | 7A | 31 | 0 | 8 | 30 | AB | 21 | 27 |
| Octal | 103 | 204 | 172 | 61 | 0 | 10 | 60 | 253 | 41 | 47 |
| Binary | 1000011 | 10000100 | 1111010 | 110001 | 0 | 1000 | 110000 | 10101011 | 100001 | 100111 |
Color Harmonies of #43847A
Complementary color
Monochromatic Colors of #43847A
Black with #43847A
Text Example
Text Example
White with #43847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43847A; }
p { color: rgb(67,132,122); }
H1.HeaderClassName
{
color: #43847A;
}
.AnyTagClassName
{
color: #43847A;
}
</style>
background-color css
<style>
a { background-color: #43847A; }
a { background-color: rgb(67,132,122); }
div.DivClassName
{
background-color: #43847A;
}
.BgClassName
{
background-color: #43847A;
}
</style>
border-color css
<style>
span { border-color: #43847A; }
span { border-color: rgb(67,132,122); }
td.TdClassName
{
border-color: #43847A;
}
.TagClassName
{
border-color: #43847A;
}
</style>