Color Hex Logo

#407899 Color Hex

#407899
(64,120,153)
0 Favorites   0 Comments

Color spaces of #407899

RGB 64120153
HSL0.560.410.43
HSV202°58°60°
CMYK 0.580.220.00   0.40
XYZ14.580616.822832.6156
Yxy16.82280.22780.2628
Hunter Lab41.0156-8.3225-18.4365
CIE-Lab48.0360-8.3579-23.4123

#407899 color RGB value is (64,120,153).

#407899 hex color red value is 64, green value is 120 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #407899 hue: 0.56 , saturation: 0.41 and the lightness value of 407899 is 0.43.

The process color (four color CMYK) of #407899 color hex is 0.58, 0.22, 0.00, 0.40. Web safe color of #407899 is #336699. Color #407899 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111000 10011001
Octal 100 170 231
Decimal 64 120 153
Hex 40 78 99

RGB Percentages of Color #407899

%18.99
%35.61
%45.40

CMYK Percentages of Color #407899

%58
%22
%0
%40

Triadic Colors of #407899

#407899 #994078 #789940

Analogous Colors of #407899

#407899 #404c99 #40998e

Monochromatic Colors of #407899

#407899

Complementary Color

#407899 #996140

#407899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#407899 Color CSS Codes

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

#407899 Text Font Color

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

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


#407899 Background Color

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

This div background color is #407899


#407899 Border Color

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

This div border color is #407899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407899


Comments

No comments written yet.

Please login to write comment.