Color Hex Logo

#464eed Color Hex

#464EED
(70,78,237)
0 Favorites   0 Comments

Color spaces of #464eed

RGB 7078237
HSL0.660.820.60
HSV237°70°93°
CMYK 0.700.670.00   0.07
XYZ20.536212.865381.5216
Yxy12.86530.17870.1119
Hunter Lab35.868239.4300-109.6470
CIE-Lab42.559647.6175-80.6429

#464eed color RGB value is (70,78,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001110 11101101
Octal 106 116 355
Decimal 70 78 237
Hex 46 4E ED

RGB Percentages of Color #464eed

%18.18
%20.26
%61.56

CMYK Percentages of Color #464eed

%70
%67
%0
%7

Triadic Colors of #464eed

#464eed #ed464e #4eed46

Analogous Colors of #464eed

#464eed #9246ed #46a2ed

Monochromatic Colors of #464eed

#464eed

Complementary Color

#464eed #ede546

#464eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#464eed Color CSS Codes

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

#464eed Text Font Color

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

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


#464eed Background Color

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

This div background color is #464eed


#464eed Border Color

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

This div border color is #464eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464eed


Comments

No comments written yet.

Please login to write comment.