Color Hex Logo

#41468d Color Hex

#41468D
(65,70,141)
0 Favorites   0 Comments

Color spaces of #41468d

RGB 6570141
HSL0.660.370.40
HSV236°54°55°
CMYK 0.540.500.00   0.45
XYZ9.17797.427226.1492
Yxy7.42720.21470.1737
Hunter Lab27.252912.4205-37.8118
CIE-Lab32.760319.2148-40.2472

#41468d color RGB value is (65,70,141).

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

The process color (four color CMYK) of #41468d color hex is 0.54, 0.50, 0.00, 0.45. Web safe color of #41468d is #333399. Color #41468d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000110 10001101
Octal 101 106 215
Decimal 65 70 141
Hex 41 46 8D

RGB Percentages of Color #41468d

%23.55
%25.36
%51.09

CMYK Percentages of Color #41468d

%54
%50
%0
%45

Triadic Colors of #41468d

#41468d #8d4146 #468d41

Analogous Colors of #41468d

#41468d #62418d #416c8d

Monochromatic Colors of #41468d

#41468d

Complementary Color

#41468d #8d8841

#41468d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41468d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41468d Color CSS Codes

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

#41468d Text Font Color

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

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


#41468d Background Color

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

This div background color is #41468d


#41468d Border Color

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

This div border color is #41468d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41468d


Comments

No comments written yet.

Please login to write comment.