Color Hex Logo

#461747 Color Hex

#461747
(70,23,71)
0 Favorites   0 Comments

Color spaces of #461747

RGB 702371
HSL0.830.510.18
HSV299°68°28°
CMYK 0.010.680.00   0.72
XYZ3.96952.36986.2094
Yxy2.36980.31630.1888
Hunter Lab15.394219.0878-13.1394
CIE-Lab17.319329.8571-19.5357

#461747 color RGB value is (70,23,71).

#461747 hex color red value is 70, green value is 23 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #461747 hue: 0.83 , saturation: 0.51 and the lightness value of 461747 is 0.18.

The process color (four color CMYK) of #461747 color hex is 0.01, 0.68, 0.00, 0.72. Web safe color of #461747 is #330033. Color #461747 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010111 01000111
Octal 106 27 107
Decimal 70 23 71
Hex 46 17 47

RGB Percentages of Color #461747

%42.68
%14.02
%43.29

CMYK Percentages of Color #461747

%1
%68
%0
%72

Triadic Colors of #461747

#461747 #474617 #174746

Analogous Colors of #461747

#461747 #471730 #2e1747

Monochromatic Colors of #461747

#461747

Complementary Color

#461747 #184717

#461747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#461747 Color CSS Codes

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

#461747 Text Font Color

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

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


#461747 Background Color

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

This div background color is #461747


#461747 Border Color

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

This div border color is #461747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461747


Comments

No comments written yet.

Please login to write comment.