Shades of Lochinvar #468F78
Tints of Lochinvar #468F78
RGB
CMYK
RGB Variations
Color information
#468F78 (or 0x468F78) is known color: Lochinvar. HEX triplet: 46, 8F and 78. RGB value is (70,143,120). Sum of RGB (Red+Green+Blue) = 70+143+120=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 143 - color contains mainly: green. Hex color #468F78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468F78 is #B97087. Grayscale: #767676. Windows color (decimal): -12152968 or 7900998. OLE color: 7900998.
HSL color Cylindrical-coordinate representation of color #468F78: hue angle of 161.1º 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 #468F78 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 143 | 120 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.44 |
| HSL | 161.1º | 0.34% | 0.42% | - |
| HSV(B) | 161.1º | 0.51% | 0.56% | - |
| XYZ | 15.74 | 22.3 | 21.24 | - |
| YUV | 118.55 | 128.82 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 120 | 0.51 | 0 | 0.16 | 0.44 | 161.1 | 0.34 | 0.42 |
| Hex | 46 | 8F | 78 | 33 | 0 | 10 | 2C | A1 | 22 | 2A |
| Octal | 106 | 217 | 170 | 63 | 0 | 20 | 54 | 241 | 42 | 52 |
| Binary | 1000110 | 10001111 | 1111000 | 110011 | 0 | 10000 | 101100 | 10100001 | 100010 | 101010 |
Color Harmonies of #468F78
Complementary color
Monochromatic Colors of #468F78
Black with #468F78
Text Example
Text Example
White with #468F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468F78; }
p { color: rgb(70,143,120); }
H1.HeaderClassName
{
color: #468F78;
}
.AnyTagClassName
{
color: #468F78;
}
</style>
background-color css
<style>
a { background-color: #468F78; }
a { background-color: rgb(70,143,120); }
div.DivClassName
{
background-color: #468F78;
}
.BgClassName
{
background-color: #468F78;
}
</style>
border-color css
<style>
span { border-color: #468F78; }
span { border-color: rgb(70,143,120); }
td.TdClassName
{
border-color: #468F78;
}
.TagClassName
{
border-color: #468F78;
}
</style>