Color Hex Logo

#4969ba Color Hex

#4969BA
(73,105,186)
0 Favorites   0 Comments

Color spaces of #4969ba

RGB 73105186
HSL0.620.450.51
HSV223°61°73°
CMYK 0.610.440.00   0.27
XYZ16.662215.064848.4840
Yxy15.06480.20770.1878
Hunter Lab38.81348.7048-46.8931
CIE-Lab45.722813.7879-46.3061

#4969ba color RGB value is (73,105,186).

#4969ba hex color red value is 73, green value is 105 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4969ba hue: 0.62 , saturation: 0.45 and the lightness value of 4969ba is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101001 10111010
Octal 111 151 272
Decimal 73 105 186
Hex 49 69 BA

RGB Percentages of Color #4969ba

%20.05
%28.85
%51.10

CMYK Percentages of Color #4969ba

%61
%44
%0
%27

Triadic Colors of #4969ba

#4969ba #ba4969 #69ba49

Analogous Colors of #4969ba

#4969ba #6149ba #49a2ba

Monochromatic Colors of #4969ba

#4969ba

Complementary Color

#4969ba #ba9a49

#4969ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4969ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4969ba Color CSS Codes

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

#4969ba Text Font Color

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

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


#4969ba Background Color

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

This div background color is #4969ba


#4969ba Border Color

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

This div border color is #4969ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4969ba


Comments

No comments written yet.

Please login to write comment.