Color Hex Logo

#406dbc Color Hex

#406DBC
(64,109,188)
0 Favorites   0 Comments

Color spaces of #406dbc

RGB 64109188
HSL0.610.490.49
HSV218°66°74°
CMYK 0.660.420.00   0.26
XYZ16.660115.658149.7212
Yxy15.65810.20310.1909
Hunter Lab39.57035.9049-46.8003
CIE-Lab46.522710.3284-46.2152

#406dbc color RGB value is (64,109,188).

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

The process color (four color CMYK) of #406dbc color hex is 0.66, 0.42, 0.00, 0.26. Web safe color of #406dbc is #3366cc. Color #406dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101101 10111100
Octal 100 155 274
Decimal 64 109 188
Hex 40 6D BC

RGB Percentages of Color #406dbc

%17.73
%30.19
%52.08

CMYK Percentages of Color #406dbc

%66
%42
%0
%26

Triadic Colors of #406dbc

#406dbc #bc406d #6dbc40

Analogous Colors of #406dbc

#406dbc #5140bc #40abbc

Monochromatic Colors of #406dbc

#406dbc

Complementary Color

#406dbc #bc8f40

#406dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#406dbc Color CSS Codes

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

#406dbc Text Font Color

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

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


#406dbc Background Color

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

This div background color is #406dbc


#406dbc Border Color

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

This div border color is #406dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406dbc


Comments

No comments written yet.

Please login to write comment.