#46957C

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

Shades of Lochinvar #46957C

Tints of Lochinvar #46957C

Color information

#46957C (or 0x46957C) is unknown color: approx Lochinvar. HEX triplet: 46, 95 and 7C. RGB value is (70,149,124). Sum of RGB (Red+Green+Blue) = 70+149+124=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #46957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46957C is #B96A83. Grayscale: #7A7A7A. Windows color (decimal): -12151428 or 8164678. OLE color: 8164678.

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

Color convert

RGB70149124-
CMYK0.5300.170.42
HSL161.01º36.07%42.94%-
HSV(B)161.01º53.02%58.43%-
XYZ16.9124.2522.86-
YUV122.53128.8390.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.41%
GREEN value IS 149 (58.59% from 255) = 43.44%
BLUE value IS 124 (48.83% from 255) = 36.15%
R=20.41%
G=43.44%
B=36.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701491240.5300.170.42161.0136.0742.94
Hex46957C350112Aa1242b
Octal10622517465021522414453
Binary100011010010101111110011010101000110101010100001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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