Shades of Lochinvar #42867C
Tints of Lochinvar #42867C
RGB
CMYK
RGB Variations
Color information
#42867C (or 0x42867C) is known color: Lochinvar. HEX triplet: 42, 86 and 7C. RGB value is (66,134,124). Sum of RGB (Red+Green+Blue) = 66+134+124=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 134 - color contains mainly: green. Hex color #42867C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42867C is #BD7983. Grayscale: #707070. Windows color (decimal): -12417412 or 8160834. OLE color: 8160834.
HSL color Cylindrical-coordinate representation of color #42867C: hue angle of 171.18º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42867C is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 134 | 124 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.47 |
| HSL | 171.18º | 0.34% | 0.39% | - |
| HSV(B) | 171.18º | 0.51% | 0.53% | - |
| XYZ | 14.41 | 19.66 | 22.1 | - |
| YUV | 112.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 124 | 0.51 | 0 | 0.07 | 0.47 | 171.18 | 0.34 | 0.39 |
| Hex | 42 | 86 | 7C | 33 | 0 | 7 | 2F | AB | 22 | 27 |
| Octal | 102 | 206 | 174 | 63 | 0 | 7 | 57 | 253 | 42 | 47 |
| Binary | 1000010 | 10000110 | 1111100 | 110011 | 0 | 111 | 101111 | 10101011 | 100010 | 100111 |
Color Harmonies of #42867C
Complementary color
Monochromatic Colors of #42867C
Black with #42867C
Text Example
Text Example
White with #42867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42867C; }
p { color: rgb(66,134,124); }
H1.HeaderClassName
{
color: #42867C;
}
.AnyTagClassName
{
color: #42867C;
}
</style>
background-color css
<style>
a { background-color: #42867C; }
a { background-color: rgb(66,134,124); }
div.DivClassName
{
background-color: #42867C;
}
.BgClassName
{
background-color: #42867C;
}
</style>
border-color css
<style>
span { border-color: #42867C; }
span { border-color: rgb(66,134,124); }
td.TdClassName
{
border-color: #42867C;
}
.TagClassName
{
border-color: #42867C;
}
</style>