Color Hex Logo

#4978be Color Hex

#4978BE
(73,120,190)
0 Favorites   0 Comments

Color spaces of #4978be

RGB 73120190
HSL0.600.470.52
HSV216°62°75°
CMYK 0.620.370.00   0.25
XYZ18.758418.567151.3103
Yxy18.56710.21160.2095
Hunter Lab43.08962.3006-40.4388
CIE-Lab50.17685.8641-41.5385

#4978be color RGB value is (73,120,190).

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

The process color (four color CMYK) of #4978be color hex is 0.62, 0.37, 0.00, 0.25. Web safe color of #4978be is #3366cc. Color #4978be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111000 10111110
Octal 111 170 276
Decimal 73 120 190
Hex 49 78 BE

RGB Percentages of Color #4978be

%19.06
%31.33
%49.61

CMYK Percentages of Color #4978be

%62
%37
%0
%25

Triadic Colors of #4978be

#4978be #be4978 #78be49

Analogous Colors of #4978be

#4978be #5549be #49b3be

Monochromatic Colors of #4978be

#4978be

Complementary Color

#4978be #be8f49

#4978be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4978be Color Preview on White Background

Lorem ipsum dolor sit amet.

#4978be Color CSS Codes

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

#4978be Text Font Color

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

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


#4978be Background Color

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

This div background color is #4978be


#4978be Border Color

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

This div border color is #4978be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4978be


Comments

No comments written yet.

Please login to write comment.