Color Hex Logo

#470677 Color Hex

#470677
(71,6,119)
0 Favorites   0 Comments

Color spaces of #470677

RGB 716119
HSL0.760.900.25
HSV275°95°47°
CMYK 0.400.950.00   0.53
XYZ5.99342.801817.6777
Yxy2.80180.22640.1058
Hunter Lab16.738634.6210-50.8995
CIE-Lab19.232047.1511-48.3620

#470677 color RGB value is (71,6,119).

#470677 hex color red value is 71, green value is 6 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #470677 hue: 0.76 , saturation: 0.90 and the lightness value of 470677 is 0.25.

The process color (four color CMYK) of #470677 color hex is 0.40, 0.95, 0.00, 0.53. Web safe color of #470677 is #330066. Color #470677 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000110 01110111
Octal 107 6 167
Decimal 71 6 119
Hex 47 6 77

RGB Percentages of Color #470677

%36.22
%3.06
%60.71

CMYK Percentages of Color #470677

%40
%95
%0
%53

Triadic Colors of #470677

#470677 #774706 #067747

Analogous Colors of #470677

#470677 #77066f #0f0677

Monochromatic Colors of #470677

#470677

Complementary Color

#470677 #367706

#470677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#470677 Color CSS Codes

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

#470677 Text Font Color

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

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


#470677 Background Color

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

This div background color is #470677


#470677 Border Color

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

This div border color is #470677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470677


Comments

No comments written yet.

Please login to write comment.