#46918A

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

Shades of Lochinvar #46918A

Tints of Lochinvar #46918A

Color information

#46918A (or 0x46918A) is unknown color: approx Lochinvar. HEX triplet: 46, 91 and 8A. RGB value is (70,145,138). Sum of RGB (Red+Green+Blue) = 70+145+138=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 145 - color contains mainly: green. Hex color #46918A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46918A is #B96E75. Grayscale: #797979. Windows color (decimal): -12152438 or 9081158. OLE color: 9081158.

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

Color convert

RGB70145138-
CMYK0.5200.050.43
HSL174.4º34.88%42.16%-
HSV(B)174.4º51.72%56.86%-
XYZ17.2423.3927.65-
YUV121.78137.1591.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.83%
GREEN value IS 145 (57.03% from 255) = 41.08%
BLUE value IS 138 (54.30% from 255) = 39.09%
R=19.83%
G=41.08%
B=39.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701451380.5200.050.43174.434.8842.16
Hex46918A34052Bae232a
Octal1062212126405532564352
Binary10001101001000110001010110100010110101110101110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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