Color Hex Logo

#4978ba Color Hex

#4978BA
(73,120,186)
0 Favorites   0 Comments

Color spaces of #4978ba

RGB 73120186
HSL0.600.450.51
HSV215°61°73°
CMYK 0.610.350.00   0.27
XYZ18.327118.394649.0389
Yxy18.39460.21370.2145
Hunter Lab42.88891.2202-37.7695
CIE-Lab49.97134.5018-39.5616

#4978ba color RGB value is (73,120,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111000 10111010
Octal 111 170 272
Decimal 73 120 186
Hex 49 78 BA

RGB Percentages of Color #4978ba

%19.26
%31.66
%49.08

CMYK Percentages of Color #4978ba

%61
%35
%0
%27

Triadic Colors of #4978ba

#4978ba #ba4978 #78ba49

Analogous Colors of #4978ba

#4978ba #5349ba #49b1ba

Monochromatic Colors of #4978ba

#4978ba

Complementary Color

#4978ba #ba8b49

#4978ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4978ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4978ba Color CSS Codes

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

#4978ba Text Font Color

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

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


#4978ba Background Color

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

This div background color is #4978ba


#4978ba Border Color

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

This div border color is #4978ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4978ba


Comments

No comments written yet.

Please login to write comment.