Color Hex Logo

#494bbb Color Hex

#494BBB
(73,75,187)
0 Favorites   0 Comments

Color spaces of #494bbb

RGB 7375187
HSL0.660.460.51
HSV239°61°73°
CMYK 0.610.600.00   0.27
XYZ14.233410.036548.2008
Yxy10.03650.19640.1385
Hunter Lab31.680424.7558-68.0316
CIE-Lab37.907933.1562-59.4822

#494bbb color RGB value is (73,75,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001011 10111011
Octal 111 113 273
Decimal 73 75 187
Hex 49 4B BB

RGB Percentages of Color #494bbb

%21.79
%22.39
%55.82

CMYK Percentages of Color #494bbb

%61
%60
%0
%27

Triadic Colors of #494bbb

#494bbb #bb494b #4bbb49

Analogous Colors of #494bbb

#494bbb #8049bb #4984bb

Monochromatic Colors of #494bbb

#494bbb

Complementary Color

#494bbb #bbb949

#494bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#494bbb Color CSS Codes

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

#494bbb Text Font Color

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

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


#494bbb Background Color

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

This div background color is #494bbb


#494bbb Border Color

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

This div border color is #494bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494bbb


Comments

No comments written yet.

Please login to write comment.