Color Hex Logo

#474991 Color Hex

#474991
(71,73,145)
0 Favorites   0 Comments

Color spaces of #474991

RGB 7173145
HSL0.660.340.42
HSV238°51°57°
CMYK 0.510.500.00   0.43
XYZ10.09198.149027.8291
Yxy8.14900.21910.1769
Hunter Lab28.546513.1480-37.8176
CIE-Lab34.291319.9908-40.2147

#474991 color RGB value is (71,73,145).

#474991 hex color red value is 71, green value is 73 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #474991 hue: 0.66 , saturation: 0.34 and the lightness value of 474991 is 0.42.

The process color (four color CMYK) of #474991 color hex is 0.51, 0.50, 0.00, 0.43. Web safe color of #474991 is #333399. Color #474991 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001001 10010001
Octal 107 111 221
Decimal 71 73 145
Hex 47 49 91

RGB Percentages of Color #474991

%24.57
%25.26
%50.17

CMYK Percentages of Color #474991

%51
%50
%0
%43

Triadic Colors of #474991

#474991 #914749 #499147

Analogous Colors of #474991

#474991 #6a4791 #476e91

Monochromatic Colors of #474991

#474991

Complementary Color

#474991 #918f47

#474991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474991 Color CSS Codes

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

#474991 Text Font Color

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

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


#474991 Background Color

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

This div background color is #474991


#474991 Border Color

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

This div border color is #474991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474991


Comments

No comments written yet.

Please login to write comment.