Color Hex Logo

#407789 Color Hex

#407789
(64,119,137)
0 Favorites   0 Comments

Color spaces of #407789

RGB 64119137
HSL0.540.360.39
HSV195°53°54°
CMYK 0.530.130.00   0.46
XYZ13.226516.089826.0754
Yxy16.08980.23880.2905
Hunter Lab40.1121-11.3378-10.4638
CIE-Lab47.0921-12.8458-15.4202

#407789 color RGB value is (64,119,137).

#407789 hex color red value is 64, green value is 119 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #407789 hue: 0.54 , saturation: 0.36 and the lightness value of 407789 is 0.39.

The process color (four color CMYK) of #407789 color hex is 0.53, 0.13, 0.00, 0.46. Web safe color of #407789 is #336699. Color #407789 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110111 10001001
Octal 100 167 211
Decimal 64 119 137
Hex 40 77 89

RGB Percentages of Color #407789

%20.00
%37.19
%42.81

CMYK Percentages of Color #407789

%53
%13
%0
%46

Triadic Colors of #407789

#407789 #894077 #778940

Analogous Colors of #407789

#407789 #405389 #408977

Monochromatic Colors of #407789

#407789

Complementary Color

#407789 #895240

#407789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#407789 Color CSS Codes

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

#407789 Text Font Color

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

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


#407789 Background Color

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

This div background color is #407789


#407789 Border Color

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

This div border color is #407789


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,119,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #407789; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #407789;
  -webkit-box-shadow: 1px 1px 3px 2px #407789;
  box-shadow:         1px 1px 3px 2px #407789; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407789


Comments

No comments written yet.

Please login to write comment.