#46947C

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

Shades of Lochinvar #46947C

Tints of Lochinvar #46947C

Color information

#46947C (or 0x46947C) is unknown color: approx Lochinvar. HEX triplet: 46, 94 and 7C. RGB value is (70,148,124). Sum of RGB (Red+Green+Blue) = 70+148+124=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #46947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46947C is #B96B83. Grayscale: #797979. Windows color (decimal): -12151684 or 8164422. OLE color: 8164422.

HSL color Cylindrical-coordinate representation of color #46947C: hue angle of 161.54º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46947C is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB70148124-
CMYK0.5300.160.42
HSL161.54º35.78%42.75%-
HSV(B)161.54º52.7%58.04%-
XYZ16.7523.9422.81-
YUV121.94129.1690.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.47%
GREEN value IS 148 (58.20% from 255) = 43.27%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=20.47%
G=43.27%
B=36.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701481240.5300.160.42161.5435.7842.75
Hex46947C350102Aa2242b
Octal10622417465020522424453
Binary100011010010100111110011010101000010101010100010100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,148,124); }

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

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

 a { background-color: rgb(70,148,124); }

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

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

 span { border-color: rgb(70,148,124); }

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