Color Hex Logo

#416eaf Color Hex

#416EAF
(65,110,175)
0 Favorites   0 Comments

Color spaces of #416eaf

RGB 65110175
HSL0.600.460.47
HSV215°63°69°
CMYK 0.630.370.00   0.31
XYZ15.493815.370842.7077
Yxy15.37080.21060.2089
Hunter Lab39.20561.9322-37.1422
CIE-Lab46.13795.2985-39.2671

#416eaf color RGB value is (65,110,175).

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

The process color (four color CMYK) of #416eaf color hex is 0.63, 0.37, 0.00, 0.31. Web safe color of #416eaf is #336699. Color #416eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101110 10101111
Octal 101 156 257
Decimal 65 110 175
Hex 41 6E AF

RGB Percentages of Color #416eaf

%18.57
%31.43
%50.00

CMYK Percentages of Color #416eaf

%63
%37
%0
%31

Triadic Colors of #416eaf

#416eaf #af416e #6eaf41

Analogous Colors of #416eaf

#416eaf #4b41af #41a5af

Monochromatic Colors of #416eaf

#416eaf

Complementary Color

#416eaf #af8241

#416eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#416eaf Color CSS Codes

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

#416eaf Text Font Color

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

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


#416eaf Background Color

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

This div background color is #416eaf


#416eaf Border Color

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

This div border color is #416eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416eaf


Comments

No comments written yet.

Please login to write comment.