Color Hex Logo

#4549ac Color Hex

#4549AC
(69,73,172)
0 Favorites   0 Comments

Color spaces of #4549ac

RGB 6973172
HSL0.660.430.47
HSV238°60°67°
CMYK 0.600.580.00   0.33
XYZ12.28329.008940.1212
Yxy9.00890.20000.1467
Hunter Lab30.014820.5230-58.2433
CIE-Lab36.001428.6466-53.7266

#4549ac color RGB value is (69,73,172).

#4549ac hex color red value is 69, green value is 73 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4549ac hue: 0.66 , saturation: 0.43 and the lightness value of 4549ac is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01001001 10101100
Octal 105 111 254
Decimal 69 73 172
Hex 45 49 AC

RGB Percentages of Color #4549ac

%21.97
%23.25
%54.78

CMYK Percentages of Color #4549ac

%60
%58
%0
%33

Triadic Colors of #4549ac

#4549ac #ac4549 #49ac45

Analogous Colors of #4549ac

#4549ac #7545ac #457dac

Monochromatic Colors of #4549ac

#4549ac

Complementary Color

#4549ac #aca845

#4549ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4549ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4549ac Color CSS Codes

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

#4549ac Text Font Color

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

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


#4549ac Background Color

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

This div background color is #4549ac


#4549ac Border Color

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

This div border color is #4549ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4549ac


Comments

No comments written yet.

Please login to write comment.