Color Hex Logo

#4645d9 Color Hex

#4645D9
(70,69,217)
0 Favorites   0 Comments

Color spaces of #4645d9

RGB 7069217
HSL0.670.660.56
HSV240°68°85°
CMYK 0.680.680.00   0.15
XYZ17.178310.568166.7801
Yxy10.56810.18170.1118
Hunter Lab32.508637.4334-99.0391
CIE-Lab38.843346.3009-75.3682

#4645d9 color RGB value is (70,69,217).

#4645d9 hex color red value is 70, green value is 69 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #4645d9 hue: 0.67 , saturation: 0.66 and the lightness value of 4645d9 is 0.56.

The process color (four color CMYK) of #4645d9 color hex is 0.68, 0.68, 0.00, 0.15. Web safe color of #4645d9 is #3333cc. Color #4645d9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000101 11011001
Octal 106 105 331
Decimal 70 69 217
Hex 46 45 D9

RGB Percentages of Color #4645d9

%19.66
%19.38
%60.96

CMYK Percentages of Color #4645d9

%68
%68
%0
%15

Triadic Colors of #4645d9

#4645d9 #d94645 #45d946

Analogous Colors of #4645d9

#4645d9 #9045d9 #458ed9

Monochromatic Colors of #4645d9

#4645d9

Complementary Color

#4645d9 #d8d945

#4645d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4645d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4645d9 Color CSS Codes

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

#4645d9 Text Font Color

<p style="color:#4645d9">Text here</p>

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


#4645d9 Background Color

<div style="background-color:#4645d9">
Div content here</div>

This div background color is #4645d9


#4645d9 Border Color

<div style="border:3px solid #4645d9">
Div here</div>

This div border color is #4645d9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,69,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4645d9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4645d9;
  -webkit-box-shadow: 1px 1px 3px 2px #4645d9;
  box-shadow:         1px 1px 3px 2px #4645d9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4645d9


Comments

No comments written yet.

Please login to write comment.