Shades of Lochinvar #42947D
Tints of Lochinvar #42947D
RGB
CMYK
RGB Variations
Color information
#42947D (or 0x42947D) is known color: Lochinvar. HEX triplet: 42, 94 and 7D. RGB value is (66,148,125). Sum of RGB (Red+Green+Blue) = 66+148+125=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #42947D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42947D is #BD6B82. Grayscale: #787878. Windows color (decimal): -12413827 or 8229954. OLE color: 8229954.
HSL color Cylindrical-coordinate representation of color #42947D: hue angle of 163.17º 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 #42947D is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 148 | 125 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.42 |
| HSL | 163.17º | 0.38% | 0.42% | - |
| HSV(B) | 163.17º | 0.55% | 0.58% | - |
| XYZ | 16.54 | 23.82 | 23.13 | - |
| YUV | 120.86 | 130.33 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 148 | 125 | 0.55 | 0 | 0.16 | 0.42 | 163.17 | 0.38 | 0.42 |
| Hex | 42 | 94 | 7D | 37 | 0 | 10 | 2A | A3 | 26 | 2A |
| Octal | 102 | 224 | 175 | 67 | 0 | 20 | 52 | 243 | 46 | 52 |
| Binary | 1000010 | 10010100 | 1111101 | 110111 | 0 | 10000 | 101010 | 10100011 | 100110 | 101010 |
Color Harmonies of #42947D
Complementary color
Monochromatic Colors of #42947D
Black with #42947D
Text Example
Text Example
White with #42947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42947D; }
p { color: rgb(66,148,125); }
H1.HeaderClassName
{
color: #42947D;
}
.AnyTagClassName
{
color: #42947D;
}
</style>
background-color css
<style>
a { background-color: #42947D; }
a { background-color: rgb(66,148,125); }
div.DivClassName
{
background-color: #42947D;
}
.BgClassName
{
background-color: #42947D;
}
</style>
border-color css
<style>
span { border-color: #42947D; }
span { border-color: rgb(66,148,125); }
td.TdClassName
{
border-color: #42947D;
}
.TagClassName
{
border-color: #42947D;
}
</style>