Color Hex Logo

#40466b Color Hex

#40466B
(64,70,107)
0 Favorites   0 Comments

Color spaces of #40466b

RGB 6470107
HSL0.640.250.34
HSV232°40°42°
CMYK 0.400.350.00   0.58
XYZ6.95846.531814.8039
Yxy6.53180.24590.2309
Hunter Lab25.55743.8740-16.4531
CIE-Lab30.71647.8036-22.2961

#40466b color RGB value is (64,70,107).

#40466b hex color red value is 64, green value is 70 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #40466b hue: 0.64 , saturation: 0.25 and the lightness value of 40466b is 0.34.

The process color (four color CMYK) of #40466b color hex is 0.40, 0.35, 0.00, 0.58. Web safe color of #40466b is #333366. Color #40466b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000110 01101011
Octal 100 106 153
Decimal 64 70 107
Hex 40 46 6B

RGB Percentages of Color #40466b

%26.56
%29.05
%44.40

CMYK Percentages of Color #40466b

%40
%35
%0
%58

Triadic Colors of #40466b

#40466b #6b4046 #466b40

Analogous Colors of #40466b

#40466b #50406b #405c6b

Monochromatic Colors of #40466b

#40466b

Complementary Color

#40466b #6b6540

#40466b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40466b Color Preview on White Background

Lorem ipsum dolor sit amet.

#40466b Color CSS Codes

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

#40466b Text Font Color

<p style="color:#40466b">Text here</p>

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


#40466b Background Color

<div style="background-color:#40466b">
Div content here</div>

This div background color is #40466b


#40466b Border Color

<div style="border:3px solid #40466b">
Div here</div>

This div border color is #40466b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40466b


Comments

No comments written yet.

Please login to write comment.