Color Hex Logo

#40919c Color Hex

#40919C
(64,145,156)
0 Favorites   0 Comments

Color spaces of #40919c

RGB 64145156
HSL0.520.420.43
HSV187°59°61°
CMYK 0.590.070.00   0.39
XYZ18.240523.741135.0736
Yxy23.74110.23670.3081
Hunter Lab48.7248-18.4457-8.5713
CIE-Lab55.8276-21.1969-13.2590

#40919c color RGB value is (64,145,156).

#40919c hex color red value is 64, green value is 145 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #40919c hue: 0.52 , saturation: 0.42 and the lightness value of 40919c is 0.43.

The process color (four color CMYK) of #40919c color hex is 0.59, 0.07, 0.00, 0.39. Web safe color of #40919c is #339999. Color #40919c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010001 10011100
Octal 100 221 234
Decimal 64 145 156
Hex 40 91 9C

RGB Percentages of Color #40919c

%17.53
%39.73
%42.74

CMYK Percentages of Color #40919c

%59
%7
%0
%39

Triadic Colors of #40919c

#40919c #9c4091 #919c40

Analogous Colors of #40919c

#40919c #40639c #409c79

Monochromatic Colors of #40919c

#40919c

Complementary Color

#40919c #9c4b40

#40919c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40919c Color Preview on White Background

Lorem ipsum dolor sit amet.

#40919c Color CSS Codes

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

#40919c Text Font Color

<p style="color:#40919c">Text here</p>

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


#40919c Background Color

<div style="background-color:#40919c">
Div content here</div>

This div background color is #40919c


#40919c Border Color

<div style="border:3px solid #40919c">
Div here</div>

This div border color is #40919c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40919c


Comments

No comments written yet.

Please login to write comment.