Color Hex Logo

#4899ba Color Hex

#4899BA
(72,153,186)
0 Favorites   0 Comments

Color spaces of #4899ba

RGB 72153186
HSL0.550.450.51
HSV197°61°73°
CMYK 0.610.180.00   0.27
XYZ22.926627.705450.5937
Yxy27.70540.22650.2737
Hunter Lab52.6359-14.3637-20.1445
CIE-Lab59.6216-14.7094-24.5264

#4899ba color RGB value is (72,153,186).

#4899ba hex color red value is 72, green value is 153 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4899ba hue: 0.55 , saturation: 0.45 and the lightness value of 4899ba is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011001 10111010
Octal 110 231 272
Decimal 72 153 186
Hex 48 99 BA

RGB Percentages of Color #4899ba

%17.52
%37.23
%45.26

CMYK Percentages of Color #4899ba

%61
%18
%0
%27

Triadic Colors of #4899ba

#4899ba #ba4899 #99ba48

Analogous Colors of #4899ba

#4899ba #4860ba #48baa2

Monochromatic Colors of #4899ba

#4899ba

Complementary Color

#4899ba #ba6948

#4899ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4899ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4899ba Color CSS Codes

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

#4899ba Text Font Color

<p style="color:#4899ba">Text here</p>

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


#4899ba Background Color

<div style="background-color:#4899ba">
Div content here</div>

This div background color is #4899ba


#4899ba Border Color

<div style="border:3px solid #4899ba">
Div here</div>

This div border color is #4899ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,153,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4899ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4899ba;
  -webkit-box-shadow: 1px 1px 3px 2px #4899ba;
  box-shadow:         1px 1px 3px 2px #4899ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4899ba


Comments

No comments written yet.

Please login to write comment.