Color Hex Logo

#4944ba Color Hex

#4944BA
(73,68,186)
0 Favorites   0 Comments

Color spaces of #4944ba

RGB 7368186
HSL0.670.460.50
HSV243°63°73°
CMYK 0.610.630.00   0.27
XYZ13.67779.095947.4892
Yxy9.09590.19470.1295
Hunter Lab30.159428.1732-72.2468
CIE-Lab36.168337.1530-61.7277

#4944ba color RGB value is (73,68,186).

#4944ba hex color red value is 73, green value is 68 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4944ba hue: 0.67 , saturation: 0.46 and the lightness value of 4944ba is 0.50.

The process color (four color CMYK) of #4944ba color hex is 0.61, 0.63, 0.00, 0.27. Web safe color of #4944ba is #3333cc. Color #4944ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000100 10111010
Octal 111 104 272
Decimal 73 68 186
Hex 49 44 BA

RGB Percentages of Color #4944ba

%22.32
%20.80
%56.88

CMYK Percentages of Color #4944ba

%61
%63
%0
%27

Triadic Colors of #4944ba

#4944ba #ba4944 #44ba49

Analogous Colors of #4944ba

#4944ba #8444ba #447aba

Monochromatic Colors of #4944ba

#4944ba

Complementary Color

#4944ba #b5ba44

#4944ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4944ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4944ba Color CSS Codes

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

#4944ba Text Font Color

<p style="color:#4944ba">Text here</p>

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


#4944ba Background Color

<div style="background-color:#4944ba">
Div content here</div>

This div background color is #4944ba


#4944ba Border Color

<div style="border:3px solid #4944ba">
Div here</div>

This div border color is #4944ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,68,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4944ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4944ba;
  -webkit-box-shadow: 1px 1px 3px 2px #4944ba;
  box-shadow:         1px 1px 3px 2px #4944ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4944ba


Comments

No comments written yet.

Please login to write comment.