Color Hex Logo

#406db5 Color Hex

#406DB5
(64,109,181)
0 Favorites   0 Comments

Color spaces of #406db5

RGB 64109181
HSL0.600.480.48
HSV217°65°71°
CMYK 0.650.400.00   0.29
XYZ15.923515.363545.8422
Yxy15.36350.20650.1992
Hunter Lab39.19633.9221-41.9055
CIE-Lab46.12817.8430-42.7815

#406db5 color RGB value is (64,109,181).

#406db5 hex color red value is 64, green value is 109 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #406db5 hue: 0.60 , saturation: 0.48 and the lightness value of 406db5 is 0.48.

The process color (four color CMYK) of #406db5 color hex is 0.65, 0.40, 0.00, 0.29. Web safe color of #406db5 is #3366cc. Color #406db5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101101 10110101
Octal 100 155 265
Decimal 64 109 181
Hex 40 6D B5

RGB Percentages of Color #406db5

%18.08
%30.79
%51.13

CMYK Percentages of Color #406db5

%65
%40
%0
%29

Triadic Colors of #406db5

#406db5 #b5406d #6db540

Analogous Colors of #406db5

#406db5 #4e40b5 #40a8b5

Monochromatic Colors of #406db5

#406db5

Complementary Color

#406db5 #b58840

#406db5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406db5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#406db5 Color CSS Codes

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

#406db5 Text Font Color

<p style="color:#406db5">Text here</p>

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


#406db5 Background Color

<div style="background-color:#406db5">
Div content here</div>

This div background color is #406db5


#406db5 Border Color

<div style="border:3px solid #406db5">
Div here</div>

This div border color is #406db5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,109,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #406db5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #406db5;
  -webkit-box-shadow: 1px 1px 3px 2px #406db5;
  box-shadow:         1px 1px 3px 2px #406db5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406db5


Comments

No comments written yet.

Please login to write comment.