Color Hex Logo

#466eee Color Hex

#466EEE
(70,110,238)
0 Favorites   0 Comments

Color spaces of #466eee

RGB 70110238
HSL0.630.830.60
HSV226°71°93°
CMYK 0.710.540.00   0.07
XYZ23.534318.627083.2439
Yxy18.62700.18770.1485
Hunter Lab43.159021.8065-84.1456
CIE-Lab50.247928.4206-68.6571

#466eee color RGB value is (70,110,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101110 11101110
Octal 106 156 356
Decimal 70 110 238
Hex 46 6E EE

RGB Percentages of Color #466eee

%16.75
%26.32
%56.94

CMYK Percentages of Color #466eee

%71
%54
%0
%7

Triadic Colors of #466eee

#466eee #ee466e #6eee46

Analogous Colors of #466eee

#466eee #7246ee #46c2ee

Monochromatic Colors of #466eee

#466eee

Complementary Color

#466eee #eec646

#466eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#466eee Color CSS Codes

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

#466eee Text Font Color

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

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


#466eee Background Color

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

This div background color is #466eee


#466eee Border Color

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

This div border color is #466eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466eee


Comments

No comments written yet.

Please login to write comment.