Color Hex Logo

#466feb Color Hex

#466FEB
(70,111,235)
0 Favorites   0 Comments

Color spaces of #466feb

RGB 70111235
HSL0.630.800.60
HSV225°70°92°
CMYK 0.700.530.00   0.08
XYZ23.205618.669180.9777
Yxy18.66910.18890.1520
Hunter Lab43.207820.2535-80.8728
CIE-Lab50.297826.7371-66.8963

#466feb color RGB value is (70,111,235).

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

The process color (four color CMYK) of #466feb color hex is 0.70, 0.53, 0.00, 0.08. Web safe color of #466feb is #3366ff. Color #466feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101111 11101011
Octal 106 157 353
Decimal 70 111 235
Hex 46 6F EB

RGB Percentages of Color #466feb

%16.83
%26.68
%56.49

CMYK Percentages of Color #466feb

%70
%53
%0
%8

Triadic Colors of #466feb

#466feb #eb466f #6feb46

Analogous Colors of #466feb

#466feb #7046eb #46c2eb

Monochromatic Colors of #466feb

#466feb

Complementary Color

#466feb #ebc246

#466feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#466feb Color CSS Codes

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

#466feb Text Font Color

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

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


#466feb Background Color

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

This div background color is #466feb


#466feb Border Color

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

This div border color is #466feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466feb


Comments

No comments written yet.

Please login to write comment.