Color Hex Logo

#416e77 Color Hex

#416E77
(65,110,119)
0 Favorites   0 Comments

Color spaces of #416e77

RGB 65110119
HSL0.530.290.36
HSV190°45°47°
CMYK 0.450.080.00   0.53
XYZ11.085713.607619.4950
Yxy13.60760.25090.3079
Hunter Lab36.8885-10.9121-5.5119
CIE-Lab43.6648-12.8827-9.8539

#416e77 color RGB value is (65,110,119).

#416e77 hex color red value is 65, green value is 110 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #416e77 hue: 0.53 , saturation: 0.29 and the lightness value of 416e77 is 0.36.

The process color (four color CMYK) of #416e77 color hex is 0.45, 0.08, 0.00, 0.53. Web safe color of #416e77 is #336666. Color #416e77 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101110 01110111
Octal 101 156 167
Decimal 65 110 119
Hex 41 6E 77

RGB Percentages of Color #416e77

%22.11
%37.41
%40.48

CMYK Percentages of Color #416e77

%45
%8
%0
%53

Triadic Colors of #416e77

#416e77 #77416e #6e7741

Analogous Colors of #416e77

#416e77 #415377 #417765

Monochromatic Colors of #416e77

#416e77

Complementary Color

#416e77 #774a41

#416e77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416e77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#416e77 Color CSS Codes

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

#416e77 Text Font Color

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

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


#416e77 Background Color

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

This div background color is #416e77


#416e77 Border Color

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

This div border color is #416e77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416e77


Comments

No comments written yet.

Please login to write comment.