Color Hex Logo

#40488d Color Hex

#40488D
(64,72,141)
0 Favorites   0 Comments

Color spaces of #40488d

RGB 6472141
HSL0.650.380.40
HSV234°55°55°
CMYK 0.550.490.00   0.45
XYZ9.23947.647826.1885
Yxy7.64780.21450.1775
Hunter Lab27.654711.2411-36.7884
CIE-Lab33.238417.6655-39.4852

#40488d color RGB value is (64,72,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001000 10001101
Octal 100 110 215
Decimal 64 72 141
Hex 40 48 8D

RGB Percentages of Color #40488d

%23.10
%25.99
%50.90

CMYK Percentages of Color #40488d

%55
%49
%0
%45

Triadic Colors of #40488d

#40488d #8d4048 #488d40

Analogous Colors of #40488d

#40488d #5e408d #406f8d

Monochromatic Colors of #40488d

#40488d

Complementary Color

#40488d #8d8540

#40488d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40488d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40488d Color CSS Codes

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

#40488d Text Font Color

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

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


#40488d Background Color

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

This div background color is #40488d


#40488d Border Color

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

This div border color is #40488d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,72,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 #40488d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40488d


Comments

No comments written yet.

Please login to write comment.