Color Hex Logo

#464fdf Color Hex

#464FDF
(70,79,223)
0 Favorites   0 Comments

Color spaces of #464fdf

RGB 7079223
HSL0.660.710.57
HSV236°69°87°
CMYK 0.690.650.00   0.13
XYZ18.641112.221871.1886
Yxy12.22180.18270.1198
Hunter Lab34.959733.9998-96.2608
CIE-Lab41.566542.3697-74.3329

#464fdf color RGB value is (70,79,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001111 11011111
Octal 106 117 337
Decimal 70 79 223
Hex 46 4F DF

RGB Percentages of Color #464fdf

%18.82
%21.24
%59.95

CMYK Percentages of Color #464fdf

%69
%65
%0
%13

Triadic Colors of #464fdf

#464fdf #df464f #4fdf46

Analogous Colors of #464fdf

#464fdf #8a46df #469cdf

Monochromatic Colors of #464fdf

#464fdf

Complementary Color

#464fdf #dfd646

#464fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#464fdf Color CSS Codes

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

#464fdf Text Font Color

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

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


#464fdf Background Color

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

This div background color is #464fdf


#464fdf Border Color

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

This div border color is #464fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464fdf


Comments

No comments written yet.

Please login to write comment.