Color Hex Logo

#40487d Color Hex

#40487D
(64,72,125)
0 Favorites   0 Comments

Color spaces of #40487d

RGB 6472125
HSL0.640.320.37
HSV232°49°49°
CMYK 0.490.420.00   0.51
XYZ8.13347.205420.3641
Yxy7.20540.22780.2018
Hunter Lab26.84297.1105-26.1898
CIE-Lab32.270012.2735-31.1510

#40487d color RGB value is (64,72,125).

#40487d hex color red value is 64, green value is 72 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #40487d hue: 0.64 , saturation: 0.32 and the lightness value of 40487d is 0.37.

The process color (four color CMYK) of #40487d color hex is 0.49, 0.42, 0.00, 0.51. Web safe color of #40487d is #333366. Color #40487d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001000 01111101
Octal 100 110 175
Decimal 64 72 125
Hex 40 48 7D

RGB Percentages of Color #40487d

%24.52
%27.59
%47.89

CMYK Percentages of Color #40487d

%49
%42
%0
%51

Triadic Colors of #40487d

#40487d #7d4048 #487d40

Analogous Colors of #40487d

#40487d #57407d #40677d

Monochromatic Colors of #40487d

#40487d

Complementary Color

#40487d #7d7540

#40487d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40487d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40487d Color CSS Codes

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

#40487d Text Font Color

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

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


#40487d Background Color

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

This div background color is #40487d


#40487d Border Color

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

This div border color is #40487d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40487d


Comments

No comments written yet.

Please login to write comment.