Color Hex Logo

#473592 Color Hex

#473592
(71,53,146)
0 Favorites   0 Comments

Color spaces of #473592

RGB 7153146
HSL0.700.470.39
HSV252°64°57°
CMYK 0.510.640.00   0.43
XYZ9.05995.961127.8672
Yxy5.96110.21120.1390
Hunter Lab24.415423.5098-50.5816
CIE-Lab29.314133.0817-48.8539

#473592 color RGB value is (71,53,146).

#473592 hex color red value is 71, green value is 53 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #473592 hue: 0.70 , saturation: 0.47 and the lightness value of 473592 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110101 10010010
Octal 107 65 222
Decimal 71 53 146
Hex 47 35 92

RGB Percentages of Color #473592

%26.30
%19.63
%54.07

CMYK Percentages of Color #473592

%51
%64
%0
%43

Triadic Colors of #473592

#473592 #924735 #359247

Analogous Colors of #473592

#473592 #763592 #355292

Monochromatic Colors of #473592

#473592

Complementary Color

#473592 #809235

#473592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473592 Color CSS Codes

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

#473592 Text Font Color

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

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


#473592 Background Color

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

This div background color is #473592


#473592 Border Color

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

This div border color is #473592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473592


Comments

No comments written yet.

Please login to write comment.