Shades of Lochinvar #468985
Tints of Lochinvar #468985
RGB
CMYK
RGB Variations
Color information
#468985 (or 0x468985) is known color: Lochinvar. HEX triplet: 46, 89 and 85. RGB value is (70,137,133). Sum of RGB (Red+Green+Blue) = 70+137+133=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #468985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468985 is #B9767A. Grayscale: #747474. Windows color (decimal): -12154491 or 8751430. OLE color: 8751430.
HSL color Cylindrical-coordinate representation of color #468985: hue angle of 176.42º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468985 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 137 | 133 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.46 |
| HSL | 176.42º | 0.32% | 0.41% | - |
| HSV(B) | 176.42º | 0.49% | 0.54% | - |
| XYZ | 15.71 | 20.89 | 25.39 | - |
| YUV | 116.51 | 137.3 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 137 | 133 | 0.49 | 0 | 0.03 | 0.46 | 176.42 | 0.32 | 0.41 |
| Hex | 46 | 89 | 85 | 31 | 0 | 3 | 2E | B0 | 20 | 29 |
| Octal | 106 | 211 | 205 | 61 | 0 | 3 | 56 | 260 | 40 | 51 |
| Binary | 1000110 | 10001001 | 10000101 | 110001 | 0 | 11 | 101110 | 10110000 | 100000 | 101001 |
Color Harmonies of #468985
Complementary color
Monochromatic Colors of #468985
Black with #468985
Text Example
Text Example
White with #468985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468985; }
p { color: rgb(70,137,133); }
H1.HeaderClassName
{
color: #468985;
}
.AnyTagClassName
{
color: #468985;
}
</style>
background-color css
<style>
a { background-color: #468985; }
a { background-color: rgb(70,137,133); }
div.DivClassName
{
background-color: #468985;
}
.BgClassName
{
background-color: #468985;
}
</style>
border-color css
<style>
span { border-color: #468985; }
span { border-color: rgb(70,137,133); }
td.TdClassName
{
border-color: #468985;
}
.TagClassName
{
border-color: #468985;
}
</style>