Color Hex Logo

#499eed Color Hex

#499EED
(73,158,237)
0 Favorites   0 Comments

Color spaces of #499eed

RGB 73158237
HSL0.580.820.61
HSV209°69°93°
CMYK 0.690.330.00   0.07
XYZ30.260631.984684.6995
Yxy31.98460.20590.2177
Hunter Lab56.5549-3.4619-49.2072
CIE-Lab63.3302-0.5250-47.1614

#499eed color RGB value is (73,158,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011110 11101101
Octal 111 236 355
Decimal 73 158 237
Hex 49 9E ED

RGB Percentages of Color #499eed

%15.60
%33.76
%50.64

CMYK Percentages of Color #499eed

%69
%33
%0
%7

Triadic Colors of #499eed

#499eed #ed499e #9eed49

Analogous Colors of #499eed

#499eed #494ced #49edea

Monochromatic Colors of #499eed

#499eed

Complementary Color

#499eed #ed9849

#499eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#499eed Color CSS Codes

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

#499eed Text Font Color

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

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


#499eed Background Color

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

This div background color is #499eed


#499eed Border Color

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

This div border color is #499eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499eed


Comments

No comments written yet.

Please login to write comment.