Color Hex Logo

#414774 Color Hex

#414774
(65,71,116)
0 Favorites   0 Comments

Color spaces of #414774

RGB 6571116
HSL0.650.280.35
HSV233°44°45°
CMYK 0.440.390.00   0.55
XYZ7.58566.891217.4533
Yxy6.89120.23760.2158
Hunter Lab26.25115.6405-21.0438
CIE-Lab31.557910.2807-26.6468

#414774 color RGB value is (65,71,116).

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

The process color (four color CMYK) of #414774 color hex is 0.44, 0.39, 0.00, 0.55. Web safe color of #414774 is #333366. Color #414774 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000111 01110100
Octal 101 107 164
Decimal 65 71 116
Hex 41 47 74

RGB Percentages of Color #414774

%25.79
%28.17
%46.03

CMYK Percentages of Color #414774

%44
%39
%0
%55

Triadic Colors of #414774

#414774 #744147 #477441

Analogous Colors of #414774

#414774 #554174 #416074

Monochromatic Colors of #414774

#414774

Complementary Color

#414774 #746e41

#414774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414774 Color CSS Codes

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

#414774 Text Font Color

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

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


#414774 Background Color

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

This div background color is #414774


#414774 Border Color

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

This div border color is #414774


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,71,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 #414774">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414774


Comments

No comments written yet.

Please login to write comment.