Shades of Lochinvar #42938B
Tints of Lochinvar #42938B
RGB
CMYK
RGB Variations
Color information
#42938B (or 0x42938B) is known color: Lochinvar. HEX triplet: 42, 93 and 8B. RGB value is (66,147,139). Sum of RGB (Red+Green+Blue) = 66+147+139=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 147 - color contains mainly: green. Hex color #42938B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42938B is #BD6C74. Grayscale: #797979. Windows color (decimal): -12414069 or 9147202. OLE color: 9147202.
HSL color Cylindrical-coordinate representation of color #42938B: hue angle of 174.07º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42938B is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 147 | 139 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.42 |
| HSL | 174.07º | 0.38% | 0.42% | - |
| HSV(B) | 174.07º | 0.55% | 0.58% | - |
| XYZ | 17.34 | 23.89 | 28.12 | - |
| YUV | 121.87 | 137.66 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 147 | 139 | 0.55 | 0 | 0.05 | 0.42 | 174.07 | 0.38 | 0.42 |
| Hex | 42 | 93 | 8B | 37 | 0 | 5 | 2A | AE | 26 | 2A |
| Octal | 102 | 223 | 213 | 67 | 0 | 5 | 52 | 256 | 46 | 52 |
| Binary | 1000010 | 10010011 | 10001011 | 110111 | 0 | 101 | 101010 | 10101110 | 100110 | 101010 |
Color Harmonies of #42938B
Complementary color
Monochromatic Colors of #42938B
Black with #42938B
Text Example
Text Example
White with #42938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42938B; }
p { color: rgb(66,147,139); }
H1.HeaderClassName
{
color: #42938B;
}
.AnyTagClassName
{
color: #42938B;
}
</style>
background-color css
<style>
a { background-color: #42938B; }
a { background-color: rgb(66,147,139); }
div.DivClassName
{
background-color: #42938B;
}
.BgClassName
{
background-color: #42938B;
}
</style>
border-color css
<style>
span { border-color: #42938B; }
span { border-color: rgb(66,147,139); }
td.TdClassName
{
border-color: #42938B;
}
.TagClassName
{
border-color: #42938B;
}
</style>