Color Hex Logo

#4916cb Color Hex

#4916CB
(73,22,203)
0 Favorites   0 Comments

Color spaces of #4916cb

RGB 7322203
HSL0.710.800.44
HSV257°89°80°
CMYK 0.640.890.00   0.20
XYZ13.81416.302156.9883
Yxy6.30210.17920.0817
Hunter Lab25.104054.2922-117.0208
CIE-Lab30.162263.9094-81.5878

#4916cb color RGB value is (73,22,203).

#4916cb hex color red value is 73, green value is 22 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4916cb hue: 0.71 , saturation: 0.80 and the lightness value of 4916cb is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010110 11001011
Octal 111 26 313
Decimal 73 22 203
Hex 49 16 CB

RGB Percentages of Color #4916cb

%24.50
%7.38
%68.12

CMYK Percentages of Color #4916cb

%64
%89
%0
%20

Triadic Colors of #4916cb

#4916cb #cb4916 #16cb49

Analogous Colors of #4916cb

#4916cb #a416cb #163ecb

Monochromatic Colors of #4916cb

#4916cb

Complementary Color

#4916cb #98cb16

#4916cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4916cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4916cb Color CSS Codes

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

#4916cb Text Font Color

<p style="color:#4916cb">Text here</p>

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


#4916cb Background Color

<div style="background-color:#4916cb">
Div content here</div>

This div background color is #4916cb


#4916cb Border Color

<div style="border:3px solid #4916cb">
Div here</div>

This div border color is #4916cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,22,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4916cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4916cb;
  -webkit-box-shadow: 1px 1px 3px 2px #4916cb;
  box-shadow:         1px 1px 3px 2px #4916cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,22,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4916cb


Comments

No comments written yet.

Please login to write comment.