Color Hex Logo

#4997ba Color Hex

#4997BA
(73,151,186)
0 Favorites   0 Comments

Color spaces of #4997ba

RGB 73151186
HSL0.550.450.51
HSV199°61°73°
CMYK 0.610.190.00   0.27
XYZ22.677227.094950.4890
Yxy27.09490.22620.2702
Hunter Lab52.0528-13.3274-21.0719
CIE-Lab59.0621-13.4301-25.3843

#4997ba color RGB value is (73,151,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010111 10111010
Octal 111 227 272
Decimal 73 151 186
Hex 49 97 BA

RGB Percentages of Color #4997ba

%17.80
%36.83
%45.37

CMYK Percentages of Color #4997ba

%61
%19
%0
%27

Triadic Colors of #4997ba

#4997ba #ba4997 #97ba49

Analogous Colors of #4997ba

#4997ba #495fba #49baa5

Monochromatic Colors of #4997ba

#4997ba

Complementary Color

#4997ba #ba6c49

#4997ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4997ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4997ba Color CSS Codes

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

#4997ba Text Font Color

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

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


#4997ba Background Color

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

This div background color is #4997ba


#4997ba Border Color

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

This div border color is #4997ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4997ba


Comments

No comments written yet.

Please login to write comment.