Color Hex Logo

#47419a Color Hex

#47419A
(71,65,154)
0 Favorites   0 Comments

Color spaces of #47419a

RGB 7165154
HSL0.680.410.43
HSV244°58°60°
CMYK 0.540.580.00   0.40
XYZ10.32167.453331.4665
Yxy7.45330.20960.1514
Hunter Lab27.300719.7093-49.2264
CIE-Lab32.817328.1268-48.0610

#47419a color RGB value is (71,65,154).

#47419a hex color red value is 71, green value is 65 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #47419a hue: 0.68 , saturation: 0.41 and the lightness value of 47419a is 0.43.

The process color (four color CMYK) of #47419a color hex is 0.54, 0.58, 0.00, 0.40. Web safe color of #47419a is #333399. Color #47419a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000001 10011010
Octal 107 101 232
Decimal 71 65 154
Hex 47 41 9A

RGB Percentages of Color #47419a

%24.48
%22.41
%53.10

CMYK Percentages of Color #47419a

%54
%58
%0
%40

Triadic Colors of #47419a

#47419a #9a4741 #419a47

Analogous Colors of #47419a

#47419a #74419a #41689a

Monochromatic Colors of #47419a

#47419a

Complementary Color

#47419a #949a41

#47419a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47419a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47419a Color CSS Codes

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

#47419a Text Font Color

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

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


#47419a Background Color

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

This div background color is #47419a


#47419a Border Color

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

This div border color is #47419a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47419a


Comments

No comments written yet.

Please login to write comment.