Color Hex Logo

#4989b8 Color Hex

#4989B8
(73,137,184)
0 Favorites   0 Comments

Color spaces of #4989b8

RGB 73137184
HSL0.570.440.50
HSV205°60°72°
CMYK 0.600.260.00   0.28
XYZ20.345022.768548.6699
Yxy22.76850.22170.2481
Hunter Lab47.7163-7.3959-27.0734
CIE-Lab54.8331-6.2196-30.7937

#4989b8 color RGB value is (73,137,184).

#4989b8 hex color red value is 73, green value is 137 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #4989b8 hue: 0.57 , saturation: 0.44 and the lightness value of 4989b8 is 0.50.

The process color (four color CMYK) of #4989b8 color hex is 0.60, 0.26, 0.00, 0.28. Web safe color of #4989b8 is #3399cc. Color #4989b8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001001 10111000
Octal 111 211 270
Decimal 73 137 184
Hex 49 89 B8

RGB Percentages of Color #4989b8

%18.53
%34.77
%46.70

CMYK Percentages of Color #4989b8

%60
%26
%0
%28

Triadic Colors of #4989b8

#4989b8 #b84989 #89b849

Analogous Colors of #4989b8

#4989b8 #4951b8 #49b8b0

Monochromatic Colors of #4989b8

#4989b8

Complementary Color

#4989b8 #b87849

#4989b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4989b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4989b8 Color CSS Codes

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

#4989b8 Text Font Color

<p style="color:#4989b8">Text here</p>

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


#4989b8 Background Color

<div style="background-color:#4989b8">
Div content here</div>

This div background color is #4989b8


#4989b8 Border Color

<div style="border:3px solid #4989b8">
Div here</div>

This div border color is #4989b8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,137,184, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4989b8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4989b8;
  -webkit-box-shadow: 1px 1px 3px 2px #4989b8;
  box-shadow:         1px 1px 3px 2px #4989b8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4989b8

#4989b8 Color Palettes


Comments

No comments written yet.

Please login to write comment.