Color Hex Logo

#4973bd Color Hex

#4973BD
(73,115,189)
0 Favorites   0 Comments

Color spaces of #4973bd

RGB 73115189
HSL0.610.470.51
HSV218°61°74°
CMYK 0.610.390.00   0.26
XYZ18.063717.352150.5413
Yxy17.35210.21010.2019
Hunter Lab41.65594.5072-42.7778
CIE-Lab48.70078.5880-43.3022

#4973bd color RGB value is (73,115,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110011 10111101
Octal 111 163 275
Decimal 73 115 189
Hex 49 73 BD

RGB Percentages of Color #4973bd

%19.36
%30.50
%50.13

CMYK Percentages of Color #4973bd

%61
%39
%0
%26

Triadic Colors of #4973bd

#4973bd #bd4973 #73bd49

Analogous Colors of #4973bd

#4973bd #5949bd #49adbd

Monochromatic Colors of #4973bd

#4973bd

Complementary Color

#4973bd #bd9349

#4973bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4973bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4973bd Color CSS Codes

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

#4973bd Text Font Color

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

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


#4973bd Background Color

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

This div background color is #4973bd


#4973bd Border Color

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

This div border color is #4973bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4973bd


Comments

No comments written yet.

Please login to write comment.