Color Hex Logo

#470773 Color Hex

#470773
(71,7,115)
0 Favorites   0 Comments

Color spaces of #470773

RGB 717115
HSL0.770.890.24
HSV276°94°45°
CMYK 0.380.940.00   0.55
XYZ5.76902.729416.4424
Yxy2.72940.23130.1094
Hunter Lab16.520933.4196-47.4437
CIE-Lab18.925945.9552-46.2868

#470773 color RGB value is (71,7,115).

#470773 hex color red value is 71, green value is 7 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #470773 hue: 0.77 , saturation: 0.89 and the lightness value of 470773 is 0.24.

The process color (four color CMYK) of #470773 color hex is 0.38, 0.94, 0.00, 0.55. Web safe color of #470773 is #330066. Color #470773 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000111 01110011
Octal 107 7 163
Decimal 71 7 115
Hex 47 7 73

RGB Percentages of Color #470773

%36.79
%3.63
%59.59

CMYK Percentages of Color #470773

%38
%94
%0
%55

Triadic Colors of #470773

#470773 #734707 #077347

Analogous Colors of #470773

#470773 #730769 #110773

Monochromatic Colors of #470773

#470773

Complementary Color

#470773 #337307

#470773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#470773 Color CSS Codes

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

#470773 Text Font Color

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

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


#470773 Background Color

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

This div background color is #470773


#470773 Border Color

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

This div border color is #470773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470773


Comments

No comments written yet.

Please login to write comment.