Color Hex Logo

#416faf Color Hex

#416FAF
(65,111,175)
0 Favorites   0 Comments

Color spaces of #416faf

RGB 65111175
HSL0.600.460.47
HSV215°63°69°
CMYK 0.630.370.00   0.31
XYZ15.602315.587842.7439
Yxy15.58780.21100.2108
Hunter Lab39.48141.4474-36.5524
CIE-Lab46.42904.6801-38.8066

#416faf color RGB value is (65,111,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101111 10101111
Octal 101 157 257
Decimal 65 111 175
Hex 41 6F AF

RGB Percentages of Color #416faf

%18.52
%31.62
%49.86

CMYK Percentages of Color #416faf

%63
%37
%0
%31

Triadic Colors of #416faf

#416faf #af416f #6faf41

Analogous Colors of #416faf

#416faf #4a41af #41a6af

Monochromatic Colors of #416faf

#416faf

Complementary Color

#416faf #af8141

#416faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#416faf Color CSS Codes

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

#416faf Text Font Color

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

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


#416faf Background Color

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

This div background color is #416faf


#416faf Border Color

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

This div border color is #416faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,111,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 #416faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416faf


Comments

No comments written yet.

Please login to write comment.