Color Hex Logo

#414e74 Color Hex

#414E74
(65,78,116)
0 Favorites   0 Comments

Color spaces of #414e74

RGB 6578116
HSL0.620.280.35
HSV225°44°45°
CMYK 0.440.330.00   0.55
XYZ8.05677.833617.6104
Yxy7.83360.24050.2338
Hunter Lab27.98862.4024-17.7133
CIE-Lab33.63395.6998-23.3925

#414e74 color RGB value is (65,78,116).

#414e74 hex color red value is 65, green value is 78 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #414e74 hue: 0.62 , saturation: 0.28 and the lightness value of 414e74 is 0.35.

The process color (four color CMYK) of #414e74 color hex is 0.44, 0.33, 0.00, 0.55. Web safe color of #414e74 is #336666. Color #414e74 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001110 01110100
Octal 101 116 164
Decimal 65 78 116
Hex 41 4E 74

RGB Percentages of Color #414e74

%25.10
%30.12
%44.79

CMYK Percentages of Color #414e74

%44
%33
%0
%55

Triadic Colors of #414e74

#414e74 #74414e #4e7441

Analogous Colors of #414e74

#414e74 #4d4174 #416874

Monochromatic Colors of #414e74

#414e74

Complementary Color

#414e74 #746741

#414e74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414e74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414e74 Color CSS Codes

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

#414e74 Text Font Color

<p style="color:#414e74">Text here</p>

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


#414e74 Background Color

<div style="background-color:#414e74">
Div content here</div>

This div background color is #414e74


#414e74 Border Color

<div style="border:3px solid #414e74">
Div here</div>

This div border color is #414e74


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,78,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #414e74; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #414e74;
  -webkit-box-shadow: 1px 1px 3px 2px #414e74;
  box-shadow:         1px 1px 3px 2px #414e74; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414e74


Comments

No comments written yet.

Please login to write comment.