Color Hex Logo

#40728a Color Hex

#40728A
(64,114,138)
0 Favorites   0 Comments

Color spaces of #40728a

RGB 64114138
HSL0.550.370.40
HSV199°54°54°
CMYK 0.540.170.00   0.46
XYZ12.719114.959626.2619
Yxy14.95960.23580.2773
Hunter Lab38.6776-8.9863-13.1832
CIE-Lab45.5788-9.6796-18.3247

#40728a color RGB value is (64,114,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110010 10001010
Octal 100 162 212
Decimal 64 114 138
Hex 40 72 8A

RGB Percentages of Color #40728a

%20.25
%36.08
%43.67

CMYK Percentages of Color #40728a

%54
%17
%0
%46

Triadic Colors of #40728a

#40728a #8a4072 #728a40

Analogous Colors of #40728a

#40728a #404d8a #408a7d

Monochromatic Colors of #40728a

#40728a

Complementary Color

#40728a #8a5840

#40728a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40728a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40728a Color CSS Codes

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

#40728a Text Font Color

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

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


#40728a Background Color

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

This div background color is #40728a


#40728a Border Color

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

This div border color is #40728a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40728a


Comments

No comments written yet.

Please login to write comment.