Color Hex Logo

#470461 Color Hex

#470461
(71,4,97)
0 Favorites   0 Comments

Color spaces of #470461

RGB 71497
HSL0.790.920.20
HSV283°96°38°
CMYK 0.270.960.00   0.62
XYZ4.79962.289511.4982
Yxy2.28950.25820.1232
Hunter Lab15.131130.1410-34.4630
CIE-Lab16.938642.8334-37.7430

#470461 color RGB value is (71,4,97).

#470461 hex color red value is 71, green value is 4 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #470461 hue: 0.79 , saturation: 0.92 and the lightness value of 470461 is 0.20.

The process color (four color CMYK) of #470461 color hex is 0.27, 0.96, 0.00, 0.62. Web safe color of #470461 is #330066. Color #470461 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000100 01100001
Octal 107 4 141
Decimal 71 4 97
Hex 47 4 61

RGB Percentages of Color #470461

%41.28
%2.33
%56.40

CMYK Percentages of Color #470461

%27
%96
%0
%62

Triadic Colors of #470461

#470461 #614704 #046147

Analogous Colors of #470461

#470461 #61044c #190461

Monochromatic Colors of #470461

#470461

Complementary Color

#470461 #1e6104

#470461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#470461 Color CSS Codes

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

#470461 Text Font Color

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

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


#470461 Background Color

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

This div background color is #470461


#470461 Border Color

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

This div border color is #470461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470461


Comments

No comments written yet.

Please login to write comment.