Color Hex Logo

#499fed Color Hex

#499FED
(73,159,237)
0 Favorites   0 Comments

Color spaces of #499fed

RGB 73159237
HSL0.580.820.61
HSV209°69°93°
CMYK 0.690.330.00   0.07
XYZ30.431932.327284.7566
Yxy32.32720.20630.2191
Hunter Lab56.8570-3.9602-48.5835
CIE-Lab63.6124-1.0985-46.7161

#499fed color RGB value is (73,159,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011111 11101101
Octal 111 237 355
Decimal 73 159 237
Hex 49 9F ED

RGB Percentages of Color #499fed

%15.57
%33.90
%50.53

CMYK Percentages of Color #499fed

%69
%33
%0
%7

Triadic Colors of #499fed

#499fed #ed499f #9fed49

Analogous Colors of #499fed

#499fed #494ded #49ede9

Monochromatic Colors of #499fed

#499fed

Complementary Color

#499fed #ed9749

#499fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#499fed Color CSS Codes

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

#499fed Text Font Color

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

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


#499fed Background Color

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

This div background color is #499fed


#499fed Border Color

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

This div border color is #499fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499fed


Comments

No comments written yet.

Please login to write comment.