Color Hex Logo

#41718a Color Hex

#41718A
(65,113,138)
0 Favorites   0 Comments

Color spaces of #41718a

RGB 65113138
HSL0.560.360.40
HSV201°53°54°
CMYK 0.530.180.00   0.46
XYZ12.672514.769126.2276
Yxy14.76910.23610.2752
Hunter Lab38.4306-8.3931-13.5620
CIE-Lab45.3163-8.8609-18.7230

#41718a color RGB value is (65,113,138).

#41718a hex color red value is 65, green value is 113 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #41718a hue: 0.56 , saturation: 0.36 and the lightness value of 41718a is 0.40.

The process color (four color CMYK) of #41718a color hex is 0.53, 0.18, 0.00, 0.46. Web safe color of #41718a is #336699. Color #41718a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110001 10001010
Octal 101 161 212
Decimal 65 113 138
Hex 41 71 8A

RGB Percentages of Color #41718a

%20.57
%35.76
%43.67

CMYK Percentages of Color #41718a

%53
%18
%0
%46

Triadic Colors of #41718a

#41718a #8a4171 #718a41

Analogous Colors of #41718a

#41718a #414d8a #418a7f

Monochromatic Colors of #41718a

#41718a

Complementary Color

#41718a #8a5a41

#41718a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41718a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41718a Color CSS Codes

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

#41718a Text Font Color

<p style="color:#41718a">Text here</p>

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


#41718a Background Color

<div style="background-color:#41718a">
Div content here</div>

This div background color is #41718a


#41718a Border Color

<div style="border:3px solid #41718a">
Div here</div>

This div border color is #41718a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,113,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41718a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41718a;
  -webkit-box-shadow: 1px 1px 3px 2px #41718a;
  box-shadow:         1px 1px 3px 2px #41718a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41718a


Comments

No comments written yet.

Please login to write comment.