Color Hex Logo

#460947 Color Hex

#460947
(70,9,71)
0 Favorites   0 Comments

Color spaces of #460947

RGB 70971
HSL0.830.780.16
HSV299°87°28°
CMYK 0.010.870.00   0.72
XYZ3.76081.95246.1399
Yxy1.95240.31730.1647
Hunter Lab13.972823.5910-16.2721
CIE-Lab15.235435.7440-22.8402

#460947 color RGB value is (70,9,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00001001 01000111
Octal 106 11 107
Decimal 70 9 71
Hex 46 9 47

RGB Percentages of Color #460947

%46.67
%6.00
%47.33

CMYK Percentages of Color #460947

%1
%87
%0
%72

Triadic Colors of #460947

#460947 #474609 #094746

Analogous Colors of #460947

#460947 #470929 #270947

Monochromatic Colors of #460947

#460947

Complementary Color

#460947 #0a4709

#460947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#460947 Color CSS Codes

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

#460947 Text Font Color

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

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


#460947 Background Color

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

This div background color is #460947


#460947 Border Color

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

This div border color is #460947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460947


Comments

No comments written yet.

Please login to write comment.