Shades of Lochinvar #469B86
Tints of Lochinvar #469B86
RGB
CMYK
RGB Variations
Color information
#469B86 (or 0x469B86) is known color: Lochinvar. HEX triplet: 46, 9B and 86. RGB value is (70,155,134). Sum of RGB (Red+Green+Blue) = 70+155+134=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 155 - color contains mainly: green. Hex color #469B86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469B86 is #B96479. Grayscale: #7F7F7F. Windows color (decimal): -12149882 or 8821574. OLE color: 8821574.
HSL color Cylindrical-coordinate representation of color #469B86: hue angle of 165.18º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469B86 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 155 | 134 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.39 |
| HSL | 165.18º | 0.38% | 0.44% | - |
| HSV(B) | 165.18º | 0.55% | 0.61% | - |
| XYZ | 18.55 | 26.47 | 26.69 | - |
| YUV | 127.19 | 131.84 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 134 | 0.55 | 0 | 0.14 | 0.39 | 165.18 | 0.38 | 0.44 |
| Hex | 46 | 9B | 86 | 37 | 0 | E | 27 | A5 | 26 | 2C |
| Octal | 106 | 233 | 206 | 67 | 0 | 16 | 47 | 245 | 46 | 54 |
| Binary | 1000110 | 10011011 | 10000110 | 110111 | 0 | 1110 | 100111 | 10100101 | 100110 | 101100 |
Color Harmonies of #469B86
Complementary color
Monochromatic Colors of #469B86
Black with #469B86
Text Example
Text Example
White with #469B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469B86; }
p { color: rgb(70,155,134); }
H1.HeaderClassName
{
color: #469B86;
}
.AnyTagClassName
{
color: #469B86;
}
</style>
background-color css
<style>
a { background-color: #469B86; }
a { background-color: rgb(70,155,134); }
div.DivClassName
{
background-color: #469B86;
}
.BgClassName
{
background-color: #469B86;
}
</style>
border-color css
<style>
span { border-color: #469B86; }
span { border-color: rgb(70,155,134); }
td.TdClassName
{
border-color: #469B86;
}
.TagClassName
{
border-color: #469B86;
}
</style>