Color Hex Logo

#47649a Color Hex

#47649A
(71,100,154)
0 Favorites   0 Comments

Color spaces of #47649a

RGB 71100154
HSL0.610.370.44
HSV219°54°60°
CMYK 0.540.350.00   0.40
XYZ12.988412.787032.3554
Yxy12.78700.22340.2200
Hunter Lab35.75892.2569-28.6156
CIE-Lab42.44055.6398-32.7028

#47649a color RGB value is (71,100,154).

#47649a hex color red value is 71, green value is 100 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #47649a hue: 0.61 , saturation: 0.37 and the lightness value of 47649a is 0.44.

The process color (four color CMYK) of #47649a color hex is 0.54, 0.35, 0.00, 0.40. Web safe color of #47649a is #336699. Color #47649a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100100 10011010
Octal 107 144 232
Decimal 71 100 154
Hex 47 64 9A

RGB Percentages of Color #47649a

%21.85
%30.77
%47.38

CMYK Percentages of Color #47649a

%54
%35
%0
%40

Triadic Colors of #47649a

#47649a #9a4764 #649a47

Analogous Colors of #47649a

#47649a #53479a #478e9a

Monochromatic Colors of #47649a

#47649a

Complementary Color

#47649a #9a7d47

#47649a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47649a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47649a Color CSS Codes

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

#47649a Text Font Color

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

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


#47649a Background Color

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

This div background color is #47649a


#47649a Border Color

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

This div border color is #47649a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47649a


Comments

No comments written yet.

Please login to write comment.