Color Hex Logo

#407bae Color Hex

#407BAE
(64,123,174)
0 Favorites   0 Comments

Color spaces of #407bae

RGB 64123174
HSL0.580.460.47
HSV208°63°68°
CMYK 0.630.290.00   0.32
XYZ16.837318.311942.6915
Yxy18.31190.21630.2352
Hunter Lab42.7924-4.6533-29.1955
CIE-Lab49.8722-3.1207-32.8101

#407bae color RGB value is (64,123,174).

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

The process color (four color CMYK) of #407bae color hex is 0.63, 0.29, 0.00, 0.32. Web safe color of #407bae is #336699. Color #407bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111011 10101110
Octal 100 173 256
Decimal 64 123 174
Hex 40 7B AE

RGB Percentages of Color #407bae

%17.73
%34.07
%48.20

CMYK Percentages of Color #407bae

%63
%29
%0
%32

Triadic Colors of #407bae

#407bae #ae407b #7bae40

Analogous Colors of #407bae

#407bae #4044ae #40aeaa

Monochromatic Colors of #407bae

#407bae

Complementary Color

#407bae #ae7340

#407bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#407bae Color CSS Codes

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

#407bae Text Font Color

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

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


#407bae Background Color

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

This div background color is #407bae


#407bae Border Color

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

This div border color is #407bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407bae


Comments

No comments written yet.

Please login to write comment.