Color Hex Logo

#466aee Color Hex

#466AEE
(70,106,238)
0 Favorites   0 Comments

Color spaces of #466aee

RGB 70106238
HSL0.630.830.60
HSV227°71°93°
CMYK 0.710.550.00   0.07
XYZ23.112417.783283.1033
Yxy17.78320.18640.1434
Hunter Lab42.170124.0337-87.3218
CIE-Lab49.232130.9117-70.3056

#466aee color RGB value is (70,106,238).

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

The process color (four color CMYK) of #466aee color hex is 0.71, 0.55, 0.00, 0.07. Web safe color of #466aee is #3366ff. Color #466aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101010 11101110
Octal 106 152 356
Decimal 70 106 238
Hex 46 6A EE

RGB Percentages of Color #466aee

%16.91
%25.60
%57.49

CMYK Percentages of Color #466aee

%71
%55
%0
%7

Triadic Colors of #466aee

#466aee #ee466a #6aee46

Analogous Colors of #466aee

#466aee #7646ee #46beee

Monochromatic Colors of #466aee

#466aee

Complementary Color

#466aee #eeca46

#466aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#466aee Color CSS Codes

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

#466aee Text Font Color

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

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


#466aee Background Color

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

This div background color is #466aee


#466aee Border Color

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

This div border color is #466aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466aee


Comments

No comments written yet.

Please login to write comment.