Shades of Lochinvar #469482
Tints of Lochinvar #469482
RGB
CMYK
RGB Variations
Color information
#469482 (or 0x469482) is known color: Lochinvar. HEX triplet: 46, 94 and 82. RGB value is (70,148,130). Sum of RGB (Red+Green+Blue) = 70+148+130=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 148 - color contains mainly: green. Hex color #469482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469482 is #B96B7D. Grayscale: #7A7A7A. Windows color (decimal): -12151678 or 8557638. OLE color: 8557638.
HSL color Cylindrical-coordinate representation of color #469482: hue angle of 166.15º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #469482 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 148 | 130 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.42 |
| HSL | 166.15º | 0.36% | 0.43% | - |
| HSV(B) | 166.15º | 0.53% | 0.58% | - |
| XYZ | 17.14 | 24.09 | 24.87 | - |
| YUV | 122.63 | 132.16 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 148 | 130 | 0.53 | 0 | 0.12 | 0.42 | 166.15 | 0.36 | 0.43 |
| Hex | 46 | 94 | 82 | 35 | 0 | C | 2A | A6 | 24 | 2B |
| Octal | 106 | 224 | 202 | 65 | 0 | 14 | 52 | 246 | 44 | 53 |
| Binary | 1000110 | 10010100 | 10000010 | 110101 | 0 | 1100 | 101010 | 10100110 | 100100 | 101011 |
Color Harmonies of #469482
Complementary color
Monochromatic Colors of #469482
Black with #469482
Text Example
Text Example
White with #469482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469482; }
p { color: rgb(70,148,130); }
H1.HeaderClassName
{
color: #469482;
}
.AnyTagClassName
{
color: #469482;
}
</style>
background-color css
<style>
a { background-color: #469482; }
a { background-color: rgb(70,148,130); }
div.DivClassName
{
background-color: #469482;
}
.BgClassName
{
background-color: #469482;
}
</style>
border-color css
<style>
span { border-color: #469482; }
span { border-color: rgb(70,148,130); }
td.TdClassName
{
border-color: #469482;
}
.TagClassName
{
border-color: #469482;
}
</style>