Color Hex Logo

#4647dc Color Hex

#4647DC
(70,71,220)
0 Favorites   0 Comments

Color spaces of #4647dc

RGB 7071220
HSL0.670.680.57
HSV240°68°86°
CMYK 0.680.680.00   0.14
XYZ17.697310.975968.8960
Yxy10.97590.18140.1125
Hunter Lab33.129937.3737-100.1069
CIE-Lab39.539946.1173-75.9434

#4647dc color RGB value is (70,71,220).

#4647dc hex color red value is 70, green value is 71 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4647dc hue: 0.67 , saturation: 0.68 and the lightness value of 4647dc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000111 11011100
Octal 106 107 334
Decimal 70 71 220
Hex 46 47 DC

RGB Percentages of Color #4647dc

%19.39
%19.67
%60.94

CMYK Percentages of Color #4647dc

%68
%68
%0
%14

Triadic Colors of #4647dc

#4647dc #dc4647 #47dc46

Analogous Colors of #4647dc

#4647dc #9046dc #4692dc

Monochromatic Colors of #4647dc

#4647dc

Complementary Color

#4647dc #dcdb46

#4647dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4647dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4647dc Color CSS Codes

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

#4647dc Text Font Color

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

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


#4647dc Background Color

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

This div background color is #4647dc


#4647dc Border Color

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

This div border color is #4647dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4647dc


Comments

No comments written yet.

Please login to write comment.