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