Color Hex Logo

#4980bc Color Hex

#4980BC
(73,128,188)
0 Favorites   0 Comments

Color spaces of #4980bc

RGB 73128188
HSL0.590.460.51
HSV211°61°74°
CMYK 0.610.320.00   0.26
XYZ19.543920.485750.5010
Yxy20.48570.21590.2263
Hunter Lab45.2611-2.1301-34.4712
CIE-Lab52.38200.3672-36.9140

#4980bc color RGB value is (73,128,188).

#4980bc hex color red value is 73, green value is 128 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4980bc hue: 0.59 , saturation: 0.46 and the lightness value of 4980bc is 0.51.

The process color (four color CMYK) of #4980bc color hex is 0.61, 0.32, 0.00, 0.26. Web safe color of #4980bc is #3399cc. Color #4980bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000000 10111100
Octal 111 200 274
Decimal 73 128 188
Hex 49 80 BC

RGB Percentages of Color #4980bc

%18.77
%32.90
%48.33

CMYK Percentages of Color #4980bc

%61
%32
%0
%26

Triadic Colors of #4980bc

#4980bc #bc4980 #80bc49

Analogous Colors of #4980bc

#4980bc #4c49bc #49babc

Monochromatic Colors of #4980bc

#4980bc

Complementary Color

#4980bc #bc8549

#4980bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4980bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4980bc Color CSS Codes

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

#4980bc Text Font Color

<p style="color:#4980bc">Text here</p>

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


#4980bc Background Color

<div style="background-color:#4980bc">
Div content here</div>

This div background color is #4980bc


#4980bc Border Color

<div style="border:3px solid #4980bc">
Div here</div>

This div border color is #4980bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,128,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4980bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4980bc;
  -webkit-box-shadow: 1px 1px 3px 2px #4980bc;
  box-shadow:         1px 1px 3px 2px #4980bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4980bc


Comments

No comments written yet.

Please login to write comment.