Shades of Lochinvar #469C90
Tints of Lochinvar #469C90
RGB
CMYK
RGB Variations
Color information
#469C90 (or 0x469C90) is known color: Lochinvar. HEX triplet: 46, 9C and 90. RGB value is (70,156,144). Sum of RGB (Red+Green+Blue) = 70+156+144=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 156 - color contains mainly: green. Hex color #469C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469C90 is #B9636F. Grayscale: #808080. Windows color (decimal): -12149616 or 9477190. OLE color: 9477190.
HSL color Cylindrical-coordinate representation of color #469C90: hue angle of 171.63º 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 #469C90 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 156 | 144 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.39 |
| HSL | 171.63º | 0.38% | 0.44% | - |
| HSV(B) | 171.63º | 0.55% | 0.61% | - |
| XYZ | 19.45 | 27.09 | 30.59 | - |
| YUV | 128.92 | 136.51 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 144 | 0.55 | 0 | 0.08 | 0.39 | 171.63 | 0.38 | 0.44 |
| Hex | 46 | 9C | 90 | 37 | 0 | 8 | 27 | AC | 26 | 2C |
| Octal | 106 | 234 | 220 | 67 | 0 | 10 | 47 | 254 | 46 | 54 |
| Binary | 1000110 | 10011100 | 10010000 | 110111 | 0 | 1000 | 100111 | 10101100 | 100110 | 101100 |
Color Harmonies of #469C90
Complementary color
Monochromatic Colors of #469C90
Black with #469C90
Text Example
Text Example
White with #469C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469C90; }
p { color: rgb(70,156,144); }
H1.HeaderClassName
{
color: #469C90;
}
.AnyTagClassName
{
color: #469C90;
}
</style>
background-color css
<style>
a { background-color: #469C90; }
a { background-color: rgb(70,156,144); }
div.DivClassName
{
background-color: #469C90;
}
.BgClassName
{
background-color: #469C90;
}
</style>
border-color css
<style>
span { border-color: #469C90; }
span { border-color: rgb(70,156,144); }
td.TdClassName
{
border-color: #469C90;
}
.TagClassName
{
border-color: #469C90;
}
</style>