Shades of Lochinvar #459A84
Tints of Lochinvar #459A84
RGB
CMYK
RGB Variations
Color information
#459A84 (or 0x459A84) is known color: Lochinvar. HEX triplet: 45, 9A and 84. RGB value is (69,154,132). Sum of RGB (Red+Green+Blue) = 69+154+132=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 154 - color contains mainly: green. Hex color #459A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459A84 is #BA657B. Grayscale: #7E7E7E. Windows color (decimal): -12215676 or 8690245. OLE color: 8690245.
HSL color Cylindrical-coordinate representation of color #459A84: hue angle of 164.47º 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 #459A84 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 154 | 132 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.40 |
| HSL | 164.47º | 0.38% | 0.44% | - |
| HSV(B) | 164.47º | 0.55% | 0.6% | - |
| XYZ | 18.17 | 26.04 | 25.9 | - |
| YUV | 126.08 | 131.34 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 154 | 132 | 0.55 | 0 | 0.14 | 0.40 | 164.47 | 0.38 | 0.44 |
| Hex | 45 | 9A | 84 | 37 | 0 | E | 28 | A4 | 26 | 2C |
| Octal | 105 | 232 | 204 | 67 | 0 | 16 | 50 | 244 | 46 | 54 |
| Binary | 1000101 | 10011010 | 10000100 | 110111 | 0 | 1110 | 101000 | 10100100 | 100110 | 101100 |
Color Harmonies of #459A84
Complementary color
Monochromatic Colors of #459A84
Black with #459A84
Text Example
Text Example
White with #459A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459A84; }
p { color: rgb(69,154,132); }
H1.HeaderClassName
{
color: #459A84;
}
.AnyTagClassName
{
color: #459A84;
}
</style>
background-color css
<style>
a { background-color: #459A84; }
a { background-color: rgb(69,154,132); }
div.DivClassName
{
background-color: #459A84;
}
.BgClassName
{
background-color: #459A84;
}
</style>
border-color css
<style>
span { border-color: #459A84; }
span { border-color: rgb(69,154,132); }
td.TdClassName
{
border-color: #459A84;
}
.TagClassName
{
border-color: #459A84;
}
</style>