Shades of Lochinvar #459A86
Tints of Lochinvar #459A86
RGB
CMYK
RGB Variations
Color information
#459A86 (or 0x459A86) is known color: Lochinvar. HEX triplet: 45, 9A and 86. RGB value is (69,154,134). Sum of RGB (Red+Green+Blue) = 69+154+134=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 154 - color contains mainly: green. Hex color #459A86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459A86 is #BA6579. Grayscale: #7E7E7E. Windows color (decimal): -12215674 or 8821317. OLE color: 8821317.
HSL color Cylindrical-coordinate representation of color #459A86: hue angle of 165.88º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459A86 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 154 | 134 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.40 |
| HSL | 165.88º | 0.38% | 0.44% | - |
| HSV(B) | 165.88º | 0.55% | 0.6% | - |
| XYZ | 18.31 | 26.1 | 26.63 | - |
| YUV | 126.31 | 132.34 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 154 | 134 | 0.55 | 0 | 0.13 | 0.40 | 165.88 | 0.38 | 0.44 |
| Hex | 45 | 9A | 86 | 37 | 0 | D | 28 | A6 | 26 | 2C |
| Octal | 105 | 232 | 206 | 67 | 0 | 15 | 50 | 246 | 46 | 54 |
| Binary | 1000101 | 10011010 | 10000110 | 110111 | 0 | 1101 | 101000 | 10100110 | 100110 | 101100 |
Color Harmonies of #459A86
Complementary color
Monochromatic Colors of #459A86
Black with #459A86
Text Example
Text Example
White with #459A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459A86; }
p { color: rgb(69,154,134); }
H1.HeaderClassName
{
color: #459A86;
}
.AnyTagClassName
{
color: #459A86;
}
</style>
background-color css
<style>
a { background-color: #459A86; }
a { background-color: rgb(69,154,134); }
div.DivClassName
{
background-color: #459A86;
}
.BgClassName
{
background-color: #459A86;
}
</style>
border-color css
<style>
span { border-color: #459A86; }
span { border-color: rgb(69,154,134); }
td.TdClassName
{
border-color: #459A86;
}
.TagClassName
{
border-color: #459A86;
}
</style>