Color Hex Logo

#4940bd Color Hex

#4940BD
(73,64,189)
0 Favorites   0 Comments

Color spaces of #4940bd

RGB 7364189
HSL0.680.490.50
HSV244°66°74°
CMYK 0.610.660.00   0.26
XYZ13.76648.757449.1089
Yxy8.75740.19220.1223
Hunter Lab29.592931.2493-77.6757
CIE-Lab35.512940.5429-64.5627

#4940bd color RGB value is (73,64,189).

#4940bd hex color red value is 73, green value is 64 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4940bd hue: 0.68 , saturation: 0.49 and the lightness value of 4940bd is 0.50.

The process color (four color CMYK) of #4940bd color hex is 0.61, 0.66, 0.00, 0.26. Web safe color of #4940bd is #3333cc. Color #4940bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000000 10111101
Octal 111 100 275
Decimal 73 64 189
Hex 49 40 BD

RGB Percentages of Color #4940bd

%22.39
%19.63
%57.98

CMYK Percentages of Color #4940bd

%61
%66
%0
%26

Triadic Colors of #4940bd

#4940bd #bd4940 #40bd49

Analogous Colors of #4940bd

#4940bd #8840bd #4076bd

Monochromatic Colors of #4940bd

#4940bd

Complementary Color

#4940bd #b4bd40

#4940bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4940bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4940bd Color CSS Codes

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

#4940bd Text Font Color

<p style="color:#4940bd">Text here</p>

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


#4940bd Background Color

<div style="background-color:#4940bd">
Div content here</div>

This div background color is #4940bd


#4940bd Border Color

<div style="border:3px solid #4940bd">
Div here</div>

This div border color is #4940bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,64,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4940bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4940bd;
  -webkit-box-shadow: 1px 1px 3px 2px #4940bd;
  box-shadow:         1px 1px 3px 2px #4940bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4940bd


Comments

No comments written yet.

Please login to write comment.