Color Hex Logo

#464fda Color Hex

#464FDA
(70,79,218)
0 Favorites   0 Comments

Color spaces of #464fda

RGB 7079218
HSL0.660.670.56
HSV236°68°85°
CMYK 0.680.640.00   0.15
XYZ17.976711.956067.6899
Yxy11.95600.18410.1225
Hunter Lab34.577432.2910-91.8638
CIE-Lab41.146140.6885-72.1661

#464fda color RGB value is (70,79,218).

#464fda hex color red value is 70, green value is 79 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #464fda hue: 0.66 , saturation: 0.67 and the lightness value of 464fda is 0.56.

The process color (four color CMYK) of #464fda color hex is 0.68, 0.64, 0.00, 0.15. Web safe color of #464fda is #3366cc. Color #464fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001111 11011010
Octal 106 117 332
Decimal 70 79 218
Hex 46 4F DA

RGB Percentages of Color #464fda

%19.07
%21.53
%59.40

CMYK Percentages of Color #464fda

%68
%64
%0
%15

Triadic Colors of #464fda

#464fda #da464f #4fda46

Analogous Colors of #464fda

#464fda #8746da #4699da

Monochromatic Colors of #464fda

#464fda

Complementary Color

#464fda #dad146

#464fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#464fda Color CSS Codes

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

#464fda Text Font Color

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

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


#464fda Background Color

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

This div background color is #464fda


#464fda Border Color

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

This div border color is #464fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464fda


Comments

No comments written yet.

Please login to write comment.