Color Hex Logo

#4773bd Color Hex

#4773BD
(71,115,189)
0 Favorites   0 Comments

Color spaces of #4773bd

RGB 71115189
HSL0.600.470.51
HSV218°62°74°
CMYK 0.620.390.00   0.26
XYZ17.914617.275250.5344
Yxy17.27520.20900.2015
Hunter Lab41.56344.2007-42.9926
CIE-Lab48.60498.2075-43.4602

#4773bd color RGB value is (71,115,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110011 10111101
Octal 107 163 275
Decimal 71 115 189
Hex 47 73 BD

RGB Percentages of Color #4773bd

%18.93
%30.67
%50.40

CMYK Percentages of Color #4773bd

%62
%39
%0
%26

Triadic Colors of #4773bd

#4773bd #bd4773 #73bd47

Analogous Colors of #4773bd

#4773bd #5647bd #47aebd

Monochromatic Colors of #4773bd

#4773bd

Complementary Color

#4773bd #bd9147

#4773bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4773bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4773bd Color CSS Codes

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

#4773bd Text Font Color

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

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


#4773bd Background Color

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

This div background color is #4773bd


#4773bd Border Color

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

This div border color is #4773bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4773bd


Comments

No comments written yet.

Please login to write comment.