Color Hex Logo

#407aaa Color Hex

#407AAA
(64,122,170)
0 Favorites   0 Comments

Color spaces of #407aaa

RGB 64122170
HSL0.580.450.46
HSV207°62°67°
CMYK 0.620.280.00   0.33
XYZ16.329617.911340.6268
Yxy17.91130.21810.2392
Hunter Lab42.3217-5.1899-27.2903
CIE-Lab49.3883-3.8863-31.2455

#407aaa color RGB value is (64,122,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111010 10101010
Octal 100 172 252
Decimal 64 122 170
Hex 40 7A AA

RGB Percentages of Color #407aaa

%17.98
%34.27
%47.75

CMYK Percentages of Color #407aaa

%62
%28
%0
%33

Triadic Colors of #407aaa

#407aaa #aa407a #7aaa40

Analogous Colors of #407aaa

#407aaa #4045aa #40aaa5

Monochromatic Colors of #407aaa

#407aaa

Complementary Color

#407aaa #aa7040

#407aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#407aaa Color CSS Codes

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

#407aaa Text Font Color

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

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


#407aaa Background Color

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

This div background color is #407aaa


#407aaa Border Color

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

This div border color is #407aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,122,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 #407aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407aaa


Comments

No comments written yet.

Please login to write comment.