Color Hex Logo

#407ba6 Color Hex

#407BA6
(64,123,166)
0 Favorites   0 Comments

Color spaces of #407ba6

RGB 64123166
HSL0.570.440.45
HSV205°61°65°
CMYK 0.610.260.00   0.35
XYZ16.080218.009138.7050
Yxy18.00910.22090.2474
Hunter Lab42.4371-6.6281-24.3698
CIE-Lab49.5071-5.8207-28.7335

#407ba6 color RGB value is (64,123,166).

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

The process color (four color CMYK) of #407ba6 color hex is 0.61, 0.26, 0.00, 0.35. Web safe color of #407ba6 is #336699. Color #407ba6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111011 10100110
Octal 100 173 246
Decimal 64 123 166
Hex 40 7B A6

RGB Percentages of Color #407ba6

%18.13
%34.84
%47.03

CMYK Percentages of Color #407ba6

%61
%26
%0
%35

Triadic Colors of #407ba6

#407ba6 #a6407b #7ba640

Analogous Colors of #407ba6

#407ba6 #4048a6 #40a69e

Monochromatic Colors of #407ba6

#407ba6

Complementary Color

#407ba6 #a66b40

#407ba6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407ba6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#407ba6 Color CSS Codes

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

#407ba6 Text Font Color

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

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


#407ba6 Background Color

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

This div background color is #407ba6


#407ba6 Border Color

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

This div border color is #407ba6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407ba6


Comments

No comments written yet.

Please login to write comment.