Color Hex Logo

#4987bd Color Hex

#4987BD
(73,135,189)
0 Favorites   0 Comments

Color spaces of #4987bd

RGB 73135189
HSL0.580.470.51
HSV208°61°74°
CMYK 0.610.290.00   0.26
XYZ20.596922.418551.3857
Yxy22.41850.21820.2375
Hunter Lab47.3482-5.2101-31.2021
CIE-Lab54.4683-3.4177-34.2157

#4987bd color RGB value is (73,135,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000111 10111101
Octal 111 207 275
Decimal 73 135 189
Hex 49 87 BD

RGB Percentages of Color #4987bd

%18.39
%34.01
%47.61

CMYK Percentages of Color #4987bd

%61
%29
%0
%26

Triadic Colors of #4987bd

#4987bd #bd4987 #87bd49

Analogous Colors of #4987bd

#4987bd #494dbd #49bdb9

Monochromatic Colors of #4987bd

#4987bd

Complementary Color

#4987bd #bd7f49

#4987bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4987bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4987bd Color CSS Codes

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

#4987bd Text Font Color

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

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


#4987bd Background Color

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

This div background color is #4987bd


#4987bd Border Color

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

This div border color is #4987bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4987bd


Comments

No comments written yet.

Please login to write comment.