Color Hex Logo

#464fde Color Hex

#464FDE
(70,79,222)
0 Favorites   0 Comments

Color spaces of #464fde

RGB 7079222
HSL0.660.700.57
HSV236°68°87°
CMYK 0.680.640.00   0.13
XYZ18.506612.168070.4805
Yxy12.16800.18300.1203
Hunter Lab34.882733.6565-95.3777
CIE-Lab41.481942.0339-73.9013

#464fde color RGB value is (70,79,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001111 11011110
Octal 106 117 336
Decimal 70 79 222
Hex 46 4F DE

RGB Percentages of Color #464fde

%18.87
%21.29
%59.84

CMYK Percentages of Color #464fde

%68
%64
%0
%13

Triadic Colors of #464fde

#464fde #de464f #4fde46

Analogous Colors of #464fde

#464fde #8946de #469bde

Monochromatic Colors of #464fde

#464fde

Complementary Color

#464fde #ded546

#464fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#464fde Color CSS Codes

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

#464fde Text Font Color

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

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


#464fde Background Color

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

This div background color is #464fde


#464fde Border Color

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

This div border color is #464fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464fde


Comments

No comments written yet.

Please login to write comment.