Color Hex Logo

#407baf Color Hex

#407BAF
(64,123,175)
0 Favorites   0 Comments

Color spaces of #407baf

RGB 64123175
HSL0.580.460.47
HSV208°63°69°
CMYK 0.630.300.00   0.31
XYZ16.935218.351143.2070
Yxy18.35110.21580.2338
Hunter Lab42.8382-4.4005-29.8137
CIE-Lab49.9192-2.7800-33.3159

#407baf color RGB value is (64,123,175).

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

The process color (four color CMYK) of #407baf color hex is 0.63, 0.30, 0.00, 0.31. Web safe color of #407baf is #336699. Color #407baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111011 10101111
Octal 100 173 257
Decimal 64 123 175
Hex 40 7B AF

RGB Percentages of Color #407baf

%17.68
%33.98
%48.34

CMYK Percentages of Color #407baf

%63
%30
%0
%31

Triadic Colors of #407baf

#407baf #af407b #7baf40

Analogous Colors of #407baf

#407baf #4043af #40afac

Monochromatic Colors of #407baf

#407baf

Complementary Color

#407baf #af7440

#407baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#407baf Color CSS Codes

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

#407baf Text Font Color

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

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


#407baf Background Color

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

This div background color is #407baf


#407baf Border Color

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

This div border color is #407baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407baf


Comments

No comments written yet.

Please login to write comment.