Color Hex Logo

#40668a Color Hex

#40668A
(64,102,138)
0 Favorites   0 Comments

Color spaces of #40668a

RGB 64102138
HSL0.580.370.40
HSV209°54°54°
CMYK 0.540.260.00   0.46
XYZ11.453212.427725.8399
Yxy12.42770.23040.2499
Hunter Lab35.2529-3.7004-18.7817
CIE-Lab41.8880-2.5535-24.0178

#40668a color RGB value is (64,102,138).

#40668a hex color red value is 64, green value is 102 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #40668a hue: 0.58 , saturation: 0.37 and the lightness value of 40668a is 0.40.

The process color (four color CMYK) of #40668a color hex is 0.54, 0.26, 0.00, 0.46. Web safe color of #40668a is #336699. Color #40668a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100110 10001010
Octal 100 146 212
Decimal 64 102 138
Hex 40 66 8A

RGB Percentages of Color #40668a

%21.05
%33.55
%45.39

CMYK Percentages of Color #40668a

%54
%26
%0
%46

Triadic Colors of #40668a

#40668a #8a4066 #668a40

Analogous Colors of #40668a

#40668a #40418a #408a89

Monochromatic Colors of #40668a

#40668a

Complementary Color

#40668a #8a6440

#40668a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40668a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40668a Color CSS Codes

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

#40668a Text Font Color

<p style="color:#40668a">Text here</p>

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


#40668a Background Color

<div style="background-color:#40668a">
Div content here</div>

This div background color is #40668a


#40668a Border Color

<div style="border:3px solid #40668a">
Div here</div>

This div border color is #40668a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,102,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40668a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40668a;
  -webkit-box-shadow: 1px 1px 3px 2px #40668a;
  box-shadow:         1px 1px 3px 2px #40668a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40668a


Comments

No comments written yet.

Please login to write comment.