Color Hex Logo

#464589 Color Hex

#464589
(70,69,137)
0 Favorites   0 Comments

Color spaces of #464589

RGB 7069137
HSL0.670.330.40
HSV241°50°54°
CMYK 0.490.500.00   0.46
XYZ9.16937.364524.6051
Yxy7.36450.22290.1790
Hunter Lab27.137612.8210-34.7607
CIE-Lab32.622719.7362-37.9877

#464589 color RGB value is (70,69,137).

#464589 hex color red value is 70, green value is 69 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #464589 hue: 0.67 , saturation: 0.33 and the lightness value of 464589 is 0.40.

The process color (four color CMYK) of #464589 color hex is 0.49, 0.50, 0.00, 0.46. Web safe color of #464589 is #333399. Color #464589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000101 10001001
Octal 106 105 211
Decimal 70 69 137
Hex 46 45 89

RGB Percentages of Color #464589

%25.36
%25.00
%49.64

CMYK Percentages of Color #464589

%49
%50
%0
%46

Triadic Colors of #464589

#464589 #894645 #458946

Analogous Colors of #464589

#464589 #684589 #456689

Monochromatic Colors of #464589

#464589

Complementary Color

#464589 #888945

#464589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464589 Color CSS Codes

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

#464589 Text Font Color

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

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


#464589 Background Color

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

This div background color is #464589


#464589 Border Color

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

This div border color is #464589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464589


Comments

No comments written yet.

Please login to write comment.