Color Hex Logo

#407999 Color Hex

#407999
(64,121,153)
0 Favorites   0 Comments

Color spaces of #407999

RGB 64121153
HSL0.560.410.43
HSV202°58°60°
CMYK 0.580.210.00   0.40
XYZ14.701517.064632.6559
Yxy17.06460.22820.2649
Hunter Lab41.3093-8.7653-17.9535
CIE-Lab48.3413-8.9363-22.9410

#407999 color RGB value is (64,121,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111001 10011001
Octal 100 171 231
Decimal 64 121 153
Hex 40 79 99

RGB Percentages of Color #407999

%18.93
%35.80
%45.27

CMYK Percentages of Color #407999

%58
%21
%0
%40

Triadic Colors of #407999

#407999 #994079 #799940

Analogous Colors of #407999

#407999 #404c99 #40998d

Monochromatic Colors of #407999

#407999

Complementary Color

#407999 #996040

#407999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#407999 Color CSS Codes

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

#407999 Text Font Color

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

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


#407999 Background Color

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

This div background color is #407999


#407999 Border Color

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

This div border color is #407999


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,121,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 #407999">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407999


Comments

No comments written yet.

Please login to write comment.