Color Hex Logo

#47296b Color Hex

#47296B
(71,41,107)
0 Favorites   0 Comments

Color spaces of #47296b

RGB 7141107
HSL0.740.450.29
HSV267°62°42°
CMYK 0.340.620.00   0.58
XYZ6.04533.987014.3609
Yxy3.98700.24780.1634
Hunter Lab19.967519.0991-28.6650
CIE-Lab23.628428.7737-33.4805

#47296b color RGB value is (71,41,107).

#47296b hex color red value is 71, green value is 41 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #47296b hue: 0.74 , saturation: 0.45 and the lightness value of 47296b is 0.29.

The process color (four color CMYK) of #47296b color hex is 0.34, 0.62, 0.00, 0.58. Web safe color of #47296b is #333366. Color #47296b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101001 01101011
Octal 107 51 153
Decimal 71 41 107
Hex 47 29 6B

RGB Percentages of Color #47296b

%32.42
%18.72
%48.86

CMYK Percentages of Color #47296b

%34
%62
%0
%58

Triadic Colors of #47296b

#47296b #6b4729 #296b47

Analogous Colors of #47296b

#47296b #68296b #292c6b

Monochromatic Colors of #47296b

#47296b

Complementary Color

#47296b #4d6b29

#47296b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47296b Color Preview on White Background

Lorem ipsum dolor sit amet.

#47296b Color CSS Codes

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

#47296b Text Font Color

<p style="color:#47296b">Text here</p>

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


#47296b Background Color

<div style="background-color:#47296b">
Div content here</div>

This div background color is #47296b


#47296b Border Color

<div style="border:3px solid #47296b">
Div here</div>

This div border color is #47296b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,41,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47296b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47296b;
  -webkit-box-shadow: 1px 1px 3px 2px #47296b;
  box-shadow:         1px 1px 3px 2px #47296b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47296b


Comments

No comments written yet.

Please login to write comment.