Color Hex Logo

#462690 Color Hex

#462690
(70,38,144)
0 Favorites   0 Comments

Color spaces of #462690

RGB 7038144
HSL0.720.580.36
HSV258°74°56°
CMYK 0.510.740.00   0.44
XYZ8.25294.701926.8581
Yxy4.70190.20730.1181
Hunter Lab21.683929.9905-58.2592
CIE-Lab25.868040.9421-53.2438

#462690 color RGB value is (70,38,144).

#462690 hex color red value is 70, green value is 38 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #462690 hue: 0.72 , saturation: 0.58 and the lightness value of 462690 is 0.36.

The process color (four color CMYK) of #462690 color hex is 0.51, 0.74, 0.00, 0.44. Web safe color of #462690 is #333399. Color #462690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100110 10010000
Octal 106 46 220
Decimal 70 38 144
Hex 46 26 90

RGB Percentages of Color #462690

%27.78
%15.08
%57.14

CMYK Percentages of Color #462690

%51
%74
%0
%44

Triadic Colors of #462690

#462690 #904626 #269046

Analogous Colors of #462690

#462690 #7b2690 #263b90

Monochromatic Colors of #462690

#462690

Complementary Color

#462690 #709026

#462690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462690 Color CSS Codes

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

#462690 Text Font Color

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

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


#462690 Background Color

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

This div background color is #462690


#462690 Border Color

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

This div border color is #462690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462690


Comments

No comments written yet.

Please login to write comment.