Shades of Lochinvar #468E89
Tints of Lochinvar #468E89
RGB
CMYK
RGB Variations
Color information
#468E89 (or 0x468E89) is known color: Lochinvar. HEX triplet: 46, 8E and 89. RGB value is (70,142,137). Sum of RGB (Red+Green+Blue) = 70+142+137=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 142 - color contains mainly: green. Hex color #468E89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468E89 is #B97176. Grayscale: #777777. Windows color (decimal): -12153207 or 9014854. OLE color: 9014854.
HSL color Cylindrical-coordinate representation of color #468E89: hue angle of 175.83º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #468E89 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 142 | 137 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.44 |
| HSL | 175.83º | 0.34% | 0.42% | - |
| HSV(B) | 175.83º | 0.51% | 0.56% | - |
| XYZ | 16.71 | 22.45 | 27.12 | - |
| YUV | 119.9 | 137.65 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 142 | 137 | 0.51 | 0 | 0.04 | 0.44 | 175.83 | 0.34 | 0.42 |
| Hex | 46 | 8E | 89 | 33 | 0 | 4 | 2C | B0 | 22 | 2A |
| Octal | 106 | 216 | 211 | 63 | 0 | 4 | 54 | 260 | 42 | 52 |
| Binary | 1000110 | 10001110 | 10001001 | 110011 | 0 | 100 | 101100 | 10110000 | 100010 | 101010 |
Color Harmonies of #468E89
Complementary color
Monochromatic Colors of #468E89
Black with #468E89
Text Example
Text Example
White with #468E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468E89; }
p { color: rgb(70,142,137); }
H1.HeaderClassName
{
color: #468E89;
}
.AnyTagClassName
{
color: #468E89;
}
</style>
background-color css
<style>
a { background-color: #468E89; }
a { background-color: rgb(70,142,137); }
div.DivClassName
{
background-color: #468E89;
}
.BgClassName
{
background-color: #468E89;
}
</style>
border-color css
<style>
span { border-color: #468E89; }
span { border-color: rgb(70,142,137); }
td.TdClassName
{
border-color: #468E89;
}
.TagClassName
{
border-color: #468E89;
}
</style>