Color Hex Logo

#464bde Color Hex

#464BDE
(70,75,222)
0 Favorites   0 Comments

Color spaces of #464bde

RGB 7075222
HSL0.660.700.57
HSV238°68°87°
CMYK 0.680.660.00   0.13
XYZ18.226711.608270.3872
Yxy11.60820.18190.1158
Hunter Lab34.070835.8674-98.6382
CIE-Lab40.586544.4249-75.3687

#464bde color RGB value is (70,75,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001011 11011110
Octal 106 113 336
Decimal 70 75 222
Hex 46 4B DE

RGB Percentages of Color #464bde

%19.07
%20.44
%60.49

CMYK Percentages of Color #464bde

%68
%66
%0
%13

Triadic Colors of #464bde

#464bde #de464b #4bde46

Analogous Colors of #464bde

#464bde #8d46de #4697de

Monochromatic Colors of #464bde

#464bde

Complementary Color

#464bde #ded946

#464bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#464bde Color CSS Codes

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

#464bde Text Font Color

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

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


#464bde Background Color

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

This div background color is #464bde


#464bde Border Color

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

This div border color is #464bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464bde


Comments

No comments written yet.

Please login to write comment.