Color Hex Logo

#464089 Color Hex

#464089
(70,64,137)
0 Favorites   0 Comments

Color spaces of #464089

RGB 7064137
HSL0.680.360.39
HSV245°53°54°
CMYK 0.490.530.00   0.46
XYZ8.87456.775024.5069
Yxy6.77500.22100.1687
Hunter Lab26.028815.3089-37.6031
CIE-Lab31.289123.0001-40.1247

#464089 color RGB value is (70,64,137).

#464089 hex color red value is 70, green value is 64 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #464089 hue: 0.68 , saturation: 0.36 and the lightness value of 464089 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000000 10001001
Octal 106 100 211
Decimal 70 64 137
Hex 46 40 89

RGB Percentages of Color #464089

%25.83
%23.62
%50.55

CMYK Percentages of Color #464089

%49
%53
%0
%46

Triadic Colors of #464089

#464089 #894640 #408946

Analogous Colors of #464089

#464089 #6b4089 #405f89

Monochromatic Colors of #464089

#464089

Complementary Color

#464089 #838940

#464089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464089 Color CSS Codes

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

#464089 Text Font Color

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

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


#464089 Background Color

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

This div background color is #464089


#464089 Border Color

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

This div border color is #464089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464089

#464089 Color Palettes


Comments

No comments written yet.

Please login to write comment.