Color Hex Logo

#40758e Color Hex

#40758E
(64,117,142)
0 Favorites   0 Comments

Color spaces of #40758e

RGB 64117142
HSL0.550.380.40
HSV199°55°56°
CMYK 0.550.180.00   0.44
XYZ13.358115.765627.9302
Yxy15.76560.23410.2763
Hunter Lab39.7059-9.4333-13.9120
CIE-Lab46.6654-10.1504-19.0334

#40758e color RGB value is (64,117,142).

#40758e hex color red value is 64, green value is 117 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #40758e hue: 0.55 , saturation: 0.38 and the lightness value of 40758e is 0.40.

The process color (four color CMYK) of #40758e color hex is 0.55, 0.18, 0.00, 0.44. Web safe color of #40758e is #336699. Color #40758e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110101 10001110
Octal 100 165 216
Decimal 64 117 142
Hex 40 75 8E

RGB Percentages of Color #40758e

%19.81
%36.22
%43.96

CMYK Percentages of Color #40758e

%55
%18
%0
%44

Triadic Colors of #40758e

#40758e #8e4075 #758e40

Analogous Colors of #40758e

#40758e #404e8e #408e80

Monochromatic Colors of #40758e

#40758e

Complementary Color

#40758e #8e5940

#40758e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40758e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40758e Color CSS Codes

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

#40758e Text Font Color

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

This sample text font color is #40758e
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.


#40758e Background Color

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

This div background color is #40758e


#40758e Border Color

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

This div border color is #40758e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40758e


Comments

No comments written yet.

Please login to write comment.