Color Hex Logo

#4950db Color Hex

#4950DB
(73,80,219)
0 Favorites   0 Comments

Color spaces of #4950db

RGB 7380219
HSL0.660.670.57
HSV237°67°86°
CMYK 0.670.630.00   0.14
XYZ18.402512.268368.4159
Yxy12.26830.18570.1238
Hunter Lab35.026132.4870-91.2918
CIE-Lab41.639440.8106-71.9237

#4950db color RGB value is (73,80,219).

#4950db hex color red value is 73, green value is 80 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4950db hue: 0.66 , saturation: 0.67 and the lightness value of 4950db is 0.57.

The process color (four color CMYK) of #4950db color hex is 0.67, 0.63, 0.00, 0.14. Web safe color of #4950db is #3366cc. Color #4950db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010000 11011011
Octal 111 120 333
Decimal 73 80 219
Hex 49 50 DB

RGB Percentages of Color #4950db

%19.62
%21.51
%58.87

CMYK Percentages of Color #4950db

%67
%63
%0
%14

Triadic Colors of #4950db

#4950db #db4950 #50db49

Analogous Colors of #4950db

#4950db #8b49db #4999db

Monochromatic Colors of #4950db

#4950db

Complementary Color

#4950db #dbd449

#4950db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4950db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4950db Color CSS Codes

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

#4950db Text Font Color

<p style="color:#4950db">Text here</p>

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


#4950db Background Color

<div style="background-color:#4950db">
Div content here</div>

This div background color is #4950db


#4950db Border Color

<div style="border:3px solid #4950db">
Div here</div>

This div border color is #4950db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,80,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4950db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4950db;
  -webkit-box-shadow: 1px 1px 3px 2px #4950db;
  box-shadow:         1px 1px 3px 2px #4950db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4950db


Comments

No comments written yet.

Please login to write comment.