#46938B

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

Shades of Lochinvar #46938B

Tints of Lochinvar #46938B

Color information

#46938B (or 0x46938B) is unknown color: approx Lochinvar. HEX triplet: 46, 93 and 8B. RGB value is (70,147,139). Sum of RGB (Red+Green+Blue) = 70+147+139=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #46938B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46938B is #B96C74. Grayscale: #7B7B7B. Windows color (decimal): -12151925 or 9147206. OLE color: 9147206.

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

Color convert

RGB70147139-
CMYK0.5200.050.42
HSL173.77º35.48%42.55%-
HSV(B)173.77º52.38%57.65%-
XYZ17.6224.0328.14-
YUV123.06136.9990.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.66%
GREEN value IS 147 (57.81% from 255) = 41.29%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=19.66%
G=41.29%
B=39.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701471390.5200.050.42173.7735.4842.55
Hex46938B34052Aae232b
Octal1062232136405522564353
Binary10001101001001110001011110100010110101010101110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46938B; }

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

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

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

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

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

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

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

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