Shades of Lochinvar #42968C
Tints of Lochinvar #42968C
RGB
CMYK
RGB Variations
Color information
#42968C (or 0x42968C) is known color: Lochinvar. HEX triplet: 42, 96 and 8C. RGB value is (66,150,140). Sum of RGB (Red+Green+Blue) = 66+150+140=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 150 - color contains mainly: green. Hex color #42968C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42968C is #BD6973. Grayscale: #7B7B7B. Windows color (decimal): -12413300 or 9213506. OLE color: 9213506.
HSL color Cylindrical-coordinate representation of color #42968C: hue angle of 172.86º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42968C is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 66 | 150 | 140 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.41 |
| HSL | 172.86º | 0.39% | 0.42% | - |
| HSV(B) | 172.86º | 0.56% | 0.59% | - |
| XYZ | 17.89 | 24.86 | 28.67 | - |
| YUV | 123.74 | 137.17 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 150 | 140 | 0.56 | 0 | 0.07 | 0.41 | 172.86 | 0.39 | 0.42 |
| Hex | 42 | 96 | 8C | 38 | 0 | 7 | 29 | AD | 27 | 2A |
| Octal | 102 | 226 | 214 | 70 | 0 | 7 | 51 | 255 | 47 | 52 |
| Binary | 1000010 | 10010110 | 10001100 | 111000 | 0 | 111 | 101001 | 10101101 | 100111 | 101010 |
Color Harmonies of #42968C
Complementary color
Monochromatic Colors of #42968C
Black with #42968C
Text Example
Text Example
White with #42968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42968C; }
p { color: rgb(66,150,140); }
H1.HeaderClassName
{
color: #42968C;
}
.AnyTagClassName
{
color: #42968C;
}
</style>
background-color css
<style>
a { background-color: #42968C; }
a { background-color: rgb(66,150,140); }
div.DivClassName
{
background-color: #42968C;
}
.BgClassName
{
background-color: #42968C;
}
</style>
border-color css
<style>
span { border-color: #42968C; }
span { border-color: rgb(66,150,140); }
td.TdClassName
{
border-color: #42968C;
}
.TagClassName
{
border-color: #42968C;
}
</style>