Color Hex Logo

#4640df Color Hex

#4640DF
(70,64,223)
0 Favorites   0 Comments

Color spaces of #4640df

RGB 7064223
HSL0.670.710.56
HSV242°71°87°
CMYK 0.690.710.00   0.13
XYZ17.678510.296670.8677
Yxy10.29660.17890.1042
Hunter Lab32.088342.1869-108.4814
CIE-Lab38.369651.0605-79.5836

#4640df color RGB value is (70,64,223).

#4640df hex color red value is 70, green value is 64 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4640df hue: 0.67 , saturation: 0.71 and the lightness value of 4640df is 0.56.

The process color (four color CMYK) of #4640df color hex is 0.69, 0.71, 0.00, 0.13. Web safe color of #4640df is #3333cc. Color #4640df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000000 11011111
Octal 106 100 337
Decimal 70 64 223
Hex 46 40 DF

RGB Percentages of Color #4640df

%19.61
%17.93
%62.46

CMYK Percentages of Color #4640df

%69
%71
%0
%13

Triadic Colors of #4640df

#4640df #df4640 #40df46

Analogous Colors of #4640df

#4640df #9640df #408adf

Monochromatic Colors of #4640df

#4640df

Complementary Color

#4640df #d9df40

#4640df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4640df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4640df Color CSS Codes

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

#4640df Text Font Color

<p style="color:#4640df">Text here</p>

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


#4640df Background Color

<div style="background-color:#4640df">
Div content here</div>

This div background color is #4640df


#4640df Border Color

<div style="border:3px solid #4640df">
Div here</div>

This div border color is #4640df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4640df


Comments

No comments written yet.

Please login to write comment.