Color Hex Logo

#4742df Color Hex

#4742DF
(71,66,223)
0 Favorites   0 Comments

Color spaces of #4742df

RGB 7166223
HSL0.670.710.57
HSV242°70°87°
CMYK 0.680.700.00   0.13
XYZ17.866010.563770.9094
Yxy10.56370.17980.1063
Hunter Lab32.501841.2418-106.6019
CIE-Lab38.835750.0568-78.8140

#4742df color RGB value is (71,66,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000010 11011111
Octal 107 102 337
Decimal 71 66 223
Hex 47 42 DF

RGB Percentages of Color #4742df

%19.72
%18.33
%61.94

CMYK Percentages of Color #4742df

%68
%70
%0
%13

Triadic Colors of #4742df

#4742df #df4742 #42df47

Analogous Colors of #4742df

#4742df #9642df #428cdf

Monochromatic Colors of #4742df

#4742df

Complementary Color

#4742df #dadf42

#4742df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4742df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4742df Color CSS Codes

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

#4742df Text Font Color

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

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


#4742df Background Color

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

This div background color is #4742df


#4742df Border Color

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

This div border color is #4742df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4742df


Comments

No comments written yet.

Please login to write comment.