Color Hex Logo

#473870 Color Hex

#473870
(71,56,112)
0 Favorites   0 Comments

Color spaces of #473870

RGB 7156112
HSL0.710.330.33
HSV256°50°44°
CMYK 0.370.500.00   0.56
XYZ6.93735.337815.9939
Yxy5.33780.24540.1888
Hunter Lab23.103713.1664-24.8719
CIE-Lab27.676320.6959-30.2226

#473870 color RGB value is (71,56,112).

#473870 hex color red value is 71, green value is 56 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #473870 hue: 0.71 , saturation: 0.33 and the lightness value of 473870 is 0.33.

The process color (four color CMYK) of #473870 color hex is 0.37, 0.50, 0.00, 0.56. Web safe color of #473870 is #333366. Color #473870 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111000 01110000
Octal 107 70 160
Decimal 71 56 112
Hex 47 38 70

RGB Percentages of Color #473870

%29.71
%23.43
%46.86

CMYK Percentages of Color #473870

%37
%50
%0
%56

Triadic Colors of #473870

#473870 #704738 #387047

Analogous Colors of #473870

#473870 #633870 #384570

Monochromatic Colors of #473870

#473870

Complementary Color

#473870 #617038

#473870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473870 Color CSS Codes

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

#473870 Text Font Color

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

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


#473870 Background Color

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

This div background color is #473870


#473870 Border Color

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

This div border color is #473870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473870


Comments

No comments written yet.

Please login to write comment.