Color Hex Logo

#4959bd Color Hex

#4959BD
(73,89,189)
0 Favorites   0 Comments

Color spaces of #4959bd

RGB 7389189
HSL0.640.470.51
HSV232°61°74°
CMYK 0.610.530.00   0.26
XYZ15.505312.235349.6886
Yxy12.23530.20030.1580
Hunter Lab34.979017.9113-59.7377
CIE-Lab41.587724.9793-54.6902

#4959bd color RGB value is (73,89,189).

#4959bd hex color red value is 73, green value is 89 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4959bd hue: 0.64 , saturation: 0.47 and the lightness value of 4959bd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011001 10111101
Octal 111 131 275
Decimal 73 89 189
Hex 49 59 BD

RGB Percentages of Color #4959bd

%20.80
%25.36
%53.85

CMYK Percentages of Color #4959bd

%61
%53
%0
%26

Triadic Colors of #4959bd

#4959bd #bd4959 #59bd49

Analogous Colors of #4959bd

#4959bd #7349bd #4993bd

Monochromatic Colors of #4959bd

#4959bd

Complementary Color

#4959bd #bdad49

#4959bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4959bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4959bd Color CSS Codes

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

#4959bd Text Font Color

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

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


#4959bd Background Color

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

This div background color is #4959bd


#4959bd Border Color

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

This div border color is #4959bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,89,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 #4959bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4959bd


Comments

No comments written yet.

Please login to write comment.