Color Hex Logo

#461573 Color Hex

#461573
(70,21,115)
0 Favorites   0 Comments

Color spaces of #461573

RGB 7021115
HSL0.750.690.27
HSV271°82°45°
CMYK 0.390.820.00   0.55
XYZ5.88853.076216.5031
Yxy3.07620.23120.1208
Hunter Lab17.539129.2354-43.5105
CIE-Lab20.346541.1791-43.9683

#461573 color RGB value is (70,21,115).

#461573 hex color red value is 70, green value is 21 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #461573 hue: 0.75 , saturation: 0.69 and the lightness value of 461573 is 0.27.

The process color (four color CMYK) of #461573 color hex is 0.39, 0.82, 0.00, 0.55. Web safe color of #461573 is #330066. Color #461573 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010101 01110011
Octal 106 25 163
Decimal 70 21 115
Hex 46 15 73

RGB Percentages of Color #461573

%33.98
%10.19
%55.83

CMYK Percentages of Color #461573

%39
%82
%0
%55

Triadic Colors of #461573

#461573 #734615 #157346

Analogous Colors of #461573

#461573 #731571 #171573

Monochromatic Colors of #461573

#461573

Complementary Color

#461573 #427315

#461573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#461573 Color CSS Codes

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

#461573 Text Font Color

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

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


#461573 Background Color

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

This div background color is #461573


#461573 Border Color

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

This div border color is #461573


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,21,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 #461573">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461573


Comments

No comments written yet.

Please login to write comment.