Color Hex Logo

#4742eb Color Hex

#4742EB
(71,66,235)
0 Favorites   0 Comments

Color spaces of #4742eb

RGB 7166235
HSL0.670.810.59
HSV242°72°92°
CMYK 0.700.720.00   0.08
XYZ19.542111.234279.7357
Yxy11.23420.17680.1017
Hunter Lab33.517545.4175-117.5846
CIE-Lab39.972253.8487-83.7680

#4742eb color RGB value is (71,66,235).

#4742eb hex color red value is 71, green value is 66 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4742eb hue: 0.67 , saturation: 0.81 and the lightness value of 4742eb is 0.59.

The process color (four color CMYK) of #4742eb color hex is 0.70, 0.72, 0.00, 0.08. Web safe color of #4742eb is #3333ff. Color #4742eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000010 11101011
Octal 107 102 353
Decimal 71 66 235
Hex 47 42 EB

RGB Percentages of Color #4742eb

%19.09
%17.74
%63.17

CMYK Percentages of Color #4742eb

%70
%72
%0
%8

Triadic Colors of #4742eb

#4742eb #eb4742 #42eb47

Analogous Colors of #4742eb

#4742eb #9c42eb #4292eb

Monochromatic Colors of #4742eb

#4742eb

Complementary Color

#4742eb #e6eb42

#4742eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4742eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4742eb Color CSS Codes

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

#4742eb Text Font Color

<p style="color:#4742eb">Text here</p>

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


#4742eb Background Color

<div style="background-color:#4742eb">
Div content here</div>

This div background color is #4742eb


#4742eb Border Color

<div style="border:3px solid #4742eb">
Div here</div>

This div border color is #4742eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,66,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4742eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4742eb;
  -webkit-box-shadow: 1px 1px 3px 2px #4742eb;
  box-shadow:         1px 1px 3px 2px #4742eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4742eb


Comments

No comments written yet.

Please login to write comment.