Shades of Lochinvar #468C85
Tints of Lochinvar #468C85
RGB
CMYK
RGB Variations
Color information
#468C85 (or 0x468C85) is known color: Lochinvar. HEX triplet: 46, 8C and 85. RGB value is (70,140,133). Sum of RGB (Red+Green+Blue) = 70+140+133=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 140 - color contains mainly: green. Hex color #468C85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468C85 is #B9737A. Grayscale: #767676. Windows color (decimal): -12153723 or 8752198. OLE color: 8752198.
HSL color Cylindrical-coordinate representation of color #468C85: hue angle of 174º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468C85 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 140 | 133 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.45 |
| HSL | 174º | 0.33% | 0.41% | - |
| HSV(B) | 174º | 0.5% | 0.55% | - |
| XYZ | 16.14 | 21.75 | 25.54 | - |
| YUV | 118.27 | 136.31 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 140 | 133 | 0.50 | 0 | 0.05 | 0.45 | 174 | 0.33 | 0.41 |
| Hex | 46 | 8C | 85 | 32 | 0 | 5 | 2D | AE | 21 | 29 |
| Octal | 106 | 214 | 205 | 62 | 0 | 5 | 55 | 256 | 41 | 51 |
| Binary | 1000110 | 10001100 | 10000101 | 110010 | 0 | 101 | 101101 | 10101110 | 100001 | 101001 |
Color Harmonies of #468C85
Complementary color
Monochromatic Colors of #468C85
Black with #468C85
Text Example
Text Example
White with #468C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468C85; }
p { color: rgb(70,140,133); }
H1.HeaderClassName
{
color: #468C85;
}
.AnyTagClassName
{
color: #468C85;
}
</style>
background-color css
<style>
a { background-color: #468C85; }
a { background-color: rgb(70,140,133); }
div.DivClassName
{
background-color: #468C85;
}
.BgClassName
{
background-color: #468C85;
}
</style>
border-color css
<style>
span { border-color: #468C85; }
span { border-color: rgb(70,140,133); }
td.TdClassName
{
border-color: #468C85;
}
.TagClassName
{
border-color: #468C85;
}
</style>