Color Hex Logo

#464cde Color Hex

#464CDE
(70,76,222)
0 Favorites   0 Comments

Color spaces of #464cde

RGB 7076222
HSL0.660.700.57
HSV238°68°87°
CMYK 0.680.660.00   0.13
XYZ18.295011.744970.4100
Yxy11.74490.18210.1169
Hunter Lab34.270835.3157-97.8227
CIE-Lab40.807843.8309-75.0059

#464cde color RGB value is (70,76,222).

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

The process color (four color CMYK) of #464cde color hex is 0.68, 0.66, 0.00, 0.13. Web safe color of #464cde is #3333cc. Color #464cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001100 11011110
Octal 106 114 336
Decimal 70 76 222
Hex 46 4C DE

RGB Percentages of Color #464cde

%19.02
%20.65
%60.33

CMYK Percentages of Color #464cde

%68
%66
%0
%13

Triadic Colors of #464cde

#464cde #de464c #4cde46

Analogous Colors of #464cde

#464cde #8c46de #4698de

Monochromatic Colors of #464cde

#464cde

Complementary Color

#464cde #ded846

#464cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#464cde Color CSS Codes

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

#464cde Text Font Color

<p style="color:#464cde">Text here</p>

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


#464cde Background Color

<div style="background-color:#464cde">
Div content here</div>

This div background color is #464cde


#464cde Border Color

<div style="border:3px solid #464cde">
Div here</div>

This div border color is #464cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464cde


Comments

No comments written yet.

Please login to write comment.