#46938C

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

Shades of Lochinvar #46938C

Tints of Lochinvar #46938C

Color information

#46938C (or 0x46938C) is unknown color: approx Lochinvar. HEX triplet: 46, 93 and 8C. RGB value is (70,147,140). Sum of RGB (Red+Green+Blue) = 70+147+140=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #46938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46938C is #B96C73. Grayscale: #7B7B7B. Windows color (decimal): -12151924 or 9212742. OLE color: 9212742.

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

Color convert

RGB70147140-
CMYK0.5200.050.42
HSL174.55º35.48%42.55%-
HSV(B)174.55º52.38%57.65%-
XYZ17.6924.0628.52-
YUV123.18137.4990.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.61%
GREEN value IS 147 (57.81% from 255) = 41.18%
BLUE value IS 140 (55.08% from 255) = 39.22%
R=19.61%
G=41.18%
B=39.22%

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
Decimal701471400.5200.050.42174.5535.4842.55
Hex46938C34052Aaf232b
Octal1062232146405522574353
Binary10001101001001110001100110100010110101010101111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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