Color Hex Logo

#4494ba Color Hex

#4494BA
(68,148,186)
0 Favorites   0 Comments

Color spaces of #4494ba

RGB 68148186
HSL0.550.460.50
HSV199°63°73°
CMYK 0.630.200.00   0.27
XYZ21.836725.953950.3131
Yxy25.95390.22260.2646
Hunter Lab50.9450-12.6427-22.8931
CIE-Lab57.9933-12.7029-27.0471

#4494ba color RGB value is (68,148,186).

#4494ba hex color red value is 68, green value is 148 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4494ba hue: 0.55 , saturation: 0.46 and the lightness value of 4494ba is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10010100 10111010
Octal 104 224 272
Decimal 68 148 186
Hex 44 94 BA

RGB Percentages of Color #4494ba

%16.92
%36.82
%46.27

CMYK Percentages of Color #4494ba

%63
%20
%0
%27

Triadic Colors of #4494ba

#4494ba #ba4494 #94ba44

Analogous Colors of #4494ba

#4494ba #4459ba #44baa5

Monochromatic Colors of #4494ba

#4494ba

Complementary Color

#4494ba #ba6a44

#4494ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4494ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4494ba Color CSS Codes

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

#4494ba Text Font Color

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

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


#4494ba Background Color

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

This div background color is #4494ba


#4494ba Border Color

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

This div border color is #4494ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4494ba

#4494ba Color Palettes


Comments

No comments written yet.

Please login to write comment.