Color Hex Logo

#4616cc Color Hex

#4616CC
(70,22,204)
0 Favorites   0 Comments

Color spaces of #4616cc

RGB 7022204
HSL0.710.810.44
HSV256°89°80°
CMYK 0.660.890.00   0.20
XYZ13.71186.235557.6076
Yxy6.23550.17680.0804
Hunter Lab24.971054.3168-119.3013
CIE-Lab29.999063.9622-82.4509

#4616cc color RGB value is (70,22,204).

#4616cc hex color red value is 70, green value is 22 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4616cc hue: 0.71 , saturation: 0.81 and the lightness value of 4616cc is 0.44.

The process color (four color CMYK) of #4616cc color hex is 0.66, 0.89, 0.00, 0.20. Web safe color of #4616cc is #3300cc. Color #4616cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010110 11001100
Octal 106 26 314
Decimal 70 22 204
Hex 46 16 CC

RGB Percentages of Color #4616cc

%23.65
%7.43
%68.92

CMYK Percentages of Color #4616cc

%66
%89
%0
%20

Triadic Colors of #4616cc

#4616cc #cc4616 #16cc46

Analogous Colors of #4616cc

#4616cc #a116cc #1641cc

Monochromatic Colors of #4616cc

#4616cc

Complementary Color

#4616cc #9ccc16

#4616cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4616cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4616cc Color CSS Codes

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

#4616cc Text Font Color

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

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


#4616cc Background Color

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

This div background color is #4616cc


#4616cc Border Color

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

This div border color is #4616cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4616cc


Comments

No comments written yet.

Please login to write comment.