Color Hex Logo

#41478a Color Hex

#41478A
(65,71,138)
0 Favorites   0 Comments

Color spaces of #41478a

RGB 6571138
HSL0.650.360.40
HSV235°53°54°
CMYK 0.530.490.00   0.46
XYZ9.02077.465325.0103
Yxy7.46530.21740.1799
Hunter Lab27.322711.1178-35.1462
CIE-Lab32.843517.5388-38.2720

#41478a color RGB value is (65,71,138).

#41478a hex color red value is 65, green value is 71 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #41478a hue: 0.65 , saturation: 0.36 and the lightness value of 41478a is 0.40.

The process color (four color CMYK) of #41478a color hex is 0.53, 0.49, 0.00, 0.46. Web safe color of #41478a is #333399. Color #41478a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000111 10001010
Octal 101 107 212
Decimal 65 71 138
Hex 41 47 8A

RGB Percentages of Color #41478a

%23.72
%25.91
%50.36

CMYK Percentages of Color #41478a

%53
%49
%0
%46

Triadic Colors of #41478a

#41478a #8a4147 #478a41

Analogous Colors of #41478a

#41478a #5f418a #416c8a

Monochromatic Colors of #41478a

#41478a

Complementary Color

#41478a #8a8441

#41478a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41478a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41478a Color CSS Codes

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

#41478a Text Font Color

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

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


#41478a Background Color

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

This div background color is #41478a


#41478a Border Color

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

This div border color is #41478a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41478a


Comments

No comments written yet.

Please login to write comment.