Color Hex Logo

#41557c Color Hex

#41557C
(65,85,124)
0 Favorites   0 Comments

Color spaces of #41557c

RGB 6585124
HSL0.610.310.37
HSV220°48°49°
CMYK 0.480.310.00   0.51
XYZ9.06669.076120.3428
Yxy9.07610.23560.2358
Hunter Lab30.12660.9981-18.9467
CIE-Lab36.13043.7575-24.4553

#41557c color RGB value is (65,85,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01010101 01111100
Octal 101 125 174
Decimal 65 85 124
Hex 41 55 7C

RGB Percentages of Color #41557c

%23.72
%31.02
%45.26

CMYK Percentages of Color #41557c

%48
%31
%0
%51

Triadic Colors of #41557c

#41557c #7c4155 #557c41

Analogous Colors of #41557c

#41557c #4b417c #41737c

Monochromatic Colors of #41557c

#41557c

Complementary Color

#41557c #7c6841

#41557c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41557c Color Preview on White Background

Lorem ipsum dolor sit amet.

#41557c Color CSS Codes

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

#41557c Text Font Color

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

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


#41557c Background Color

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

This div background color is #41557c


#41557c Border Color

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

This div border color is #41557c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41557c


Comments

No comments written yet.

Please login to write comment.