Color Hex Logo

#464dde Color Hex

#464DDE
(70,77,222)
0 Favorites   0 Comments

Color spaces of #464dde

RGB 7077222
HSL0.660.700.57
HSV237°68°87°
CMYK 0.680.650.00   0.13
XYZ18.364511.883870.4331
Yxy11.88380.18240.1180
Hunter Lab34.472934.7635-97.0070
CIE-Lab41.030843.2345-74.6402

#464dde color RGB value is (70,77,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001101 11011110
Octal 106 115 336
Decimal 70 77 222
Hex 46 4D DE

RGB Percentages of Color #464dde

%18.97
%20.87
%60.16

CMYK Percentages of Color #464dde

%68
%65
%0
%13

Triadic Colors of #464dde

#464dde #de464d #4dde46

Analogous Colors of #464dde

#464dde #8b46de #4699de

Monochromatic Colors of #464dde

#464dde

Complementary Color

#464dde #ded746

#464dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#464dde Color CSS Codes

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

#464dde Text Font Color

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

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


#464dde Background Color

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

This div background color is #464dde


#464dde Border Color

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

This div border color is #464dde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,77,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 #464dde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464dde


Comments

No comments written yet.

Please login to write comment.