Color Hex Logo

#407e94 Color Hex

#407E94
(64,126,148)
0 Favorites   0 Comments

Color spaces of #407e94

RGB 64126148
HSL0.540.400.42
HSV196°57°58°
CMYK 0.570.150.00   0.42
XYZ14.920518.149830.7338
Yxy18.14980.23380.2845
Hunter Lab42.6026-12.0393-12.9504
CIE-Lab49.6773-13.3686-17.9577

#407e94 color RGB value is (64,126,148).

#407e94 hex color red value is 64, green value is 126 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #407e94 hue: 0.54 , saturation: 0.40 and the lightness value of 407e94 is 0.42.

The process color (four color CMYK) of #407e94 color hex is 0.57, 0.15, 0.00, 0.42. Web safe color of #407e94 is #336699. Color #407e94 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111110 10010100
Octal 100 176 224
Decimal 64 126 148
Hex 40 7E 94

RGB Percentages of Color #407e94

%18.93
%37.28
%43.79

CMYK Percentages of Color #407e94

%57
%15
%0
%42

Triadic Colors of #407e94

#407e94 #94407e #7e9440

Analogous Colors of #407e94

#407e94 #405494 #409480

Monochromatic Colors of #407e94

#407e94

Complementary Color

#407e94 #945640

#407e94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407e94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#407e94 Color CSS Codes

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

#407e94 Text Font Color

<p style="color:#407e94">Text here</p>

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


#407e94 Background Color

<div style="background-color:#407e94">
Div content here</div>

This div background color is #407e94


#407e94 Border Color

<div style="border:3px solid #407e94">
Div here</div>

This div border color is #407e94


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,126,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #407e94; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #407e94;
  -webkit-box-shadow: 1px 1px 3px 2px #407e94;
  box-shadow:         1px 1px 3px 2px #407e94; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407e94


Comments

No comments written yet.

Please login to write comment.