Color Hex Logo

#405f9b Color Hex

#405F9B
(64,95,155)
0 Favorites   0 Comments

Color spaces of #405f9b

RGB 6495155
HSL0.610.420.43
HSV220°59°61°
CMYK 0.590.390.00   0.39
XYZ12.123011.641032.6183
Yxy11.64100.21500.2065
Hunter Lab34.11893.7158-32.7991
CIE-Lab40.63987.5500-36.1681

#405f9b color RGB value is (64,95,155).

#405f9b hex color red value is 64, green value is 95 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #405f9b hue: 0.61 , saturation: 0.42 and the lightness value of 405f9b is 0.43.

The process color (four color CMYK) of #405f9b color hex is 0.59, 0.39, 0.00, 0.39. Web safe color of #405f9b is #336699. Color #405f9b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01011111 10011011
Octal 100 137 233
Decimal 64 95 155
Hex 40 5F 9B

RGB Percentages of Color #405f9b

%20.38
%30.25
%49.36

CMYK Percentages of Color #405f9b

%59
%39
%0
%39

Triadic Colors of #405f9b

#405f9b #9b405f #5f9b40

Analogous Colors of #405f9b

#405f9b #4e409b #408d9b

Monochromatic Colors of #405f9b

#405f9b

Complementary Color

#405f9b #9b7c40

#405f9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#405f9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#405f9b Color CSS Codes

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

#405f9b Text Font Color

<p style="color:#405f9b">Text here</p>

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


#405f9b Background Color

<div style="background-color:#405f9b">
Div content here</div>

This div background color is #405f9b


#405f9b Border Color

<div style="border:3px solid #405f9b">
Div here</div>

This div border color is #405f9b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,95,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #405f9b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #405f9b;
  -webkit-box-shadow: 1px 1px 3px 2px #405f9b;
  box-shadow:         1px 1px 3px 2px #405f9b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #405f9b


Comments

No comments written yet.

Please login to write comment.