Color Hex Logo

#41557e Color Hex

#41557E
(65,85,126)
0 Favorites   0 Comments

Color spaces of #41557e

RGB 6585126
HSL0.610.320.37
HSV220°48°49°
CMYK 0.480.330.00   0.51
XYZ9.19449.127221.0158
Yxy9.12720.23370.2320
Hunter Lab30.21131.4544-20.0959
CIE-Lab36.22814.4050-25.5341

#41557e color RGB value is (65,85,126).

#41557e hex color red value is 65, green value is 85 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #41557e hue: 0.61 , saturation: 0.32 and the lightness value of 41557e is 0.37.

The process color (four color CMYK) of #41557e color hex is 0.48, 0.33, 0.00, 0.51. Web safe color of #41557e is #336666. Color #41557e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01010101 01111110
Octal 101 125 176
Decimal 65 85 126
Hex 41 55 7E

RGB Percentages of Color #41557e

%23.55
%30.80
%45.65

CMYK Percentages of Color #41557e

%48
%33
%0
%51

Triadic Colors of #41557e

#41557e #7e4155 #557e41

Analogous Colors of #41557e

#41557e #4c417e #41747e

Monochromatic Colors of #41557e

#41557e

Complementary Color

#41557e #7e6a41

#41557e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41557e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41557e Color CSS Codes

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

#41557e Text Font Color

<p style="color:#41557e">Text here</p>

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


#41557e Background Color

<div style="background-color:#41557e">
Div content here</div>

This div background color is #41557e


#41557e Border Color

<div style="border:3px solid #41557e">
Div here</div>

This div border color is #41557e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,85,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41557e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41557e;
  -webkit-box-shadow: 1px 1px 3px 2px #41557e;
  box-shadow:         1px 1px 3px 2px #41557e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,85,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41557e


Comments

No comments written yet.

Please login to write comment.