Color Hex Logo

#496fbb Color Hex

#496FBB
(73,111,187)
0 Favorites   0 Comments

Color spaces of #496fbb

RGB 73111187
HSL0.610.460.51
HSV220°61°73°
CMYK 0.610.410.00   0.27
XYZ17.401716.373249.2569
Yxy16.37320.20960.1972
Hunter Lab40.46385.9533-43.8495
CIE-Lab47.460410.3786-44.1176

#496fbb color RGB value is (73,111,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101111 10111011
Octal 111 157 273
Decimal 73 111 187
Hex 49 6F BB

RGB Percentages of Color #496fbb

%19.68
%29.92
%50.40

CMYK Percentages of Color #496fbb

%61
%41
%0
%27

Triadic Colors of #496fbb

#496fbb #bb496f #6fbb49

Analogous Colors of #496fbb

#496fbb #5c49bb #49a8bb

Monochromatic Colors of #496fbb

#496fbb

Complementary Color

#496fbb #bb9549

#496fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#496fbb Color CSS Codes

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

#496fbb Text Font Color

<p style="color:#496fbb">Text here</p>

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


#496fbb Background Color

<div style="background-color:#496fbb">
Div content here</div>

This div background color is #496fbb


#496fbb Border Color

<div style="border:3px solid #496fbb">
Div here</div>

This div border color is #496fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496fbb


Comments

No comments written yet.

Please login to write comment.