Color Hex Logo

#41758d Color Hex

#41758D
(65,117,141)
0 Favorites   0 Comments

Color spaces of #41758d

RGB 65117141
HSL0.550.370.40
HSV199°54°55°
CMYK 0.540.170.00   0.45
XYZ13.349015.769527.5396
Yxy15.76950.23560.2783
Hunter Lab39.7108-9.4903-13.3202
CIE-Lab46.6706-10.2317-18.4293

#41758d color RGB value is (65,117,141).

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

The process color (four color CMYK) of #41758d color hex is 0.54, 0.17, 0.00, 0.45. Web safe color of #41758d is #336699. Color #41758d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110101 10001101
Octal 101 165 215
Decimal 65 117 141
Hex 41 75 8D

RGB Percentages of Color #41758d

%20.12
%36.22
%43.65

CMYK Percentages of Color #41758d

%54
%17
%0
%45

Triadic Colors of #41758d

#41758d #8d4175 #758d41

Analogous Colors of #41758d

#41758d #414f8d #418d7f

Monochromatic Colors of #41758d

#41758d

Complementary Color

#41758d #8d5941

#41758d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41758d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41758d Color CSS Codes

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

#41758d Text Font Color

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

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


#41758d Background Color

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

This div background color is #41758d


#41758d Border Color

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

This div border color is #41758d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41758d


Comments

No comments written yet.

Please login to write comment.