Color Hex Logo

#4c47bd Color Hex

#4C47BD
(76,71,189)
0 Favorites   0 Comments

Color spaces of #4c47bd

RGB 7671189
HSL0.670.470.51
HSV243°62°74°
CMYK 0.600.620.00   0.26
XYZ14.41909.717149.2597
Yxy9.71710.19650.1324
Hunter Lab31.172328.0153-71.8719
CIE-Lab37.329836.7968-61.5870

#4c47bd color RGB value is (76,71,189).

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

The process color (four color CMYK) of #4c47bd color hex is 0.60, 0.62, 0.00, 0.26. Web safe color of #4c47bd is #3333cc. Color #4c47bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01000111 10111101
Octal 114 107 275
Decimal 76 71 189
Hex 4C 47 BD

RGB Percentages of Color #4c47bd

%22.62
%21.13
%56.25

CMYK Percentages of Color #4c47bd

%60
%62
%0
%26

Triadic Colors of #4c47bd

#4c47bd #bd4c47 #47bd4c

Analogous Colors of #4c47bd

#4c47bd #8747bd #477dbd

Monochromatic Colors of #4c47bd

#4c47bd

Complementary Color

#4c47bd #b8bd47

#4c47bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c47bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c47bd Color CSS Codes

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

#4c47bd Text Font Color

<p style="color:#4c47bd">Text here</p>

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


#4c47bd Background Color

<div style="background-color:#4c47bd">
Div content here</div>

This div background color is #4c47bd


#4c47bd Border Color

<div style="border:3px solid #4c47bd">
Div here</div>

This div border color is #4c47bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c47bd


Comments

No comments written yet.

Please login to write comment.