Color Hex Logo

#40699a Color Hex

#40699A
(64,105,154)
0 Favorites   0 Comments

Color spaces of #40699a

RGB 64105154
HSL0.590.410.43
HSV213°58°60°
CMYK 0.580.320.00   0.40
XYZ12.998713.526232.4976
Yxy13.52620.22020.2292
Hunter Lab36.7780-1.2730-26.6450
CIE-Lab43.54560.9445-30.9927

#40699a color RGB value is (64,105,154).

#40699a hex color red value is 64, green value is 105 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #40699a hue: 0.59 , saturation: 0.41 and the lightness value of 40699a is 0.43.

The process color (four color CMYK) of #40699a color hex is 0.58, 0.32, 0.00, 0.40. Web safe color of #40699a is #336699. Color #40699a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101001 10011010
Octal 100 151 232
Decimal 64 105 154
Hex 40 69 9A

RGB Percentages of Color #40699a

%19.81
%32.51
%47.68

CMYK Percentages of Color #40699a

%58
%32
%0
%40

Triadic Colors of #40699a

#40699a #9a4069 #699a40

Analogous Colors of #40699a

#40699a #44409a #40969a

Monochromatic Colors of #40699a

#40699a

Complementary Color

#40699a #9a7140

#40699a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40699a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40699a Color CSS Codes

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

#40699a Text Font Color

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

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


#40699a Background Color

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

This div background color is #40699a


#40699a Border Color

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

This div border color is #40699a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40699a


Comments

No comments written yet.

Please login to write comment.