Color Hex Logo

#4994ba Color Hex

#4994BA
(73,148,186)
0 Favorites   0 Comments

Color spaces of #4994ba

RGB 73148186
HSL0.560.450.51
HSV200°61°73°
CMYK 0.610.200.00   0.27
XYZ22.200526.141450.3301
Yxy26.14140.22500.2649
Hunter Lab51.1287-11.9689-22.5739
CIE-Lab58.1710-11.7778-26.7580

#4994ba color RGB value is (73,148,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010100 10111010
Octal 111 224 272
Decimal 73 148 186
Hex 49 94 BA

RGB Percentages of Color #4994ba

%17.94
%36.36
%45.70

CMYK Percentages of Color #4994ba

%61
%20
%0
%27

Triadic Colors of #4994ba

#4994ba #ba4994 #94ba49

Analogous Colors of #4994ba

#4994ba #495cba #49baa8

Monochromatic Colors of #4994ba

#4994ba

Complementary Color

#4994ba #ba6f49

#4994ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4994ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4994ba Color CSS Codes

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

#4994ba Text Font Color

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

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


#4994ba Background Color

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

This div background color is #4994ba


#4994ba Border Color

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

This div border color is #4994ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4994ba


Comments

No comments written yet.

Please login to write comment.