Color Hex Logo

#40546b Color Hex

#40546B
(64,84,107)
0 Favorites   0 Comments

Color spaces of #40546b

RGB 6484107
HSL0.590.250.34
HSV212°40°42°
CMYK 0.400.210.00   0.58
XYZ7.93858.492215.1307
Yxy8.49220.25150.2691
Hunter Lab29.1414-2.3716-10.3854
CIE-Lab34.9876-1.2146-15.6831

#40546b color RGB value is (64,84,107).

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

The process color (four color CMYK) of #40546b color hex is 0.40, 0.21, 0.00, 0.58. Web safe color of #40546b is #336666. Color #40546b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010100 01101011
Octal 100 124 153
Decimal 64 84 107
Hex 40 54 6B

RGB Percentages of Color #40546b

%25.10
%32.94
%41.96

CMYK Percentages of Color #40546b

%40
%21
%0
%58

Triadic Colors of #40546b

#40546b #6b4054 #546b40

Analogous Colors of #40546b

#40546b #42406b #406a6b

Monochromatic Colors of #40546b

#40546b

Complementary Color

#40546b #6b5740

#40546b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40546b Color Preview on White Background

Lorem ipsum dolor sit amet.

#40546b Color CSS Codes

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

#40546b Text Font Color

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

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


#40546b Background Color

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

This div background color is #40546b


#40546b Border Color

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

This div border color is #40546b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40546b

#40546b Color Palettes


Comments

No comments written yet.

Please login to write comment.