Color Hex Logo

#40929e Color Hex

#40929E
(64,146,158)
0 Favorites   0 Comments

Color spaces of #40929e

RGB 64146158
HSL0.520.420.44
HSV188°59°62°
CMYK 0.590.080.00   0.38
XYZ18.564824.116436.0242
Yxy24.11640.23590.3064
Hunter Lab49.1085-18.4602-9.1171
CIE-Lab56.2041-21.1206-13.8374

#40929e color RGB value is (64,146,158).

#40929e hex color red value is 64, green value is 146 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #40929e hue: 0.52 , saturation: 0.42 and the lightness value of 40929e is 0.44.

The process color (four color CMYK) of #40929e color hex is 0.59, 0.08, 0.00, 0.38. Web safe color of #40929e is #339999. Color #40929e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010010 10011110
Octal 100 222 236
Decimal 64 146 158
Hex 40 92 9E

RGB Percentages of Color #40929e

%17.39
%39.67
%42.93

CMYK Percentages of Color #40929e

%59
%8
%0
%38

Triadic Colors of #40929e

#40929e #9e4092 #929e40

Analogous Colors of #40929e

#40929e #40639e #409e7b

Monochromatic Colors of #40929e

#40929e

Complementary Color

#40929e #9e4c40

#40929e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40929e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40929e Color CSS Codes

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

#40929e Text Font Color

<p style="color:#40929e">Text here</p>

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


#40929e Background Color

<div style="background-color:#40929e">
Div content here</div>

This div background color is #40929e


#40929e Border Color

<div style="border:3px solid #40929e">
Div here</div>

This div border color is #40929e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,146,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40929e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40929e;
  -webkit-box-shadow: 1px 1px 3px 2px #40929e;
  box-shadow:         1px 1px 3px 2px #40929e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40929e


Comments

No comments written yet.

Please login to write comment.