Color Hex Logo

#460689 Color Hex

#460689
(70,6,137)
0 Favorites   0 Comments

Color spaces of #460689

RGB 706137
HSL0.750.920.28
HSV269°96°54°
CMYK 0.490.960.00   0.46
XYZ7.10633.238523.9175
Yxy3.23850.20740.0945
Hunter Lab17.995838.9944-66.2027
CIE-Lab20.974851.2646-56.9247

#460689 color RGB value is (70,6,137).

#460689 hex color red value is 70, green value is 6 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #460689 hue: 0.75 , saturation: 0.92 and the lightness value of 460689 is 0.28.

The process color (four color CMYK) of #460689 color hex is 0.49, 0.96, 0.00, 0.46. Web safe color of #460689 is #330099. Color #460689 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000110 10001001
Octal 106 6 211
Decimal 70 6 137
Hex 46 6 89

RGB Percentages of Color #460689

%32.86
%2.82
%64.32

CMYK Percentages of Color #460689

%49
%96
%0
%46

Triadic Colors of #460689

#460689 #894606 #068946

Analogous Colors of #460689

#460689 #880689 #060889

Monochromatic Colors of #460689

#460689

Complementary Color

#460689 #498906

#460689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#460689 Color CSS Codes

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

#460689 Text Font Color

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

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


#460689 Background Color

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

This div background color is #460689


#460689 Border Color

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

This div border color is #460689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460689


Comments

No comments written yet.

Please login to write comment.