Color Hex Logo

#4978db Color Hex

#4978DB
(73,120,219)
0 Favorites   0 Comments

Color spaces of #4978db

RGB 73120219
HSL0.610.670.57
HSV221°67°86°
CMYK 0.670.450.00   0.14
XYZ22.250319.963969.6985
Yxy19.96390.19880.1784
Hunter Lab44.681010.6980-61.2106
CIE-Lab51.796415.9292-55.4755

#4978db color RGB value is (73,120,219).

#4978db hex color red value is 73, green value is 120 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4978db hue: 0.61 , saturation: 0.67 and the lightness value of 4978db is 0.57.

The process color (four color CMYK) of #4978db color hex is 0.67, 0.45, 0.00, 0.14. Web safe color of #4978db is #3366cc. Color #4978db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111000 11011011
Octal 111 170 333
Decimal 73 120 219
Hex 49 78 DB

RGB Percentages of Color #4978db

%17.72
%29.13
%53.16

CMYK Percentages of Color #4978db

%67
%45
%0
%14

Triadic Colors of #4978db

#4978db #db4978 #78db49

Analogous Colors of #4978db

#4978db #6349db #49c1db

Monochromatic Colors of #4978db

#4978db

Complementary Color

#4978db #dbac49

#4978db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4978db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4978db Color CSS Codes

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

#4978db Text Font Color

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

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


#4978db Background Color

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

This div background color is #4978db


#4978db Border Color

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

This div border color is #4978db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4978db


Comments

No comments written yet.

Please login to write comment.