Color Hex Logo

#40678d Color Hex

#40678D
(64,103,141)
0 Favorites   0 Comments

Color spaces of #40678d

RGB 64103141
HSL0.580.380.40
HSV210°55°55°
CMYK 0.550.270.00   0.45
XYZ11.772312.713627.0328
Yxy12.71360.22850.2468
Hunter Lab35.6561-3.4643-19.9916
CIE-Lab42.3285-2.1798-25.1351

#40678d color RGB value is (64,103,141).

#40678d hex color red value is 64, green value is 103 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #40678d hue: 0.58 , saturation: 0.38 and the lightness value of 40678d is 0.40.

The process color (four color CMYK) of #40678d color hex is 0.55, 0.27, 0.00, 0.45. Web safe color of #40678d is #336699. Color #40678d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100111 10001101
Octal 100 147 215
Decimal 64 103 141
Hex 40 67 8D

RGB Percentages of Color #40678d

%20.78
%33.44
%45.78

CMYK Percentages of Color #40678d

%55
%27
%0
%45

Triadic Colors of #40678d

#40678d #8d4067 #678d40

Analogous Colors of #40678d

#40678d #40418d #408d8d

Monochromatic Colors of #40678d

#40678d

Complementary Color

#40678d #8d6640

#40678d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40678d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40678d Color CSS Codes

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

#40678d Text Font Color

<p style="color:#40678d">Text here</p>

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


#40678d Background Color

<div style="background-color:#40678d">
Div content here</div>

This div background color is #40678d


#40678d Border Color

<div style="border:3px solid #40678d">
Div here</div>

This div border color is #40678d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,103,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40678d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40678d;
  -webkit-box-shadow: 1px 1px 3px 2px #40678d;
  box-shadow:         1px 1px 3px 2px #40678d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40678d


Comments

No comments written yet.

Please login to write comment.