Color Hex Logo

#4776bd Color Hex

#4776BD
(71,118,189)
1 Favorites   0 Comments

Color spaces of #4776bd

RGB 71118189
HSL0.600.470.51
HSV216°62°74°
CMYK 0.620.380.00   0.26
XYZ18.262317.970650.6503
Yxy17.97060.21020.2068
Hunter Lab42.39172.7120-41.1664
CIE-Lab49.46046.3628-42.1035

#4776bd color RGB value is (71,118,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110110 10111101
Octal 107 166 275
Decimal 71 118 189
Hex 47 76 BD

RGB Percentages of Color #4776bd

%18.78
%31.22
%50.00

CMYK Percentages of Color #4776bd

%62
%38
%0
%26

Triadic Colors of #4776bd

#4776bd #bd4776 #76bd47

Analogous Colors of #4776bd

#4776bd #5347bd #47b1bd

Monochromatic Colors of #4776bd

#4776bd

Complementary Color

#4776bd #bd8e47

#4776bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4776bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4776bd Color CSS Codes

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

#4776bd Text Font Color

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

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


#4776bd Background Color

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

This div background color is #4776bd


#4776bd Border Color

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

This div border color is #4776bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4776bd


Comments

No comments written yet.

Please login to write comment.