Color Hex Logo

#414874 Color Hex

#414874
(65,72,116)
0 Favorites   0 Comments

Color spaces of #414874

RGB 6572116
HSL0.640.280.35
HSV232°44°45°
CMYK 0.440.380.00   0.55
XYZ7.64977.019517.4747
Yxy7.01950.23800.2184
Hunter Lab26.49435.1731-20.5595
CIE-Lab31.85139.6211-26.1854

#414874 color RGB value is (65,72,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001000 01110100
Octal 101 110 164
Decimal 65 72 116
Hex 41 48 74

RGB Percentages of Color #414874

%25.69
%28.46
%45.85

CMYK Percentages of Color #414874

%44
%38
%0
%55

Triadic Colors of #414874

#414874 #744148 #487441

Analogous Colors of #414874

#414874 #544174 #416274

Monochromatic Colors of #414874

#414874

Complementary Color

#414874 #746d41

#414874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414874 Color CSS Codes

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

#414874 Text Font Color

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

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


#414874 Background Color

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

This div background color is #414874


#414874 Border Color

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

This div border color is #414874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414874


Comments

No comments written yet.

Please login to write comment.