#46927E

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

Shades of Lochinvar #46927E

Tints of Lochinvar #46927E

Color information

#46927E (or 0x46927E) is unknown color: approx Lochinvar. HEX triplet: 46, 92 and 7E. RGB value is (70,146,126). Sum of RGB (Red+Green+Blue) = 70+146+126=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 146 - color contains mainly: green. Hex color #46927E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46927E is #B96D81. Grayscale: #797979. Windows color (decimal): -12152194 or 8294982. OLE color: 8294982.

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

Color convert

RGB70146126-
CMYK0.5200.140.43
HSL164.21º35.19%42.35%-
HSV(B)164.21º52.05%57.25%-
XYZ16.5723.3723.38-
YUV121130.8291.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.47%
GREEN value IS 146 (57.42% from 255) = 42.69%
BLUE value IS 126 (49.61% from 255) = 36.84%
R=20.47%
G=42.69%
B=36.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701461260.5200.140.43164.2135.1942.35
Hex46927E340E2Ba4232a
Octal10622217664016532444352
Binary10001101001001011111101101000111010101110100100100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46927E; }

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

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

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

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

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

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

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

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