Color Hex Logo

#463eaa Color Hex

#463EAA
(70,62,170)
0 Favorites   0 Comments

Color spaces of #463eaa

RGB 7062170
HSL0.680.470.45
HSV244°64°67°
CMYK 0.590.640.00   0.33
XYZ11.50417.649638.9004
Yxy7.64960.19820.1318
Hunter Lab27.657925.8444-64.0299
CIE-Lab33.242235.0779-57.0145

#463eaa color RGB value is (70,62,170).

#463eaa hex color red value is 70, green value is 62 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #463eaa hue: 0.68 , saturation: 0.47 and the lightness value of 463eaa is 0.45.

The process color (four color CMYK) of #463eaa color hex is 0.59, 0.64, 0.00, 0.33. Web safe color of #463eaa is #333399. Color #463eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111110 10101010
Octal 106 76 252
Decimal 70 62 170
Hex 46 3E AA

RGB Percentages of Color #463eaa

%23.18
%20.53
%56.29

CMYK Percentages of Color #463eaa

%59
%64
%0
%33

Triadic Colors of #463eaa

#463eaa #aa463e #3eaa46

Analogous Colors of #463eaa

#463eaa #7c3eaa #3e6caa

Monochromatic Colors of #463eaa

#463eaa

Complementary Color

#463eaa #a2aa3e

#463eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#463eaa Color CSS Codes

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

#463eaa Text Font Color

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

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


#463eaa Background Color

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

This div background color is #463eaa


#463eaa Border Color

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

This div border color is #463eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,62,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #463eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #463eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #463eaa;
  box-shadow:         1px 1px 3px 2px #463eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463eaa


Comments

No comments written yet.

Please login to write comment.