Color Hex Logo

#41758e Color Hex

#41758E
(65,117,142)
0 Favorites   0 Comments

Color spaces of #41758e

RGB 65117142
HSL0.550.370.41
HSV199°54°56°
CMYK 0.540.180.00   0.44
XYZ13.423715.799427.9333
Yxy15.79940.23490.2764
Hunter Lab39.7485-9.2775-13.8422
CIE-Lab46.7102-9.9184-18.9610

#41758e color RGB value is (65,117,142).

#41758e hex color red value is 65, green value is 117 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #41758e hue: 0.55 , saturation: 0.37 and the lightness value of 41758e is 0.41.

The process color (four color CMYK) of #41758e color hex is 0.54, 0.18, 0.00, 0.44. Web safe color of #41758e is #336699. Color #41758e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110101 10001110
Octal 101 165 216
Decimal 65 117 142
Hex 41 75 8E

RGB Percentages of Color #41758e

%20.06
%36.11
%43.83

CMYK Percentages of Color #41758e

%54
%18
%0
%44

Triadic Colors of #41758e

#41758e #8e4175 #758e41

Analogous Colors of #41758e

#41758e #414f8e #418e81

Monochromatic Colors of #41758e

#41758e

Complementary Color

#41758e #8e5a41

#41758e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41758e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41758e Color CSS Codes

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

#41758e Text Font Color

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

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


#41758e Background Color

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

This div background color is #41758e


#41758e Border Color

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

This div border color is #41758e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41758e


Comments

No comments written yet.

Please login to write comment.