Color Hex Logo

#4621cc Color Hex

#4621CC
(70,33,204)
0 Favorites   0 Comments

Color spaces of #4621cc

RGB 7033204
HSL0.700.720.46
HSV253°84°80°
CMYK 0.660.840.00   0.20
XYZ13.96876.749457.6933
Yxy6.74940.17810.0861
Hunter Lab25.979650.5115-113.4805
CIE-Lab31.229560.2861-80.4096

#4621cc color RGB value is (70,33,204).

#4621cc hex color red value is 70, green value is 33 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4621cc hue: 0.70 , saturation: 0.72 and the lightness value of 4621cc is 0.46.

The process color (four color CMYK) of #4621cc color hex is 0.66, 0.84, 0.00, 0.20. Web safe color of #4621cc is #3333cc. Color #4621cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100001 11001100
Octal 106 41 314
Decimal 70 33 204
Hex 46 21 CC

RGB Percentages of Color #4621cc

%22.80
%10.75
%66.45

CMYK Percentages of Color #4621cc

%66
%84
%0
%20

Triadic Colors of #4621cc

#4621cc #cc4621 #21cc46

Analogous Colors of #4621cc

#4621cc #9c21cc #2152cc

Monochromatic Colors of #4621cc

#4621cc

Complementary Color

#4621cc #a7cc21

#4621cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4621cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4621cc Color CSS Codes

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

#4621cc Text Font Color

<p style="color:#4621cc">Text here</p>

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


#4621cc Background Color

<div style="background-color:#4621cc">
Div content here</div>

This div background color is #4621cc


#4621cc Border Color

<div style="border:3px solid #4621cc">
Div here</div>

This div border color is #4621cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,33,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4621cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4621cc;
  -webkit-box-shadow: 1px 1px 3px 2px #4621cc;
  box-shadow:         1px 1px 3px 2px #4621cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4621cc


Comments

No comments written yet.

Please login to write comment.