Color Hex Logo

#4978bd Color Hex

#4978BD
(73,120,189)
0 Favorites   0 Comments

Color spaces of #4978bd

RGB 73120189
HSL0.600.470.51
HSV216°61°74°
CMYK 0.610.370.00   0.26
XYZ18.649418.523550.7366
Yxy18.52350.21210.2107
Hunter Lab43.03892.0285-39.7670
CIE-Lab50.12505.5226-41.0457

#4978bd color RGB value is (73,120,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111000 10111101
Octal 111 170 275
Decimal 73 120 189
Hex 49 78 BD

RGB Percentages of Color #4978bd

%19.11
%31.41
%49.48

CMYK Percentages of Color #4978bd

%61
%37
%0
%26

Triadic Colors of #4978bd

#4978bd #bd4978 #78bd49

Analogous Colors of #4978bd

#4978bd #5449bd #49b2bd

Monochromatic Colors of #4978bd

#4978bd

Complementary Color

#4978bd #bd8e49

#4978bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4978bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4978bd Color CSS Codes

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

#4978bd Text Font Color

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

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


#4978bd Background Color

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

This div background color is #4978bd


#4978bd Border Color

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

This div border color is #4978bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4978bd


Comments

No comments written yet.

Please login to write comment.