Color Hex Logo

#464ecf Color Hex

#464ECF
(70,78,207)
0 Favorites   0 Comments

Color spaces of #464ecf

RGB 7078207
HSL0.660.590.54
HSV236°66°81°
CMYK 0.660.620.00   0.19
XYZ16.512711.255960.3338
Yxy11.25590.18740.1278
Hunter Lab33.549829.1428-83.1384
CIE-Lab40.008237.5806-67.7062

#464ecf color RGB value is (70,78,207).

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

The process color (four color CMYK) of #464ecf color hex is 0.66, 0.62, 0.00, 0.19. Web safe color of #464ecf is #3366cc. Color #464ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001110 11001111
Octal 106 116 317
Decimal 70 78 207
Hex 46 4E CF

RGB Percentages of Color #464ecf

%19.72
%21.97
%58.31

CMYK Percentages of Color #464ecf

%66
%62
%0
%19

Triadic Colors of #464ecf

#464ecf #cf464e #4ecf46

Analogous Colors of #464ecf

#464ecf #8346cf #4693cf

Monochromatic Colors of #464ecf

#464ecf

Complementary Color

#464ecf #cfc746

#464ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#464ecf Color CSS Codes

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

#464ecf Text Font Color

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

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


#464ecf Background Color

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

This div background color is #464ecf


#464ecf Border Color

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

This div border color is #464ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464ecf


Comments

No comments written yet.

Please login to write comment.