Color Hex Logo

#47609c Color Hex

#47609C
(71,96,156)
0 Favorites   0 Comments

Color spaces of #47609c

RGB 7196156
HSL0.620.370.45
HSV222°54°61°
CMYK 0.540.380.00   0.39
XYZ12.782212.105633.1154
Yxy12.10560.22040.2087
Hunter Lab34.79314.6889-32.0759
CIE-Lab41.38358.8260-35.5623

#47609c color RGB value is (71,96,156).

#47609c hex color red value is 71, green value is 96 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #47609c hue: 0.62 , saturation: 0.37 and the lightness value of 47609c is 0.45.

The process color (four color CMYK) of #47609c color hex is 0.54, 0.38, 0.00, 0.39. Web safe color of #47609c is #336699. Color #47609c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100000 10011100
Octal 107 140 234
Decimal 71 96 156
Hex 47 60 9C

RGB Percentages of Color #47609c

%21.98
%29.72
%48.30

CMYK Percentages of Color #47609c

%54
%38
%0
%39

Triadic Colors of #47609c

#47609c #9c4760 #609c47

Analogous Colors of #47609c

#47609c #58479c #478b9c

Monochromatic Colors of #47609c

#47609c

Complementary Color

#47609c #9c8347

#47609c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47609c Color Preview on White Background

Lorem ipsum dolor sit amet.

#47609c Color CSS Codes

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

#47609c Text Font Color

<p style="color:#47609c">Text here</p>

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


#47609c Background Color

<div style="background-color:#47609c">
Div content here</div>

This div background color is #47609c


#47609c Border Color

<div style="border:3px solid #47609c">
Div here</div>

This div border color is #47609c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,96,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47609c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47609c;
  -webkit-box-shadow: 1px 1px 3px 2px #47609c;
  box-shadow:         1px 1px 3px 2px #47609c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47609c


Comments

No comments written yet.

Please login to write comment.