Color Hex Logo

#40467f Color Hex

#40467F
(64,70,127)
0 Favorites   0 Comments

Color spaces of #40467f

RGB 6470127
HSL0.650.330.37
HSV234°50°50°
CMYK 0.500.450.00   0.50
XYZ8.13537.002621.0015
Yxy7.00260.22510.1938
Hunter Lab26.46248.5667-28.5309
CIE-Lab31.812814.2612-33.1203

#40467f color RGB value is (64,70,127).

#40467f hex color red value is 64, green value is 70 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #40467f hue: 0.65 , saturation: 0.33 and the lightness value of 40467f is 0.37.

The process color (four color CMYK) of #40467f color hex is 0.50, 0.45, 0.00, 0.50. Web safe color of #40467f is #333366. Color #40467f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000110 01111111
Octal 100 106 177
Decimal 64 70 127
Hex 40 46 7F

RGB Percentages of Color #40467f

%24.52
%26.82
%48.66

CMYK Percentages of Color #40467f

%50
%45
%0
%50

Triadic Colors of #40467f

#40467f #7f4046 #467f40

Analogous Colors of #40467f

#40467f #5a407f #40667f

Monochromatic Colors of #40467f

#40467f

Complementary Color

#40467f #7f7940

#40467f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40467f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40467f Color CSS Codes

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

#40467f Text Font Color

<p style="color:#40467f">Text here</p>

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


#40467f Background Color

<div style="background-color:#40467f">
Div content here</div>

This div background color is #40467f


#40467f Border Color

<div style="border:3px solid #40467f">
Div here</div>

This div border color is #40467f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,70,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40467f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40467f;
  -webkit-box-shadow: 1px 1px 3px 2px #40467f;
  box-shadow:         1px 1px 3px 2px #40467f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40467f


Comments

No comments written yet.

Please login to write comment.