Color Hex Logo

#416f8d Color Hex

#416F8D
(65,111,141)
0 Favorites   0 Comments

Color spaces of #416f8d

RGB 65111141
HSL0.570.370.40
HSV204°54°55°
CMYK 0.540.210.00   0.45
XYZ12.672114.415827.3139
Yxy14.41580.23290.2650
Hunter Lab37.9681-6.8688-16.0749
CIE-Lab44.8234-6.7391-21.2677

#416f8d color RGB value is (65,111,141).

#416f8d hex color red value is 65, green value is 111 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #416f8d hue: 0.57 , saturation: 0.37 and the lightness value of 416f8d is 0.40.

The process color (four color CMYK) of #416f8d color hex is 0.54, 0.21, 0.00, 0.45. Web safe color of #416f8d is #336699. Color #416f8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101111 10001101
Octal 101 157 215
Decimal 65 111 141
Hex 41 6F 8D

RGB Percentages of Color #416f8d

%20.50
%35.02
%44.48

CMYK Percentages of Color #416f8d

%54
%21
%0
%45

Triadic Colors of #416f8d

#416f8d #8d416f #6f8d41

Analogous Colors of #416f8d

#416f8d #41498d #418d85

Monochromatic Colors of #416f8d

#416f8d

Complementary Color

#416f8d #8d5f41

#416f8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416f8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#416f8d Color CSS Codes

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

#416f8d Text Font Color

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

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


#416f8d Background Color

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

This div background color is #416f8d


#416f8d Border Color

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

This div border color is #416f8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416f8d

#416f8d Color Palettes


Comments

No comments written yet.

Please login to write comment.