Color Hex Logo

#407caa Color Hex

#407CAA
(64,124,170)
0 Favorites   0 Comments

Color spaces of #407caa

RGB 64124170
HSL0.570.450.46
HSV206°62°67°
CMYK 0.620.270.00   0.33
XYZ16.577718.407640.7095
Yxy18.40760.21900.2432
Hunter Lab42.9041-6.1116-26.2244
CIE-Lab49.9868-5.0652-30.3113

#407caa color RGB value is (64,124,170).

#407caa hex color red value is 64, green value is 124 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #407caa hue: 0.57 , saturation: 0.45 and the lightness value of 407caa is 0.46.

The process color (four color CMYK) of #407caa color hex is 0.62, 0.27, 0.00, 0.33. Web safe color of #407caa is #336699. Color #407caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111100 10101010
Octal 100 174 252
Decimal 64 124 170
Hex 40 7C AA

RGB Percentages of Color #407caa

%17.88
%34.64
%47.49

CMYK Percentages of Color #407caa

%62
%27
%0
%33

Triadic Colors of #407caa

#407caa #aa407c #7caa40

Analogous Colors of #407caa

#407caa #4047aa #40aaa3

Monochromatic Colors of #407caa

#407caa

Complementary Color

#407caa #aa6e40

#407caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#407caa Color CSS Codes

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

#407caa Text Font Color

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

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


#407caa Background Color

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

This div background color is #407caa


#407caa Border Color

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

This div border color is #407caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407caa


Comments

No comments written yet.

Please login to write comment.