Color Hex Logo

#40476c Color Hex

#40476C
(64,71,108)
0 Favorites   0 Comments

Color spaces of #40476c

RGB 6471108
HSL0.640.260.34
HSV230°41°42°
CMYK 0.410.340.00   0.58
XYZ7.07446.679215.1037
Yxy6.67920.24520.2315
Hunter Lab25.84413.6341-16.5590
CIE-Lab31.06527.4561-22.3843

#40476c color RGB value is (64,71,108).

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

The process color (four color CMYK) of #40476c color hex is 0.41, 0.34, 0.00, 0.58. Web safe color of #40476c is #333366. Color #40476c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000111 01101100
Octal 100 107 154
Decimal 64 71 108
Hex 40 47 6C

RGB Percentages of Color #40476c

%26.34
%29.22
%44.44

CMYK Percentages of Color #40476c

%41
%34
%0
%58

Triadic Colors of #40476c

#40476c #6c4047 #476c40

Analogous Colors of #40476c

#40476c #4f406c #405d6c

Monochromatic Colors of #40476c

#40476c

Complementary Color

#40476c #6c6540

#40476c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40476c Color Preview on White Background

Lorem ipsum dolor sit amet.

#40476c Color CSS Codes

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

#40476c Text Font Color

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

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


#40476c Background Color

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

This div background color is #40476c


#40476c Border Color

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

This div border color is #40476c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40476c


Comments

No comments written yet.

Please login to write comment.