Color Hex Logo

#40797e Color Hex

#40797E
(64,121,126)
0 Favorites   0 Comments

Color spaces of #40797e

RGB 64121126
HSL0.510.330.37
HSV185°49°49°
CMYK 0.490.040.00   0.51
XYZ12.717616.271122.2090
Yxy16.27110.24840.3178
Hunter Lab40.3375-14.3130-4.4077
CIE-Lab47.3282-17.2300-8.5433

#40797e color RGB value is (64,121,126).

#40797e hex color red value is 64, green value is 121 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #40797e hue: 0.51 , saturation: 0.33 and the lightness value of 40797e is 0.37.

The process color (four color CMYK) of #40797e color hex is 0.49, 0.04, 0.00, 0.51. Web safe color of #40797e is #336666. Color #40797e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111001 01111110
Octal 100 171 176
Decimal 64 121 126
Hex 40 79 7E

RGB Percentages of Color #40797e

%20.58
%38.91
%40.51

CMYK Percentages of Color #40797e

%49
%4
%0
%51

Triadic Colors of #40797e

#40797e #7e4079 #797e40

Analogous Colors of #40797e

#40797e #405a7e #407e64

Monochromatic Colors of #40797e

#40797e

Complementary Color

#40797e #7e4540

#40797e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40797e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40797e Color CSS Codes

.mybgcolor {background-color:#40797e; } 
.myforecolor {color:#40797e; }
.mybordercolor {border:3px solid #40797e; }

#40797e Text Font Color

<p style="color:#40797e">Text here</p>

This sample text font color is #40797e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#40797e Background Color

<div style="background-color:#40797e">
Div content here</div>

This div background color is #40797e


#40797e Border Color

<div style="border:3px solid #40797e">
Div here</div>

This div border color is #40797e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,121,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40797e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40797e;
  -webkit-box-shadow: 1px 1px 3px 2px #40797e;
  box-shadow:         1px 1px 3px 2px #40797e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,121,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #40797e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #40797e;
  -webkit-box-shadow: 1px 1px 3px 2px #40797e;
  box-shadow:         1px 1px 3px 2px #40797e;">
Div content here</div>

This div box has shadow with color #40797e


Comments

No comments written yet.

Please login to write comment.