Color Hex Logo

#464cea Color Hex

#464CEA
(70,76,234)
0 Favorites   0 Comments

Color spaces of #464cea

RGB 7076234
HSL0.660.800.60
HSV238°70°92°
CMYK 0.700.680.00   0.08
XYZ19.961512.411579.1855
Yxy12.41150.17890.1113
Hunter Lab35.230039.4867-108.6037
CIE-Lab41.862847.7956-80.0927

#464cea color RGB value is (70,76,234).

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

The process color (four color CMYK) of #464cea color hex is 0.70, 0.68, 0.00, 0.08. Web safe color of #464cea is #3333ff. Color #464cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001100 11101010
Octal 106 114 352
Decimal 70 76 234
Hex 46 4C EA

RGB Percentages of Color #464cea

%18.42
%20.00
%61.58

CMYK Percentages of Color #464cea

%70
%68
%0
%8

Triadic Colors of #464cea

#464cea #ea464c #4cea46

Analogous Colors of #464cea

#464cea #9246ea #469eea

Monochromatic Colors of #464cea

#464cea

Complementary Color

#464cea #eae446

#464cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#464cea Color CSS Codes

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

#464cea Text Font Color

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

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


#464cea Background Color

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

This div background color is #464cea


#464cea Border Color

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

This div border color is #464cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464cea


Comments

No comments written yet.

Please login to write comment.