Color Hex Logo

#416b76 Color Hex

#416B76
(65,107,118)
0 Favorites   0 Comments

Color spaces of #416b76

RGB 65107118
HSL0.530.290.36
HSV192°45°46°
CMYK 0.450.090.00   0.54
XYZ10.707712.947219.0742
Yxy12.94720.25060.3030
Hunter Lab35.9822-9.8503-6.2421
CIE-Lab42.6836-11.4620-10.7288

#416b76 color RGB value is (65,107,118).

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

The process color (four color CMYK) of #416b76 color hex is 0.45, 0.09, 0.00, 0.54. Web safe color of #416b76 is #336666. Color #416b76 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101011 01110110
Octal 101 153 166
Decimal 65 107 118
Hex 41 6B 76

RGB Percentages of Color #416b76

%22.41
%36.90
%40.69

CMYK Percentages of Color #416b76

%45
%9
%0
%54

Triadic Colors of #416b76

#416b76 #76416b #6b7641

Analogous Colors of #416b76

#416b76 #415176 #417667

Monochromatic Colors of #416b76

#416b76

Complementary Color

#416b76 #764c41

#416b76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416b76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#416b76 Color CSS Codes

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

#416b76 Text Font Color

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

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


#416b76 Background Color

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

This div background color is #416b76


#416b76 Border Color

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

This div border color is #416b76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416b76


Comments

No comments written yet.

Please login to write comment.