Shades of Lochinvar #42847C
Tints of Lochinvar #42847C
RGB
CMYK
RGB Variations
Color information
#42847C (or 0x42847C) is known color: Lochinvar. HEX triplet: 42, 84 and 7C. RGB value is (66,132,124). Sum of RGB (Red+Green+Blue) = 66+132+124=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 132 - color contains mainly: green. Hex color #42847C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42847C is #BD7B83. Grayscale: #6F6F6F. Windows color (decimal): -12417924 or 8160322. OLE color: 8160322.
HSL color Cylindrical-coordinate representation of color #42847C: hue angle of 172.73º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42847C is Cyan = 0.5, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 132 | 124 | - |
| CMYK | 0.5 | 0 | 0.06 | 0.48 |
| HSL | 172.73º | 0.33% | 0.39% | - |
| HSV(B) | 172.73º | 0.5% | 0.52% | - |
| XYZ | 14.14 | 19.12 | 22.01 | - |
| YUV | 111.35 | 135.13 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 132 | 124 | 0.5 | 0 | 0.06 | 0.48 | 172.73 | 0.33 | 0.39 |
| Hex | 42 | 84 | 7C | 32 | 0 | 6 | 30 | AD | 21 | 27 |
| Octal | 102 | 204 | 174 | 62 | 0 | 6 | 60 | 255 | 41 | 47 |
| Binary | 1000010 | 10000100 | 1111100 | 110010 | 0 | 110 | 110000 | 10101101 | 100001 | 100111 |
Color Harmonies of #42847C
Complementary color
Monochromatic Colors of #42847C
Black with #42847C
Text Example
Text Example
White with #42847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42847C; }
p { color: rgb(66,132,124); }
H1.HeaderClassName
{
color: #42847C;
}
.AnyTagClassName
{
color: #42847C;
}
</style>
background-color css
<style>
a { background-color: #42847C; }
a { background-color: rgb(66,132,124); }
div.DivClassName
{
background-color: #42847C;
}
.BgClassName
{
background-color: #42847C;
}
</style>
border-color css
<style>
span { border-color: #42847C; }
span { border-color: rgb(66,132,124); }
td.TdClassName
{
border-color: #42847C;
}
.TagClassName
{
border-color: #42847C;
}
</style>