Color Hex Logo

#473386 Color Hex

#473386
(71,51,134)
0 Favorites   0 Comments

Color spaces of #473386

RGB 7151134
HSL0.710.450.36
HSV254°62°53°
CMYK 0.470.620.00   0.47
XYZ8.08545.428523.1759
Yxy5.42850.22040.1480
Hunter Lab23.299121.1706-42.6670
CIE-Lab27.922330.5795-43.6860

#473386 color RGB value is (71,51,134).

#473386 hex color red value is 71, green value is 51 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #473386 hue: 0.71 , saturation: 0.45 and the lightness value of 473386 is 0.36.

The process color (four color CMYK) of #473386 color hex is 0.47, 0.62, 0.00, 0.47. Web safe color of #473386 is #333399. Color #473386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110011 10000110
Octal 107 63 206
Decimal 71 51 134
Hex 47 33 86

RGB Percentages of Color #473386

%27.73
%19.92
%52.34

CMYK Percentages of Color #473386

%47
%62
%0
%47

Triadic Colors of #473386

#473386 #864733 #338647

Analogous Colors of #473386

#473386 #713386 #334986

Monochromatic Colors of #473386

#473386

Complementary Color

#473386 #728633

#473386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473386 Color CSS Codes

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

#473386 Text Font Color

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

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


#473386 Background Color

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

This div background color is #473386


#473386 Border Color

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

This div border color is #473386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473386


Comments

No comments written yet.

Please login to write comment.