Color Hex Logo

#466fde Color Hex

#466FDE
(70,111,222)
0 Favorites   0 Comments

Color spaces of #466fde

RGB 70111222
HSL0.620.700.57
HSV224°68°87°
CMYK 0.680.500.00   0.13
XYZ21.395017.944971.4433
Yxy17.94490.19310.1620
Hunter Lab42.361416.0205-70.3407
CIE-Lab49.429222.1323-60.9833

#466fde color RGB value is (70,111,222).

#466fde hex color red value is 70, green value is 111 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #466fde hue: 0.62 , saturation: 0.70 and the lightness value of 466fde is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101111 11011110
Octal 106 157 336
Decimal 70 111 222
Hex 46 6F DE

RGB Percentages of Color #466fde

%17.37
%27.54
%55.09

CMYK Percentages of Color #466fde

%68
%50
%0
%13

Triadic Colors of #466fde

#466fde #de466f #6fde46

Analogous Colors of #466fde

#466fde #6946de #46bbde

Monochromatic Colors of #466fde

#466fde

Complementary Color

#466fde #deb546

#466fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#466fde Color CSS Codes

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

#466fde Text Font Color

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

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


#466fde Background Color

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

This div background color is #466fde


#466fde Border Color

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

This div border color is #466fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466fde


Comments

No comments written yet.

Please login to write comment.