Color Hex Logo

#4772bd Color Hex

#4772BD
(71,114,189)
0 Favorites   0 Comments

Color spaces of #4772bd

RGB 71114189
HSL0.610.470.51
HSV218°62°74°
CMYK 0.620.400.00   0.26
XYZ17.801217.048350.4966
Yxy17.04830.20860.1998
Hunter Lab41.28964.7000-43.6081
CIE-Lab48.32088.8259-43.9114

#4772bd color RGB value is (71,114,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110010 10111101
Octal 107 162 275
Decimal 71 114 189
Hex 47 72 BD

RGB Percentages of Color #4772bd

%18.98
%30.48
%50.53

CMYK Percentages of Color #4772bd

%62
%40
%0
%26

Triadic Colors of #4772bd

#4772bd #bd4772 #72bd47

Analogous Colors of #4772bd

#4772bd #5747bd #47adbd

Monochromatic Colors of #4772bd

#4772bd

Complementary Color

#4772bd #bd9247

#4772bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4772bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4772bd Color CSS Codes

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

#4772bd Text Font Color

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

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


#4772bd Background Color

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

This div background color is #4772bd


#4772bd Border Color

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

This div border color is #4772bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4772bd


Comments

No comments written yet.

Please login to write comment.