Color Hex Logo

#463579 Color Hex

#463579
(70,53,121)
0 Favorites   0 Comments

Color spaces of #463579

RGB 7053121
HSL0.710.390.34
HSV255°56°47°
CMYK 0.420.560.00   0.53
XYZ7.25015.228818.7163
Yxy5.22880.23240.1676
Hunter Lab22.866616.5789-32.5223
CIE-Lab27.376925.0807-36.4152

#463579 color RGB value is (70,53,121).

#463579 hex color red value is 70, green value is 53 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #463579 hue: 0.71 , saturation: 0.39 and the lightness value of 463579 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110101 01111001
Octal 106 65 171
Decimal 70 53 121
Hex 46 35 79

RGB Percentages of Color #463579

%28.69
%21.72
%49.59

CMYK Percentages of Color #463579

%42
%56
%0
%53

Triadic Colors of #463579

#463579 #794635 #357946

Analogous Colors of #463579

#463579 #683579 #354679

Monochromatic Colors of #463579

#463579

Complementary Color

#463579 #687935

#463579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463579 Color CSS Codes

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

#463579 Text Font Color

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

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


#463579 Background Color

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

This div background color is #463579


#463579 Border Color

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

This div border color is #463579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463579


Comments

No comments written yet.

Please login to write comment.