Color Hex Logo

#499feb Color Hex

#499FEB
(73,159,235)
0 Favorites   0 Comments

Color spaces of #499feb

RGB 73159235
HSL0.580.800.60
HSV208°69°92°
CMYK 0.690.320.00   0.08
XYZ30.141232.210983.2260
Yxy32.21090.20700.2213
Hunter Lab56.7546-4.5230-47.2156
CIE-Lab63.5168-1.7791-45.7667

#499feb color RGB value is (73,159,235).

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

The process color (four color CMYK) of #499feb color hex is 0.69, 0.32, 0.00, 0.08. Web safe color of #499feb is #3399ff. Color #499feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011111 11101011
Octal 111 237 353
Decimal 73 159 235
Hex 49 9F EB

RGB Percentages of Color #499feb

%15.63
%34.05
%50.32

CMYK Percentages of Color #499feb

%69
%32
%0
%8

Triadic Colors of #499feb

#499feb #eb499f #9feb49

Analogous Colors of #499feb

#499feb #494eeb #49ebe6

Monochromatic Colors of #499feb

#499feb

Complementary Color

#499feb #eb9549

#499feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#499feb Color CSS Codes

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

#499feb Text Font Color

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

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


#499feb Background Color

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

This div background color is #499feb


#499feb Border Color

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

This div border color is #499feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499feb


Comments

No comments written yet.

Please login to write comment.