Color Hex Logo

#4751bd Color Hex

#4751BD
(71,81,189)
0 Favorites   0 Comments

Color spaces of #4751bd

RGB 7181189
HSL0.650.470.51
HSV235°62°74°
CMYK 0.620.570.00   0.26
XYZ14.726310.898649.4716
Yxy10.89860.19610.1451
Hunter Lab33.013021.8517-65.7398
CIE-Lab39.409229.7153-58.2217

#4751bd color RGB value is (71,81,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010001 10111101
Octal 107 121 275
Decimal 71 81 189
Hex 47 51 BD

RGB Percentages of Color #4751bd

%20.82
%23.75
%55.43

CMYK Percentages of Color #4751bd

%62
%57
%0
%26

Triadic Colors of #4751bd

#4751bd #bd4751 #51bd47

Analogous Colors of #4751bd

#4751bd #7847bd #478cbd

Monochromatic Colors of #4751bd

#4751bd

Complementary Color

#4751bd #bdb347

#4751bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4751bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4751bd Color CSS Codes

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

#4751bd Text Font Color

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

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


#4751bd Background Color

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

This div background color is #4751bd


#4751bd Border Color

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

This div border color is #4751bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4751bd

#4751bd Color Palettes


Comments

No comments written yet.

Please login to write comment.