Color Hex Logo

#464eec Color Hex

#464EEC
(70,78,236)
0 Favorites   0 Comments

Color spaces of #464eec

RGB 7078236
HSL0.660.810.60
HSV237°70°93°
CMYK 0.700.670.00   0.07
XYZ20.390512.807080.7542
Yxy12.80700.17890.1124
Hunter Lab35.786939.0780-108.7389
CIE-Lab42.471047.2881-80.2240

#464eec color RGB value is (70,78,236).

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

The process color (four color CMYK) of #464eec color hex is 0.70, 0.67, 0.00, 0.07. Web safe color of #464eec is #3366ff. Color #464eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001110 11101100
Octal 106 116 354
Decimal 70 78 236
Hex 46 4E EC

RGB Percentages of Color #464eec

%18.23
%20.31
%61.46

CMYK Percentages of Color #464eec

%70
%67
%0
%7

Triadic Colors of #464eec

#464eec #ec464e #4eec46

Analogous Colors of #464eec

#464eec #9146ec #46a1ec

Monochromatic Colors of #464eec

#464eec

Complementary Color

#464eec #ece446

#464eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#464eec Color CSS Codes

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

#464eec Text Font Color

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

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


#464eec Background Color

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

This div background color is #464eec


#464eec Border Color

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

This div border color is #464eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464eec


Comments

No comments written yet.

Please login to write comment.