Color Hex Logo

#464aee Color Hex

#464AEE
(70,74,238)
0 Favorites   0 Comments

Color spaces of #464aee

RGB 7074238
HSL0.660.830.60
HSV239°71°93°
CMYK 0.710.690.00   0.07
XYZ20.407212.372782.2015
Yxy12.37270.17750.1076
Hunter Lab35.174842.0034-113.9348
CIE-Lab41.802450.2515-82.4518

#464aee color RGB value is (70,74,238).

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

The process color (four color CMYK) of #464aee color hex is 0.71, 0.69, 0.00, 0.07. Web safe color of #464aee is #3333ff. Color #464aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001010 11101110
Octal 106 112 356
Decimal 70 74 238
Hex 46 4A EE

RGB Percentages of Color #464aee

%18.32
%19.37
%62.30

CMYK Percentages of Color #464aee

%71
%69
%0
%7

Triadic Colors of #464aee

#464aee #ee464a #4aee46

Analogous Colors of #464aee

#464aee #9646ee #469eee

Monochromatic Colors of #464aee

#464aee

Complementary Color

#464aee #eeea46

#464aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#464aee Color CSS Codes

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

#464aee Text Font Color

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

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


#464aee Background Color

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

This div background color is #464aee


#464aee Border Color

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

This div border color is #464aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464aee


Comments

No comments written yet.

Please login to write comment.