Color Hex Logo

#40747a Color Hex

#40747A
(64,116,122)
0 Favorites   0 Comments

Color spaces of #40747a

RGB 64116122
HSL0.520.310.36
HSV186°48°48°
CMYK 0.480.050.00   0.52
XYZ11.872614.985920.6792
Yxy14.98590.24980.3152
Hunter Lab38.7116-13.0006-4.5737
CIE-Lab45.6149-15.6394-8.7295

#40747a color RGB value is (64,116,122).

#40747a hex color red value is 64, green value is 116 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #40747a hue: 0.52 , saturation: 0.31 and the lightness value of 40747a is 0.36.

The process color (four color CMYK) of #40747a color hex is 0.48, 0.05, 0.00, 0.52. Web safe color of #40747a is #336666. Color #40747a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110100 01111010
Octal 100 164 172
Decimal 64 116 122
Hex 40 74 7A

RGB Percentages of Color #40747a

%21.19
%38.41
%40.40

CMYK Percentages of Color #40747a

%48
%5
%0
%52

Triadic Colors of #40747a

#40747a #7a4074 #747a40

Analogous Colors of #40747a

#40747a #40577a #407a63

Monochromatic Colors of #40747a

#40747a

Complementary Color

#40747a #7a4640

#40747a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40747a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40747a Color CSS Codes

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

#40747a Text Font Color

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

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


#40747a Background Color

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

This div background color is #40747a


#40747a Border Color

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

This div border color is #40747a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,116,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40747a


Comments

No comments written yet.

Please login to write comment.