Shades of Lochinvar #42958B
Tints of Lochinvar #42958B
RGB
CMYK
RGB Variations
Color information
#42958B (or 0x42958B) is known color: Lochinvar. HEX triplet: 42, 95 and 8B. RGB value is (66,149,139). Sum of RGB (Red+Green+Blue) = 66+149+139=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #42958B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42958B is #BD6A74. Grayscale: #7B7B7B. Windows color (decimal): -12413557 or 9147714. OLE color: 9147714.
HSL color Cylindrical-coordinate representation of color #42958B: hue angle of 172.77º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42958B is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 149 | 139 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.42 |
| HSL | 172.77º | 0.39% | 0.42% | - |
| HSV(B) | 172.77º | 0.56% | 0.58% | - |
| XYZ | 17.65 | 24.52 | 28.23 | - |
| YUV | 123.04 | 137 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 149 | 139 | 0.56 | 0 | 0.07 | 0.42 | 172.77 | 0.39 | 0.42 |
| Hex | 42 | 95 | 8B | 38 | 0 | 7 | 2A | AD | 27 | 2A |
| Octal | 102 | 225 | 213 | 70 | 0 | 7 | 52 | 255 | 47 | 52 |
| Binary | 1000010 | 10010101 | 10001011 | 111000 | 0 | 111 | 101010 | 10101101 | 100111 | 101010 |
Color Harmonies of #42958B
Complementary color
Monochromatic Colors of #42958B
Black with #42958B
Text Example
Text Example
White with #42958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42958B; }
p { color: rgb(66,149,139); }
H1.HeaderClassName
{
color: #42958B;
}
.AnyTagClassName
{
color: #42958B;
}
</style>
background-color css
<style>
a { background-color: #42958B; }
a { background-color: rgb(66,149,139); }
div.DivClassName
{
background-color: #42958B;
}
.BgClassName
{
background-color: #42958B;
}
</style>
border-color css
<style>
span { border-color: #42958B; }
span { border-color: rgb(66,149,139); }
td.TdClassName
{
border-color: #42958B;
}
.TagClassName
{
border-color: #42958B;
}
</style>