Color Hex Logo

#416daa Color Hex

#416DAA
(65,109,170)
0 Favorites   0 Comments

Color spaces of #416daa

RGB 65109170
HSL0.600.450.46
HSV215°62°67°
CMYK 0.620.360.00   0.33
XYZ14.904314.963440.1329
Yxy14.96340.21290.2138
Hunter Lab38.68261.0812-34.4352
CIE-Lab45.58404.1772-37.2188

#416daa color RGB value is (65,109,170).

#416daa hex color red value is 65, green value is 109 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #416daa hue: 0.60 , saturation: 0.45 and the lightness value of 416daa is 0.46.

The process color (four color CMYK) of #416daa color hex is 0.62, 0.36, 0.00, 0.33. Web safe color of #416daa is #336699. Color #416daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101101 10101010
Octal 101 155 252
Decimal 65 109 170
Hex 41 6D AA

RGB Percentages of Color #416daa

%18.90
%31.69
%49.42

CMYK Percentages of Color #416daa

%62
%36
%0
%33

Triadic Colors of #416daa

#416daa #aa416d #6daa41

Analogous Colors of #416daa

#416daa #4a41aa #41a2aa

Monochromatic Colors of #416daa

#416daa

Complementary Color

#416daa #aa7e41

#416daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#416daa Color CSS Codes

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

#416daa Text Font Color

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

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


#416daa Background Color

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

This div background color is #416daa


#416daa Border Color

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

This div border color is #416daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,109,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #416daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #416daa;
  -webkit-box-shadow: 1px 1px 3px 2px #416daa;
  box-shadow:         1px 1px 3px 2px #416daa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,109,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416daa


Comments

No comments written yet.

Please login to write comment.