Color Hex Logo

#4969ac Color Hex

#4969AC
(73,105,172)
0 Favorites   0 Comments

Color spaces of #4969ac

RGB 73105172
HSL0.610.400.48
HSV221°58°67°
CMYK 0.580.390.00   0.33
XYZ15.245614.498241.0246
Yxy14.49820.21540.2049
Hunter Lab38.07654.8364-37.2270
CIE-Lab44.93918.9996-39.3850

#4969ac color RGB value is (73,105,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101001 10101100
Octal 111 151 254
Decimal 73 105 172
Hex 49 69 AC

RGB Percentages of Color #4969ac

%20.86
%30.00
%49.14

CMYK Percentages of Color #4969ac

%58
%39
%0
%33

Triadic Colors of #4969ac

#4969ac #ac4969 #69ac49

Analogous Colors of #4969ac

#4969ac #5b49ac #499bac

Monochromatic Colors of #4969ac

#4969ac

Complementary Color

#4969ac #ac8c49

#4969ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4969ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4969ac Color CSS Codes

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

#4969ac Text Font Color

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

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


#4969ac Background Color

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

This div background color is #4969ac


#4969ac Border Color

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

This div border color is #4969ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4969ac


Comments

No comments written yet.

Please login to write comment.