Color Hex Logo

#462579 Color Hex

#462579
(70,37,121)
0 Favorites   0 Comments

Color spaces of #462579

RGB 7037121
HSL0.730.530.31
HSV264°69°47°
CMYK 0.420.690.00   0.53
XYZ6.63854.005718.5124
Yxy4.00570.22770.1374
Hunter Lab20.014224.1815-40.8310
CIE-Lab23.690334.8327-42.3662

#462579 color RGB value is (70,37,121).

#462579 hex color red value is 70, green value is 37 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #462579 hue: 0.73 , saturation: 0.53 and the lightness value of 462579 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100101 01111001
Octal 106 45 171
Decimal 70 37 121
Hex 46 25 79

RGB Percentages of Color #462579

%30.70
%16.23
%53.07

CMYK Percentages of Color #462579

%42
%69
%0
%53

Triadic Colors of #462579

#462579 #794625 #257946

Analogous Colors of #462579

#462579 #702579 #252e79

Monochromatic Colors of #462579

#462579

Complementary Color

#462579 #587925

#462579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462579 Color CSS Codes

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

#462579 Text Font Color

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

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


#462579 Background Color

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

This div background color is #462579


#462579 Border Color

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

This div border color is #462579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462579


Comments

No comments written yet.

Please login to write comment.