Color Hex Logo

#47458a Color Hex

#47458A
(71,69,138)
0 Favorites   0 Comments

Color spaces of #47458a

RGB 7169138
HSL0.670.330.41
HSV242°50°54°
CMYK 0.490.500.00   0.46
XYZ9.31417.430824.9881
Yxy7.43080.22320.1781
Hunter Lab27.259513.2863-35.2680
CIE-Lab32.768220.3100-38.3657

#47458a color RGB value is (71,69,138).

#47458a hex color red value is 71, green value is 69 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #47458a hue: 0.67 , saturation: 0.33 and the lightness value of 47458a is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000101 10001010
Octal 107 105 212
Decimal 71 69 138
Hex 47 45 8A

RGB Percentages of Color #47458a

%25.54
%24.82
%49.64

CMYK Percentages of Color #47458a

%49
%50
%0
%46

Triadic Colors of #47458a

#47458a #8a4745 #458a47

Analogous Colors of #47458a

#47458a #6a458a #45668a

Monochromatic Colors of #47458a

#47458a

Complementary Color

#47458a #888a45

#47458a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47458a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47458a Color CSS Codes

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

#47458a Text Font Color

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

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


#47458a Background Color

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

This div background color is #47458a


#47458a Border Color

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

This div border color is #47458a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,69,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 #47458a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47458a


Comments

No comments written yet.

Please login to write comment.