Color Hex Logo

#41748d Color Hex

#41748D
(65,116,141)
0 Favorites   0 Comments

Color spaces of #41748d

RGB 65116141
HSL0.550.370.40
HSV200°54°55°
CMYK 0.540.180.00   0.45
XYZ13.233115.537727.5009
Yxy15.53770.23520.2761
Hunter Lab39.4179-9.0565-13.7727
CIE-Lab46.3620-9.6559-18.9021

#41748d color RGB value is (65,116,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110100 10001101
Octal 101 164 215
Decimal 65 116 141
Hex 41 74 8D

RGB Percentages of Color #41748d

%20.19
%36.02
%43.79

CMYK Percentages of Color #41748d

%54
%18
%0
%45

Triadic Colors of #41748d

#41748d #8d4174 #748d41

Analogous Colors of #41748d

#41748d #414e8d #418d80

Monochromatic Colors of #41748d

#41748d

Complementary Color

#41748d #8d5a41

#41748d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41748d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41748d Color CSS Codes

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

#41748d Text Font Color

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

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


#41748d Background Color

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

This div background color is #41748d


#41748d Border Color

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

This div border color is #41748d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,116,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 #41748d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41748d

#41748d Color Palettes


Comments

No comments written yet.

Please login to write comment.