Shades of Lochinvar #469387
Tints of Lochinvar #469387
RGB
CMYK
RGB Variations
Color information
#469387 (or 0x469387) is known color: Lochinvar. HEX triplet: 46, 93 and 87. RGB value is (70,147,135). Sum of RGB (Red+Green+Blue) = 70+147+135=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 147 - color contains mainly: green. Hex color #469387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469387 is #B96C78. Grayscale: #7A7A7A. Windows color (decimal): -12151929 or 8885062. OLE color: 8885062.
HSL color Cylindrical-coordinate representation of color #469387: hue angle of 170.65º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469387 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 147 | 135 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.42 |
| HSL | 170.65º | 0.35% | 0.43% | - |
| HSV(B) | 170.65º | 0.52% | 0.58% | - |
| XYZ | 17.33 | 23.92 | 26.62 | - |
| YUV | 122.61 | 134.99 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 147 | 135 | 0.52 | 0 | 0.08 | 0.42 | 170.65 | 0.35 | 0.43 |
| Hex | 46 | 93 | 87 | 34 | 0 | 8 | 2A | AB | 23 | 2B |
| Octal | 106 | 223 | 207 | 64 | 0 | 10 | 52 | 253 | 43 | 53 |
| Binary | 1000110 | 10010011 | 10000111 | 110100 | 0 | 1000 | 101010 | 10101011 | 100011 | 101011 |
Color Harmonies of #469387
Complementary color
Monochromatic Colors of #469387
Black with #469387
Text Example
Text Example
White with #469387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469387; }
p { color: rgb(70,147,135); }
H1.HeaderClassName
{
color: #469387;
}
.AnyTagClassName
{
color: #469387;
}
</style>
background-color css
<style>
a { background-color: #469387; }
a { background-color: rgb(70,147,135); }
div.DivClassName
{
background-color: #469387;
}
.BgClassName
{
background-color: #469387;
}
</style>
border-color css
<style>
span { border-color: #469387; }
span { border-color: rgb(70,147,135); }
td.TdClassName
{
border-color: #469387;
}
.TagClassName
{
border-color: #469387;
}
</style>