#46937A

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

Shades of Lochinvar #46937A

Tints of Lochinvar #46937A

Color information

#46937A (or 0x46937A) is unknown color: approx Lochinvar. HEX triplet: 46, 93 and 7A. RGB value is (70,147,122). Sum of RGB (Red+Green+Blue) = 70+147+122=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #46937A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46937A is #B96C85. Grayscale: #797979. Windows color (decimal): -12151942 or 8033094. OLE color: 8033094.

HSL color Cylindrical-coordinate representation of color #46937A: hue angle of 160.52º 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 #46937A is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB70147122-
CMYK0.5200.170.42
HSL160.52º35.48%42.55%-
HSV(B)160.52º52.38%57.65%-
XYZ16.4723.5722.09-
YUV121.13128.4991.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.65%
GREEN value IS 147 (57.81% from 255) = 43.36%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=20.65%
G=43.36%
B=35.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701471220.5200.170.42160.5235.4842.55
Hex46937A340112Aa1232b
Octal10622317264021522414353
Binary100011010010011111101011010001000110101010100001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46937A; }

 p { color: rgb(70,147,122); }

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

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

 a { background-color: rgb(70,147,122); }

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

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

 span { border-color: rgb(70,147,122); }

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