Color Hex Logo

#4849ac Color Hex

#4849AC
(72,73,172)
0 Favorites   0 Comments

Color spaces of #4849ac

RGB 7273172
HSL0.670.410.48
HSV239°58°67°
CMYK 0.580.580.00   0.33
XYZ12.50149.121440.1314
Yxy9.12140.20240.1477
Hunter Lab30.201721.0338-57.6423
CIE-Lab36.217029.2055-53.3671

#4849ac color RGB value is (72,73,172).

#4849ac hex color red value is 72, green value is 73 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4849ac hue: 0.67 , saturation: 0.41 and the lightness value of 4849ac is 0.48.

The process color (four color CMYK) of #4849ac color hex is 0.58, 0.58, 0.00, 0.33. Web safe color of #4849ac is #333399. Color #4849ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001001 10101100
Octal 110 111 254
Decimal 72 73 172
Hex 48 49 AC

RGB Percentages of Color #4849ac

%22.71
%23.03
%54.26

CMYK Percentages of Color #4849ac

%58
%58
%0
%33

Triadic Colors of #4849ac

#4849ac #ac4849 #49ac48

Analogous Colors of #4849ac

#4849ac #7948ac #487bac

Monochromatic Colors of #4849ac

#4849ac

Complementary Color

#4849ac #acab48

#4849ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4849ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4849ac Color CSS Codes

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

#4849ac Text Font Color

<p style="color:#4849ac">Text here</p>

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


#4849ac Background Color

<div style="background-color:#4849ac">
Div content here</div>

This div background color is #4849ac


#4849ac Border Color

<div style="border:3px solid #4849ac">
Div here</div>

This div border color is #4849ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,73,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4849ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4849ac;
  -webkit-box-shadow: 1px 1px 3px 2px #4849ac;
  box-shadow:         1px 1px 3px 2px #4849ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4849ac


Comments

No comments written yet.

Please login to write comment.