Color Hex Logo

#464aef Color Hex

#464AEF
(70,74,239)
0 Favorites   0 Comments

Color spaces of #464aef

RGB 7074239
HSL0.660.840.61
HSV239°71°94°
CMYK 0.710.690.00   0.06
XYZ20.554612.431682.9776
Yxy12.43160.17730.1072
Hunter Lab35.258542.3576-114.8527
CIE-Lab41.894050.5759-82.8652

#464aef color RGB value is (70,74,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001010 11101111
Octal 106 112 357
Decimal 70 74 239
Hex 46 4A EF

RGB Percentages of Color #464aef

%18.28
%19.32
%62.40

CMYK Percentages of Color #464aef

%71
%69
%0
%6

Triadic Colors of #464aef

#464aef #ef464a #4aef46

Analogous Colors of #464aef

#464aef #9746ef #469fef

Monochromatic Colors of #464aef

#464aef

Complementary Color

#464aef #efeb46

#464aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#464aef Color CSS Codes

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

#464aef Text Font Color

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

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


#464aef Background Color

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

This div background color is #464aef


#464aef Border Color

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

This div border color is #464aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464aef


Comments

No comments written yet.

Please login to write comment.