Color Hex Logo

#407392 Color Hex

#407392
(64,115,146)
0 Favorites   0 Comments

Color spaces of #407392

RGB 64115146
HSL0.560.390.41
HSV203°56°57°
CMYK 0.560.210.00   0.43
XYZ13.433415.426829.4638
Yxy15.42680.23030.2645
Hunter Lab39.2770-7.6846-16.9828
CIE-Lab46.2133-7.7139-22.0975

#407392 color RGB value is (64,115,146).

#407392 hex color red value is 64, green value is 115 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #407392 hue: 0.56 , saturation: 0.39 and the lightness value of 407392 is 0.41.

The process color (four color CMYK) of #407392 color hex is 0.56, 0.21, 0.00, 0.43. Web safe color of #407392 is #336699. Color #407392 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110011 10010010
Octal 100 163 222
Decimal 64 115 146
Hex 40 73 92

RGB Percentages of Color #407392

%19.69
%35.38
%44.92

CMYK Percentages of Color #407392

%56
%21
%0
%43

Triadic Colors of #407392

#407392 #924073 #739240

Analogous Colors of #407392

#407392 #404a92 #409288

Monochromatic Colors of #407392

#407392

Complementary Color

#407392 #925f40

#407392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#407392 Color CSS Codes

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

#407392 Text Font Color

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

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


#407392 Background Color

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

This div background color is #407392


#407392 Border Color

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

This div border color is #407392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407392


Comments

No comments written yet.

Please login to write comment.