Color Hex Logo

#464efc Color Hex

#464EFC
(70,78,252)
0 Favorites   0 Comments

Color spaces of #464efc

RGB 7078252
HSL0.660.970.63
HSV237°72°99°
CMYK 0.720.690.00   0.01
XYZ22.820913.779193.5523
Yxy13.77910.17530.1059
Hunter Lab37.120244.7785-123.4416
CIE-Lab43.914552.5150-86.8340

#464efc color RGB value is (70,78,252).

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

The process color (four color CMYK) of #464efc color hex is 0.72, 0.69, 0.00, 0.01. Web safe color of #464efc is #3366ff. Color #464efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001110 11111100
Octal 106 116 374
Decimal 70 78 252
Hex 46 4E FC

RGB Percentages of Color #464efc

%17.50
%19.50
%63.00

CMYK Percentages of Color #464efc

%72
%69
%0
%1

Triadic Colors of #464efc

#464efc #fc464e #4efc46

Analogous Colors of #464efc

#464efc #9946fc #46a9fc

Monochromatic Colors of #464efc

#464efc

Complementary Color

#464efc #fcf446

#464efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#464efc Color CSS Codes

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

#464efc Text Font Color

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

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


#464efc Background Color

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

This div background color is #464efc


#464efc Border Color

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

This div border color is #464efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464efc


Comments

No comments written yet.

Please login to write comment.