Color Hex Logo

#47496e Color Hex

#47496E
(71,73,110)
0 Favorites   0 Comments

Color spaces of #47496e

RGB 7173110
HSL0.660.220.35
HSV237°35°43°
CMYK 0.350.340.00   0.57
XYZ7.79557.230515.7366
Yxy7.23050.25340.2350
Hunter Lab26.88964.6918-15.8756
CIE-Lab32.32608.9377-21.6369

#47496e color RGB value is (71,73,110).

#47496e hex color red value is 71, green value is 73 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #47496e hue: 0.66 , saturation: 0.22 and the lightness value of 47496e is 0.35.

The process color (four color CMYK) of #47496e color hex is 0.35, 0.34, 0.00, 0.57. Web safe color of #47496e is #333366. Color #47496e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001001 01101110
Octal 107 111 156
Decimal 71 73 110
Hex 47 49 6E

RGB Percentages of Color #47496e

%27.95
%28.74
%43.31

CMYK Percentages of Color #47496e

%35
%34
%0
%57

Triadic Colors of #47496e

#47496e #6e4749 #496e47

Analogous Colors of #47496e

#47496e #59476e #475d6e

Monochromatic Colors of #47496e

#47496e

Complementary Color

#47496e #6e6c47

#47496e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47496e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47496e Color CSS Codes

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

#47496e Text Font Color

<p style="color:#47496e">Text here</p>

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


#47496e Background Color

<div style="background-color:#47496e">
Div content here</div>

This div background color is #47496e


#47496e Border Color

<div style="border:3px solid #47496e">
Div here</div>

This div border color is #47496e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,73,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47496e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47496e;
  -webkit-box-shadow: 1px 1px 3px 2px #47496e;
  box-shadow:         1px 1px 3px 2px #47496e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47496e


Comments

No comments written yet.

Please login to write comment.