Color Hex Logo

#496beb Color Hex

#496BEB
(73,107,235)
0 Favorites   0 Comments

Color spaces of #496beb

RGB 73107235
HSL0.630.800.60
HSV227°69°92°
CMYK 0.690.540.00   0.08
XYZ23.000717.930080.8458
Yxy17.93000.18890.1472
Hunter Lab42.343822.8575-83.5599
CIE-Lab49.411129.6366-68.3267

#496beb color RGB value is (73,107,235).

#496beb hex color red value is 73, green value is 107 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #496beb hue: 0.63 , saturation: 0.80 and the lightness value of 496beb is 0.60.

The process color (four color CMYK) of #496beb color hex is 0.69, 0.54, 0.00, 0.08. Web safe color of #496beb is #3366ff. Color #496beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101011 11101011
Octal 111 153 353
Decimal 73 107 235
Hex 49 6B EB

RGB Percentages of Color #496beb

%17.59
%25.78
%56.63

CMYK Percentages of Color #496beb

%69
%54
%0
%8

Triadic Colors of #496beb

#496beb #eb496b #6beb49

Analogous Colors of #496beb

#496beb #7849eb #49bceb

Monochromatic Colors of #496beb

#496beb

Complementary Color

#496beb #ebc949

#496beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#496beb Color CSS Codes

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

#496beb Text Font Color

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

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


#496beb Background Color

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

This div background color is #496beb


#496beb Border Color

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

This div border color is #496beb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,107,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #496beb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496beb


Comments

No comments written yet.

Please login to write comment.