Color Hex Logo

#4642d1 Color Hex

#4642D1
(70,66,209)
0 Favorites   0 Comments

Color spaces of #4642d1

RGB 7066209
HSL0.670.610.54
HSV242°68°82°
CMYK 0.670.680.00   0.18
XYZ15.98269.802061.3712
Yxy9.80200.18340.1125
Hunter Lab31.308136.3338-94.3064
CIE-Lab37.484745.4396-72.9932

#4642d1 color RGB value is (70,66,209).

#4642d1 hex color red value is 70, green value is 66 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #4642d1 hue: 0.67 , saturation: 0.61 and the lightness value of 4642d1 is 0.54.

The process color (four color CMYK) of #4642d1 color hex is 0.67, 0.68, 0.00, 0.18. Web safe color of #4642d1 is #3333cc. Color #4642d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000010 11010001
Octal 106 102 321
Decimal 70 66 209
Hex 46 42 D1

RGB Percentages of Color #4642d1

%20.29
%19.13
%60.58

CMYK Percentages of Color #4642d1

%67
%68
%0
%18

Triadic Colors of #4642d1

#4642d1 #d14642 #42d146

Analogous Colors of #4642d1

#4642d1 #8e42d1 #4286d1

Monochromatic Colors of #4642d1

#4642d1

Complementary Color

#4642d1 #cdd142

#4642d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4642d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4642d1 Color CSS Codes

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

#4642d1 Text Font Color

<p style="color:#4642d1">Text here</p>

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


#4642d1 Background Color

<div style="background-color:#4642d1">
Div content here</div>

This div background color is #4642d1


#4642d1 Border Color

<div style="border:3px solid #4642d1">
Div here</div>

This div border color is #4642d1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,66,209, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4642d1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4642d1;
  -webkit-box-shadow: 1px 1px 3px 2px #4642d1;
  box-shadow:         1px 1px 3px 2px #4642d1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4642d1


Comments

No comments written yet.

Please login to write comment.