Color Hex Logo

#466ad6 Color Hex

#466AD6
(70,106,214)
0 Favorites   0 Comments

Color spaces of #466ad6

RGB 70106214
HSL0.630.640.56
HSV225°67°84°
CMYK 0.670.500.00   0.16
XYZ19.817416.465265.7519
Yxy16.46520.19420.1614
Hunter Lab40.577316.1666-67.6700
CIE-Lab47.579022.4399-59.4301

#466ad6 color RGB value is (70,106,214).

#466ad6 hex color red value is 70, green value is 106 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #466ad6 hue: 0.63 , saturation: 0.64 and the lightness value of 466ad6 is 0.56.

The process color (four color CMYK) of #466ad6 color hex is 0.67, 0.50, 0.00, 0.16. Web safe color of #466ad6 is #3366cc. Color #466ad6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101010 11010110
Octal 106 152 326
Decimal 70 106 214
Hex 46 6A D6

RGB Percentages of Color #466ad6

%17.95
%27.18
%54.87

CMYK Percentages of Color #466ad6

%67
%50
%0
%16

Triadic Colors of #466ad6

#466ad6 #d6466a #6ad646

Analogous Colors of #466ad6

#466ad6 #6a46d6 #46b2d6

Monochromatic Colors of #466ad6

#466ad6

Complementary Color

#466ad6 #d6b246

#466ad6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466ad6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466ad6 Color CSS Codes

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

#466ad6 Text Font Color

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

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


#466ad6 Background Color

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

This div background color is #466ad6


#466ad6 Border Color

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

This div border color is #466ad6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,106,214, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #466ad6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #466ad6;
  -webkit-box-shadow: 1px 1px 3px 2px #466ad6;
  box-shadow:         1px 1px 3px 2px #466ad6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466ad6


Comments

No comments written yet.

Please login to write comment.