Color Hex Logo

#40476a Color Hex

#40476A
(64,71,106)
0 Favorites   0 Comments

Color spaces of #40476a

RGB 6471106
HSL0.640.250.33
HSV230°40°42°
CMYK 0.400.330.00   0.58
XYZ6.96916.637114.5494
Yxy6.63710.24750.2357
Hunter Lab25.76263.2020-15.4502
CIE-Lab30.96616.8345-21.2729

#40476a color RGB value is (64,71,106).

#40476a hex color red value is 64, green value is 71 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #40476a hue: 0.64 , saturation: 0.25 and the lightness value of 40476a is 0.33.

The process color (four color CMYK) of #40476a color hex is 0.40, 0.33, 0.00, 0.58. Web safe color of #40476a is #333366. Color #40476a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000111 01101010
Octal 100 107 152
Decimal 64 71 106
Hex 40 47 6A

RGB Percentages of Color #40476a

%26.56
%29.46
%43.98

CMYK Percentages of Color #40476a

%40
%33
%0
%58

Triadic Colors of #40476a

#40476a #6a4047 #476a40

Analogous Colors of #40476a

#40476a #4e406a #405c6a

Monochromatic Colors of #40476a

#40476a

Complementary Color

#40476a #6a6340

#40476a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40476a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40476a Color CSS Codes

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

#40476a Text Font Color

<p style="color:#40476a">Text here</p>

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


#40476a Background Color

<div style="background-color:#40476a">
Div content here</div>

This div background color is #40476a


#40476a Border Color

<div style="border:3px solid #40476a">
Div here</div>

This div border color is #40476a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,71,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40476a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40476a;
  -webkit-box-shadow: 1px 1px 3px 2px #40476a;
  box-shadow:         1px 1px 3px 2px #40476a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40476a


Comments

No comments written yet.

Please login to write comment.