Color Hex Logo

#489dbb Color Hex

#489DBB
(72,157,187)
0 Favorites   0 Comments

Color spaces of #489dbb

RGB 72157187
HSL0.540.460.51
HSV196°61°73°
CMYK 0.610.160.00   0.27
XYZ23.699129.079551.3775
Yxy29.07950.22750.2792
Hunter Lab53.9254-15.9224-18.7408
CIE-Lab60.8517-16.5543-23.2014

#489dbb color RGB value is (72,157,187).

#489dbb hex color red value is 72, green value is 157 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #489dbb hue: 0.54 , saturation: 0.46 and the lightness value of 489dbb is 0.51.

The process color (four color CMYK) of #489dbb color hex is 0.61, 0.16, 0.00, 0.27. Web safe color of #489dbb is #3399cc. Color #489dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011101 10111011
Octal 110 235 273
Decimal 72 157 187
Hex 48 9D BB

RGB Percentages of Color #489dbb

%17.31
%37.74
%44.95

CMYK Percentages of Color #489dbb

%61
%16
%0
%27

Triadic Colors of #489dbb

#489dbb #bb489d #9dbb48

Analogous Colors of #489dbb

#489dbb #4864bb #48bba0

Monochromatic Colors of #489dbb

#489dbb

Complementary Color

#489dbb #bb6648

#489dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#489dbb Color CSS Codes

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

#489dbb Text Font Color

<p style="color:#489dbb">Text here</p>

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


#489dbb Background Color

<div style="background-color:#489dbb">
Div content here</div>

This div background color is #489dbb


#489dbb Border Color

<div style="border:3px solid #489dbb">
Div here</div>

This div border color is #489dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,157,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #489dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #489dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #489dbb;
  box-shadow:         1px 1px 3px 2px #489dbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,157,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489dbb


Comments

No comments written yet.

Please login to write comment.