Color Hex Logo

#414770 Color Hex

#414770
(65,71,112)
0 Favorites   0 Comments

Color spaces of #414770

RGB 6571112
HSL0.650.270.35
HSV232°42°44°
CMYK 0.420.370.00   0.56
XYZ7.35786.800116.2540
Yxy6.80010.24190.2236
Hunter Lab26.07704.7302-18.7020
CIE-Lab31.34749.0112-24.4619

#414770 color RGB value is (65,71,112).

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

The process color (four color CMYK) of #414770 color hex is 0.42, 0.37, 0.00, 0.56. Web safe color of #414770 is #333366. Color #414770 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000111 01110000
Octal 101 107 160
Decimal 65 71 112
Hex 41 47 70

RGB Percentages of Color #414770

%26.21
%28.63
%45.16

CMYK Percentages of Color #414770

%42
%37
%0
%56

Triadic Colors of #414770

#414770 #704147 #477041

Analogous Colors of #414770

#414770 #534170 #415e70

Monochromatic Colors of #414770

#414770

Complementary Color

#414770 #706a41

#414770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414770 Color CSS Codes

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

#414770 Text Font Color

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

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


#414770 Background Color

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

This div background color is #414770


#414770 Border Color

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

This div border color is #414770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414770


Comments

No comments written yet.

Please login to write comment.