Color Hex Logo

#40918b Color Hex

#40918B
(64,145,139)
0 Favorites   0 Comments

Color spaces of #40918b

RGB 64145139
HSL0.490.390.41
HSV176°56°57°
CMYK 0.560.000.04   0.43
XYZ16.900023.204928.0144
Yxy23.20490.24810.3407
Hunter Lab48.1715-21.6769-0.7604
CIE-Lab55.2828-26.0938-4.3035

#40918b color RGB value is (64,145,139).

#40918b hex color red value is 64, green value is 145 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #40918b hue: 0.49 , saturation: 0.39 and the lightness value of 40918b is 0.41.

The process color (four color CMYK) of #40918b color hex is 0.56, 0.00, 0.04, 0.43. Web safe color of #40918b is #339999. Color #40918b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010001 10001011
Octal 100 221 213
Decimal 64 145 139
Hex 40 91 8B

RGB Percentages of Color #40918b

%18.39
%41.67
%39.94

CMYK Percentages of Color #40918b

%56
%0
%4
%43

Triadic Colors of #40918b

#40918b #8b4091 #918b40

Analogous Colors of #40918b

#40918b #406f91 #409163

Monochromatic Colors of #40918b

#40918b

Complementary Color

#40918b #914046

#40918b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40918b Color Preview on White Background

Lorem ipsum dolor sit amet.

#40918b Color CSS Codes

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

#40918b Text Font Color

<p style="color:#40918b">Text here</p>

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


#40918b Background Color

<div style="background-color:#40918b">
Div content here</div>

This div background color is #40918b


#40918b Border Color

<div style="border:3px solid #40918b">
Div here</div>

This div border color is #40918b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,145,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40918b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40918b;
  -webkit-box-shadow: 1px 1px 3px 2px #40918b;
  box-shadow:         1px 1px 3px 2px #40918b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40918b


Comments

No comments written yet.

Please login to write comment.