Color Hex Logo

#494ebb Color Hex

#494EBB
(73,78,187)
0 Favorites   0 Comments

Color spaces of #494ebb

RGB 7378187
HSL0.660.460.51
HSV237°61°73°
CMYK 0.610.580.00   0.27
XYZ14.441710.453148.2702
Yxy10.45310.19740.1429
Hunter Lab32.331323.1525-65.8874
CIE-Lab38.643631.2737-58.2868

#494ebb color RGB value is (73,78,187).

#494ebb hex color red value is 73, green value is 78 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #494ebb hue: 0.66 , saturation: 0.46 and the lightness value of 494ebb is 0.51.

The process color (four color CMYK) of #494ebb color hex is 0.61, 0.58, 0.00, 0.27. Web safe color of #494ebb is #3366cc. Color #494ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001110 10111011
Octal 111 116 273
Decimal 73 78 187
Hex 49 4E BB

RGB Percentages of Color #494ebb

%21.60
%23.08
%55.33

CMYK Percentages of Color #494ebb

%61
%58
%0
%27

Triadic Colors of #494ebb

#494ebb #bb494e #4ebb49

Analogous Colors of #494ebb

#494ebb #7d49bb #4987bb

Monochromatic Colors of #494ebb

#494ebb

Complementary Color

#494ebb #bbb649

#494ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#494ebb Color CSS Codes

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

#494ebb Text Font Color

<p style="color:#494ebb">Text here</p>

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


#494ebb Background Color

<div style="background-color:#494ebb">
Div content here</div>

This div background color is #494ebb


#494ebb Border Color

<div style="border:3px solid #494ebb">
Div here</div>

This div border color is #494ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,78,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #494ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #494ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #494ebb;
  box-shadow:         1px 1px 3px 2px #494ebb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494ebb


Comments

No comments written yet.

Please login to write comment.