Color Hex Logo

#41728a Color Hex

#41728A
(65,114,138)
0 Favorites   0 Comments

Color spaces of #41728a

RGB 65114138
HSL0.550.360.40
HSV200°53°54°
CMYK 0.530.170.00   0.46
XYZ12.784714.993426.2649
Yxy14.99340.23660.2774
Hunter Lab38.7213-8.8266-13.1118
CIE-Lab45.6252-9.4405-18.2495

#41728a color RGB value is (65,114,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110010 10001010
Octal 101 162 212
Decimal 65 114 138
Hex 41 72 8A

RGB Percentages of Color #41728a

%20.50
%35.96
%43.53

CMYK Percentages of Color #41728a

%53
%17
%0
%46

Triadic Colors of #41728a

#41728a #8a4172 #728a41

Analogous Colors of #41728a

#41728a #414d8a #418a7e

Monochromatic Colors of #41728a

#41728a

Complementary Color

#41728a #8a5941

#41728a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41728a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41728a Color CSS Codes

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

#41728a Text Font Color

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

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


#41728a Background Color

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

This div background color is #41728a


#41728a Border Color

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

This div border color is #41728a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41728a


Comments

No comments written yet.

Please login to write comment.