#469186

Color #469186 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #469186

Tints of Lochinvar #469186

Color information

#469186 (or 0x469186) is unknown color: approx Lochinvar. HEX triplet: 46, 91 and 86. RGB value is (70,145,134). Sum of RGB (Red+Green+Blue) = 70+145+134=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 145 - color contains mainly: green. Hex color #469186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469186 is #B96E79. Grayscale: #797979. Windows color (decimal): -12152442 or 8819014. OLE color: 8819014.

HSL color Cylindrical-coordinate representation of color #469186: hue angle of 171.2º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469186 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB70145134-
CMYK0.5200.080.43
HSL171.2º34.88%42.16%-
HSV(B)171.2º51.72%56.86%-
XYZ16.9523.2726.15-
YUV121.32135.1591.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 20.06%
GREEN value IS 145 (57.03% from 255) = 41.55%
BLUE value IS 134 (52.73% from 255) = 38.40%
R=20.06%
G=41.55%
B=38.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701451340.5200.080.43171.234.8842.16
Hex46918634082Bab232a
Octal10622120664010532534352
Binary100011010010001100001101101000100010101110101011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469186; }

 p { color: rgb(70,145,134); }

 H1.HeaderClassName
 {
   color: #469186;
 }
 .AnyTagClassName
 {
   color: #469186;
 }
</style>
background-color css

<style>
 a { background-color: #469186; }

 a { background-color: rgb(70,145,134); }

 div.DivClassName
 {
   background-color: #469186;
 }
 .BgClassName
 {
   background-color: #469186;
 }
</style>
border-color css

<style>
 span { border-color: #469186; }

 span { border-color: rgb(70,145,134); }

 td.TdClassName
 {
   border-color: #469186;
 }
 .TagClassName
 {
   border-color: #469186;
 }
</style>