Color Hex Logo

#407baa Color Hex

#407BAA
(64,123,170)
0 Favorites   0 Comments

Color spaces of #407baa

RGB 64123170
HSL0.570.450.46
HSV207°62°67°
CMYK 0.620.280.00   0.33
XYZ16.453018.158240.6679
Yxy18.15820.21860.2412
Hunter Lab42.6124-5.6515-26.7557
CIE-Lab49.6874-4.4770-30.7783

#407baa color RGB value is (64,123,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111011 10101010
Octal 100 173 252
Decimal 64 123 170
Hex 40 7B AA

RGB Percentages of Color #407baa

%17.93
%34.45
%47.62

CMYK Percentages of Color #407baa

%62
%28
%0
%33

Triadic Colors of #407baa

#407baa #aa407b #7baa40

Analogous Colors of #407baa

#407baa #4046aa #40aaa4

Monochromatic Colors of #407baa

#407baa

Complementary Color

#407baa #aa6f40

#407baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#407baa Color CSS Codes

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

#407baa Text Font Color

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

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


#407baa Background Color

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

This div background color is #407baa


#407baa Border Color

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

This div border color is #407baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407baa


Comments

No comments written yet.

Please login to write comment.