Color Hex Logo

#4947bc Color Hex

#4947BC
(73,71,188)
0 Favorites   0 Comments

Color spaces of #4947bc

RGB 7371188
HSL0.670.470.51
HSV241°62°74°
CMYK 0.610.620.00   0.26
XYZ14.07809.553848.6790
Yxy9.55380.19470.1321
Hunter Lab30.909227.2090-71.7395
CIE-Lab37.029435.9728-61.4992

#4947bc color RGB value is (73,71,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000111 10111100
Octal 111 107 274
Decimal 73 71 188
Hex 49 47 BC

RGB Percentages of Color #4947bc

%21.99
%21.39
%56.63

CMYK Percentages of Color #4947bc

%61
%62
%0
%26

Triadic Colors of #4947bc

#4947bc #bc4947 #47bc49

Analogous Colors of #4947bc

#4947bc #8447bc #4780bc

Monochromatic Colors of #4947bc

#4947bc

Complementary Color

#4947bc #babc47

#4947bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4947bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4947bc Color CSS Codes

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

#4947bc Text Font Color

<p style="color:#4947bc">Text here</p>

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


#4947bc Background Color

<div style="background-color:#4947bc">
Div content here</div>

This div background color is #4947bc


#4947bc Border Color

<div style="border:3px solid #4947bc">
Div here</div>

This div border color is #4947bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,71,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4947bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4947bc;
  -webkit-box-shadow: 1px 1px 3px 2px #4947bc;
  box-shadow:         1px 1px 3px 2px #4947bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,71,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4947bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4947bc


Comments

No comments written yet.

Please login to write comment.