Color Hex Logo

#464edf Color Hex

#464EDF
(70,78,223)
0 Favorites   0 Comments

Color spaces of #464edf

RGB 7078223
HSL0.660.710.57
HSV237°69°87°
CMYK 0.690.650.00   0.13
XYZ18.569512.078671.1647
Yxy12.07860.18240.1186
Hunter Lab34.754334.5540-97.0773
CIE-Lab41.340842.9701-74.7027

#464edf color RGB value is (70,78,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001110 11011111
Octal 106 116 337
Decimal 70 78 223
Hex 46 4E DF

RGB Percentages of Color #464edf

%18.87
%21.02
%60.11

CMYK Percentages of Color #464edf

%69
%65
%0
%13

Triadic Colors of #464edf

#464edf #df464e #4edf46

Analogous Colors of #464edf

#464edf #8b46df #469bdf

Monochromatic Colors of #464edf

#464edf

Complementary Color

#464edf #dfd746

#464edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#464edf Color CSS Codes

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

#464edf Text Font Color

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

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


#464edf Background Color

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

This div background color is #464edf


#464edf Border Color

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

This div border color is #464edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464edf


Comments

No comments written yet.

Please login to write comment.