Color Hex Logo

#489fbb Color Hex

#489FBB
(72,159,187)
0 Favorites   0 Comments

Color spaces of #489fbb

RGB 72159187
HSL0.540.460.51
HSV195°61°73°
CMYK 0.610.150.00   0.27
XYZ24.040329.761851.4913
Yxy29.76180.22830.2827
Hunter Lab54.5544-16.8111-17.7730
CIE-Lab61.4482-17.6220-22.2880

#489fbb color RGB value is (72,159,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011111 10111011
Octal 110 237 273
Decimal 72 159 187
Hex 48 9F BB

RGB Percentages of Color #489fbb

%17.22
%38.04
%44.74

CMYK Percentages of Color #489fbb

%61
%15
%0
%27

Triadic Colors of #489fbb

#489fbb #bb489f #9fbb48

Analogous Colors of #489fbb

#489fbb #4866bb #48bb9e

Monochromatic Colors of #489fbb

#489fbb

Complementary Color

#489fbb #bb6448

#489fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#489fbb Color CSS Codes

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

#489fbb Text Font Color

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

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


#489fbb Background Color

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

This div background color is #489fbb


#489fbb Border Color

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

This div border color is #489fbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,159,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 #489fbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489fbb


Comments

No comments written yet.

Please login to write comment.