Color Hex Logo

#499eff Color Hex

#499EFF
(73,158,255)
0 Favorites   0 Comments

Color spaces of #499eff

RGB 73158255
HSL0.591.000.64
HSV212°71°100°
CMYK 0.710.380.00   0.00
XYZ33.024533.090299.2542
Yxy33.09020.19970.2001
Hunter Lab57.52411.8095-62.0343
CIE-Lab64.23395.6729-55.5874

#499eff color RGB value is (73,158,255).

#499eff hex color red value is 73, green value is 158 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #499eff hue: 0.59 , saturation: 1.00 and the lightness value of 499eff is 0.64.

The process color (four color CMYK) of #499eff color hex is 0.71, 0.38, 0.00, 0.00. Web safe color of #499eff is #3399ff. Color #499eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011110 11111111
Octal 111 236 377
Decimal 73 158 255
Hex 49 9E FF

RGB Percentages of Color #499eff

%15.02
%32.51
%52.47

CMYK Percentages of Color #499eff

%71
%38
%0
%0

Triadic Colors of #499eff

#499eff #ff499e #9eff49

Analogous Colors of #499eff

#499eff #4f49ff #49f9ff

Monochromatic Colors of #499eff

#499eff

Complementary Color

#499eff #ffaa49

#499eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#499eff Color CSS Codes

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

#499eff Text Font Color

<p style="color:#499eff">Text here</p>

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


#499eff Background Color

<div style="background-color:#499eff">
Div content here</div>

This div background color is #499eff


#499eff Border Color

<div style="border:3px solid #499eff">
Div here</div>

This div border color is #499eff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,158,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #499eff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #499eff;
  -webkit-box-shadow: 1px 1px 3px 2px #499eff;
  box-shadow:         1px 1px 3px 2px #499eff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499eff


Comments

No comments written yet.

Please login to write comment.