Color Hex Logo

#407599 Color Hex

#407599
(64,117,153)
0 Favorites   0 Comments

Color spaces of #407599

RGB 64117153
HSL0.570.410.43
HSV204°58°60°
CMYK 0.580.240.00   0.40
XYZ14.225416.112532.4973
Yxy16.11250.22640.2564
Hunter Lab40.1404-6.9868-19.9024
CIE-Lab47.1217-6.6086-24.8266

#407599 color RGB value is (64,117,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110101 10011001
Octal 100 165 231
Decimal 64 117 153
Hex 40 75 99

RGB Percentages of Color #407599

%19.16
%35.03
%45.81

CMYK Percentages of Color #407599

%58
%24
%0
%40

Triadic Colors of #407599

#407599 #994075 #759940

Analogous Colors of #407599

#407599 #404899 #409991

Monochromatic Colors of #407599

#407599

Complementary Color

#407599 #996440

#407599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#407599 Color CSS Codes

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

#407599 Text Font Color

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

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


#407599 Background Color

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

This div background color is #407599


#407599 Border Color

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

This div border color is #407599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407599


Comments

No comments written yet.

Please login to write comment.