Color Hex Logo

#40637f Color Hex

#40637F
(64,99,127)
0 Favorites   0 Comments

Color spaces of #40637f

RGB 6499127
HSL0.570.330.37
HSV207°50°50°
CMYK 0.500.220.00   0.50
XYZ10.407011.546021.7588
Yxy11.54600.23810.2641
Hunter Lab33.9794-4.7941-14.1809
CIE-Lab40.4853-4.2685-19.5404

#40637f color RGB value is (64,99,127).

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

The process color (four color CMYK) of #40637f color hex is 0.50, 0.22, 0.00, 0.50. Web safe color of #40637f is #336666. Color #40637f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100011 01111111
Octal 100 143 177
Decimal 64 99 127
Hex 40 63 7F

RGB Percentages of Color #40637f

%22.07
%34.14
%43.79

CMYK Percentages of Color #40637f

%50
%22
%0
%50

Triadic Colors of #40637f

#40637f #7f4063 #637f40

Analogous Colors of #40637f

#40637f #40447f #407f7c

Monochromatic Colors of #40637f

#40637f

Complementary Color

#40637f #7f5c40

#40637f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40637f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40637f Color CSS Codes

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

#40637f Text Font Color

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

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


#40637f Background Color

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

This div background color is #40637f


#40637f Border Color

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

This div border color is #40637f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40637f


Comments

No comments written yet.

Please login to write comment.