Color Hex Logo

#41468e Color Hex

#41468E
(65,70,142)
0 Favorites   0 Comments

Color spaces of #41468e

RGB 6570142
HSL0.660.370.41
HSV236°54°56°
CMYK 0.540.510.00   0.44
XYZ9.25267.457126.5429
Yxy7.45710.21390.1724
Hunter Lab27.307712.6923-38.5141
CIE-Lab32.825619.5538-40.7553

#41468e color RGB value is (65,70,142).

#41468e hex color red value is 65, green value is 70 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #41468e hue: 0.66 , saturation: 0.37 and the lightness value of 41468e is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000110 10001110
Octal 101 106 216
Decimal 65 70 142
Hex 41 46 8E

RGB Percentages of Color #41468e

%23.47
%25.27
%51.26

CMYK Percentages of Color #41468e

%54
%51
%0
%44

Triadic Colors of #41468e

#41468e #8e4146 #468e41

Analogous Colors of #41468e

#41468e #62418e #416d8e

Monochromatic Colors of #41468e

#41468e

Complementary Color

#41468e #8e8941

#41468e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41468e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41468e Color CSS Codes

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

#41468e Text Font Color

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

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


#41468e Background Color

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

This div background color is #41468e


#41468e Border Color

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

This div border color is #41468e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,70,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41468e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41468e;
  -webkit-box-shadow: 1px 1px 3px 2px #41468e;
  box-shadow:         1px 1px 3px 2px #41468e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41468e


Comments

No comments written yet.

Please login to write comment.