#469286

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

Shades of Lochinvar #469286

Tints of Lochinvar #469286

Color information

#469286 (or 0x469286) is unknown color: approx Lochinvar. HEX triplet: 46, 92 and 86. RGB value is (70,146,134). Sum of RGB (Red+Green+Blue) = 70+146+134=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 146 - color contains mainly: green. Hex color #469286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469286 is #B96D79. Grayscale: #797979. Windows color (decimal): -12152186 or 8819270. OLE color: 8819270.

HSL color Cylindrical-coordinate representation of color #469286: hue angle of 170.53º 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 #469286 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB70146134-
CMYK0.5200.080.43
HSL170.53º35.19%42.35%-
HSV(B)170.53º52.05%57.25%-
XYZ17.1123.5826.2-
YUV121.91134.8290.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20%
GREEN value IS 146 (57.42% from 255) = 41.71%
BLUE value IS 134 (52.73% from 255) = 38.29%
R=20%
G=41.71%
B=38.29%

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
Decimal701461340.5200.080.43170.5335.1942.35
Hex46928634082Bab232a
Octal10622220664010532534352
Binary100011010010010100001101101000100010101110101011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469286; }

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

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

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

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

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

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

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

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