Color Hex Logo

#4726dc Color Hex

#4726DC
(71,38,220)
0 Favorites   0 Comments

Color spaces of #4726dc

RGB 7138220
HSL0.700.720.51
HSV251°83°86°
CMYK 0.680.830.00   0.14
XYZ16.20997.893168.3793
Yxy7.89310.17530.0853
Hunter Lab28.094753.8243-124.6390
CIE-Lab33.759362.7997-85.4796

#4726dc color RGB value is (71,38,220).

#4726dc hex color red value is 71, green value is 38 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4726dc hue: 0.70 , saturation: 0.72 and the lightness value of 4726dc is 0.51.

The process color (four color CMYK) of #4726dc color hex is 0.68, 0.83, 0.00, 0.14. Web safe color of #4726dc is #3333cc. Color #4726dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100110 11011100
Octal 107 46 334
Decimal 71 38 220
Hex 47 26 DC

RGB Percentages of Color #4726dc

%21.58
%11.55
%66.87

CMYK Percentages of Color #4726dc

%68
%83
%0
%14

Triadic Colors of #4726dc

#4726dc #dc4726 #26dc47

Analogous Colors of #4726dc

#4726dc #a226dc #2660dc

Monochromatic Colors of #4726dc

#4726dc

Complementary Color

#4726dc #bbdc26

#4726dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4726dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4726dc Color CSS Codes

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

#4726dc Text Font Color

<p style="color:#4726dc">Text here</p>

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


#4726dc Background Color

<div style="background-color:#4726dc">
Div content here</div>

This div background color is #4726dc


#4726dc Border Color

<div style="border:3px solid #4726dc">
Div here</div>

This div border color is #4726dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,38,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4726dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4726dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4726dc;
  box-shadow:         1px 1px 3px 2px #4726dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4726dc


Comments

No comments written yet.

Please login to write comment.