Color Hex Logo

#4969aa Color Hex

#4969AA
(73,105,170)
0 Favorites   0 Comments

Color spaces of #4969aa

RGB 73105170
HSL0.610.400.48
HSV220°57°67°
CMYK 0.570.380.00   0.33
XYZ15.054914.421940.0204
Yxy14.42190.21660.2075
Hunter Lab37.97624.3045-35.8982
CIE-Lab44.83208.3237-38.3812

#4969aa color RGB value is (73,105,170).

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

The process color (four color CMYK) of #4969aa color hex is 0.57, 0.38, 0.00, 0.33. Web safe color of #4969aa is #336699. Color #4969aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101001 10101010
Octal 111 151 252
Decimal 73 105 170
Hex 49 69 AA

RGB Percentages of Color #4969aa

%20.98
%30.17
%48.85

CMYK Percentages of Color #4969aa

%57
%38
%0
%33

Triadic Colors of #4969aa

#4969aa #aa4969 #69aa49

Analogous Colors of #4969aa

#4969aa #5949aa #499aaa

Monochromatic Colors of #4969aa

#4969aa

Complementary Color

#4969aa #aa8a49

#4969aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4969aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4969aa Color CSS Codes

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

#4969aa Text Font Color

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

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


#4969aa Background Color

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

This div background color is #4969aa


#4969aa Border Color

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

This div border color is #4969aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4969aa


Comments

No comments written yet.

Please login to write comment.