Color Hex Logo

#463179 Color Hex

#463179
(70,49,121)
0 Favorites   0 Comments

Color spaces of #463179

RGB 7049121
HSL0.720.420.33
HSV258°60°47°
CMYK 0.420.600.00   0.53
XYZ7.07534.879218.6580
Yxy4.87920.23110.1594
Hunter Lab22.088918.5197-34.6187
CIE-Lab26.387827.6260-38.0050

#463179 color RGB value is (70,49,121).

#463179 hex color red value is 70, green value is 49 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #463179 hue: 0.72 , saturation: 0.42 and the lightness value of 463179 is 0.33.

The process color (four color CMYK) of #463179 color hex is 0.42, 0.60, 0.00, 0.53. Web safe color of #463179 is #333366. Color #463179 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110001 01111001
Octal 106 61 171
Decimal 70 49 121
Hex 46 31 79

RGB Percentages of Color #463179

%29.17
%20.42
%50.42

CMYK Percentages of Color #463179

%42
%60
%0
%53

Triadic Colors of #463179

#463179 #794631 #317946

Analogous Colors of #463179

#463179 #6a3179 #314079

Monochromatic Colors of #463179

#463179

Complementary Color

#463179 #647931

#463179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463179 Color CSS Codes

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

#463179 Text Font Color

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

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


#463179 Background Color

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

This div background color is #463179


#463179 Border Color

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

This div border color is #463179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463179


Comments

No comments written yet.

Please login to write comment.