Color Hex Logo

#496bea Color Hex

#496BEA
(73,107,234)
0 Favorites   0 Comments

Color spaces of #496bea

RGB 73107234
HSL0.630.790.60
HSV227°69°92°
CMYK 0.690.540.00   0.08
XYZ22.856617.872480.0869
Yxy17.87240.18920.1479
Hunter Lab42.275822.5243-82.7255
CIE-Lab49.341029.2868-67.8791

#496bea color RGB value is (73,107,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101011 11101010
Octal 111 153 352
Decimal 73 107 234
Hex 49 6B EA

RGB Percentages of Color #496bea

%17.63
%25.85
%56.52

CMYK Percentages of Color #496bea

%69
%54
%0
%8

Triadic Colors of #496bea

#496bea #ea496b #6bea49

Analogous Colors of #496bea

#496bea #7849ea #49bcea

Monochromatic Colors of #496bea

#496bea

Complementary Color

#496bea #eac849

#496bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#496bea Color CSS Codes

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

#496bea Text Font Color

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

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


#496bea Background Color

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

This div background color is #496bea


#496bea Border Color

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

This div border color is #496bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496bea


Comments

No comments written yet.

Please login to write comment.