Color Hex Logo

#463ea6 Color Hex

#463EA6
(70,62,166)
0 Favorites   0 Comments

Color spaces of #463ea6

RGB 7062166
HSL0.680.460.45
HSV245°63°65°
CMYK 0.580.630.00   0.35
XYZ11.13137.500536.9375
Yxy7.50050.20030.1350
Hunter Lab27.387024.6229-60.7948
CIE-Lab32.920233.7650-55.1415

#463ea6 color RGB value is (70,62,166).

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

The process color (four color CMYK) of #463ea6 color hex is 0.58, 0.63, 0.00, 0.35. Web safe color of #463ea6 is #333399. Color #463ea6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111110 10100110
Octal 106 76 246
Decimal 70 62 166
Hex 46 3E A6

RGB Percentages of Color #463ea6

%23.49
%20.81
%55.70

CMYK Percentages of Color #463ea6

%58
%63
%0
%35

Triadic Colors of #463ea6

#463ea6 #a6463e #3ea646

Analogous Colors of #463ea6

#463ea6 #7a3ea6 #3e6aa6

Monochromatic Colors of #463ea6

#463ea6

Complementary Color

#463ea6 #9ea63e

#463ea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463ea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463ea6 Color CSS Codes

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

#463ea6 Text Font Color

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

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


#463ea6 Background Color

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

This div background color is #463ea6


#463ea6 Border Color

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

This div border color is #463ea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463ea6


Comments

No comments written yet.

Please login to write comment.