Shades of Lochinvar #459A88
Tints of Lochinvar #459A88
RGB
CMYK
RGB Variations
Color information
#459A88 (or 0x459A88) is known color: Lochinvar. HEX triplet: 45, 9A and 88. RGB value is (69,154,136). Sum of RGB (Red+Green+Blue) = 69+154+136=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 154 - color contains mainly: green. Hex color #459A88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459A88 is #BA6577. Grayscale: #7E7E7E. Windows color (decimal): -12215672 or 8952389. OLE color: 8952389.
HSL color Cylindrical-coordinate representation of color #459A88: hue angle of 167.29º 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 #459A88 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 154 | 136 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.40 |
| HSL | 167.29º | 0.38% | 0.44% | - |
| HSV(B) | 167.29º | 0.55% | 0.6% | - |
| XYZ | 18.45 | 26.15 | 27.37 | - |
| YUV | 126.53 | 133.34 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 154 | 136 | 0.55 | 0 | 0.12 | 0.40 | 167.29 | 0.38 | 0.44 |
| Hex | 45 | 9A | 88 | 37 | 0 | C | 28 | A7 | 26 | 2C |
| Octal | 105 | 232 | 210 | 67 | 0 | 14 | 50 | 247 | 46 | 54 |
| Binary | 1000101 | 10011010 | 10001000 | 110111 | 0 | 1100 | 101000 | 10100111 | 100110 | 101100 |
Color Harmonies of #459A88
Complementary color
Monochromatic Colors of #459A88
Black with #459A88
Text Example
Text Example
White with #459A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459A88; }
p { color: rgb(69,154,136); }
H1.HeaderClassName
{
color: #459A88;
}
.AnyTagClassName
{
color: #459A88;
}
</style>
background-color css
<style>
a { background-color: #459A88; }
a { background-color: rgb(69,154,136); }
div.DivClassName
{
background-color: #459A88;
}
.BgClassName
{
background-color: #459A88;
}
</style>
border-color css
<style>
span { border-color: #459A88; }
span { border-color: rgb(69,154,136); }
td.TdClassName
{
border-color: #459A88;
}
.TagClassName
{
border-color: #459A88;
}
</style>