Color Hex Logo

#40458d Color Hex

#40458D
(64,69,141)
0 Favorites   0 Comments

Color spaces of #40458d

RGB 6469141
HSL0.660.380.40
HSV236°55°55°
CMYK 0.550.510.00   0.45
XYZ9.05027.269326.1254
Yxy7.26930.21320.1713
Hunter Lab26.961612.7341-38.5779
CIE-Lab32.412319.6460-40.8095

#40458d color RGB value is (64,69,141).

#40458d hex color red value is 64, green value is 69 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #40458d hue: 0.66 , saturation: 0.38 and the lightness value of 40458d is 0.40.

The process color (four color CMYK) of #40458d color hex is 0.55, 0.51, 0.00, 0.45. Web safe color of #40458d is #333399. Color #40458d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000101 10001101
Octal 100 105 215
Decimal 64 69 141
Hex 40 45 8D

RGB Percentages of Color #40458d

%23.36
%25.18
%51.46

CMYK Percentages of Color #40458d

%55
%51
%0
%45

Triadic Colors of #40458d

#40458d #8d4045 #458d40

Analogous Colors of #40458d

#40458d #61408d #406c8d

Monochromatic Colors of #40458d

#40458d

Complementary Color

#40458d #8d8840

#40458d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40458d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40458d Color CSS Codes

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

#40458d Text Font Color

<p style="color:#40458d">Text here</p>

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


#40458d Background Color

<div style="background-color:#40458d">
Div content here</div>

This div background color is #40458d


#40458d Border Color

<div style="border:3px solid #40458d">
Div here</div>

This div border color is #40458d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,69,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40458d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40458d;
  -webkit-box-shadow: 1px 1px 3px 2px #40458d;
  box-shadow:         1px 1px 3px 2px #40458d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40458d


Comments

No comments written yet.

Please login to write comment.