Shades of Lochinvar #469C91
Tints of Lochinvar #469C91
RGB
CMYK
RGB Variations
Color information
#469C91 (or 0x469C91) is known color: Lochinvar. HEX triplet: 46, 9C and 91. RGB value is (70,156,145). Sum of RGB (Red+Green+Blue) = 70+156+145=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 156 - color contains mainly: green. Hex color #469C91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469C91 is #B9636E. Grayscale: #808080. Windows color (decimal): -12149615 or 9542726. OLE color: 9542726.
HSL color Cylindrical-coordinate representation of color #469C91: hue angle of 172.33º 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 #469C91 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 156 | 145 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.39 |
| HSL | 172.33º | 0.38% | 0.44% | - |
| HSV(B) | 172.33º | 0.55% | 0.61% | - |
| XYZ | 19.53 | 27.12 | 30.99 | - |
| YUV | 129.03 | 137.01 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 145 | 0.55 | 0 | 0.07 | 0.39 | 172.33 | 0.38 | 0.44 |
| Hex | 46 | 9C | 91 | 37 | 0 | 7 | 27 | AC | 26 | 2C |
| Octal | 106 | 234 | 221 | 67 | 0 | 7 | 47 | 254 | 46 | 54 |
| Binary | 1000110 | 10011100 | 10010001 | 110111 | 0 | 111 | 100111 | 10101100 | 100110 | 101100 |
Color Harmonies of #469C91
Complementary color
Monochromatic Colors of #469C91
Black with #469C91
Text Example
Text Example
White with #469C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469C91; }
p { color: rgb(70,156,145); }
H1.HeaderClassName
{
color: #469C91;
}
.AnyTagClassName
{
color: #469C91;
}
</style>
background-color css
<style>
a { background-color: #469C91; }
a { background-color: rgb(70,156,145); }
div.DivClassName
{
background-color: #469C91;
}
.BgClassName
{
background-color: #469C91;
}
</style>
border-color css
<style>
span { border-color: #469C91; }
span { border-color: rgb(70,156,145); }
td.TdClassName
{
border-color: #469C91;
}
.TagClassName
{
border-color: #469C91;
}
</style>