Color Hex Logo

#414790 Color Hex

#414790
(65,71,144)
0 Favorites   0 Comments

Color spaces of #414790

RGB 6571144
HSL0.650.380.41
HSV235°55°56°
CMYK 0.550.510.00   0.44
XYZ9.46737.643927.3620
Yxy7.64390.21290.1719
Hunter Lab27.647612.7400-39.3242
CIE-Lab33.230019.5765-41.3304

#414790 color RGB value is (65,71,144).

#414790 hex color red value is 65, green value is 71 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #414790 hue: 0.65 , saturation: 0.38 and the lightness value of 414790 is 0.41.

The process color (four color CMYK) of #414790 color hex is 0.55, 0.51, 0.00, 0.44. Web safe color of #414790 is #333399. Color #414790 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000111 10010000
Octal 101 107 220
Decimal 65 71 144
Hex 41 47 90

RGB Percentages of Color #414790

%23.21
%25.36
%51.43

CMYK Percentages of Color #414790

%55
%51
%0
%44

Triadic Colors of #414790

#414790 #904147 #479041

Analogous Colors of #414790

#414790 #624190 #416f90

Monochromatic Colors of #414790

#414790

Complementary Color

#414790 #908a41

#414790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414790 Color CSS Codes

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

#414790 Text Font Color

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

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


#414790 Background Color

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

This div background color is #414790


#414790 Border Color

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

This div border color is #414790


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,71,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #414790; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #414790;
  -webkit-box-shadow: 1px 1px 3px 2px #414790;
  box-shadow:         1px 1px 3px 2px #414790; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414790


Comments

No comments written yet.

Please login to write comment.