Color Hex Logo

#49a4e6 Color Hex

#49A4E6
(73,164,230)
0 Favorites   0 Comments

Color spaces of #49a4e6

RGB 73164230
HSL0.570.760.59
HSV205°68°90°
CMYK 0.680.290.00   0.10
XYZ30.306033.680679.7666
Yxy33.68060.21080.2343
Hunter Lab58.0350-8.3481-40.8671
CIE-Lab64.7082-6.2944-41.1428

#49a4e6 color RGB value is (73,164,230).

#49a4e6 hex color red value is 73, green value is 164 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #49a4e6 hue: 0.57 , saturation: 0.76 and the lightness value of 49a4e6 is 0.59.

The process color (four color CMYK) of #49a4e6 color hex is 0.68, 0.29, 0.00, 0.10. Web safe color of #49a4e6 is #3399ff. Color #49a4e6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10100100 11100110
Octal 111 244 346
Decimal 73 164 230
Hex 49 A4 E6

RGB Percentages of Color #49a4e6

%15.63
%35.12
%49.25

CMYK Percentages of Color #49a4e6

%68
%29
%0
%10

Triadic Colors of #49a4e6

#49a4e6 #e649a4 #a4e649

Analogous Colors of #49a4e6

#49a4e6 #4956e6 #49e6da

Monochromatic Colors of #49a4e6

#49a4e6

Complementary Color

#49a4e6 #e68b49

#49a4e6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49a4e6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49a4e6 Color CSS Codes

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

#49a4e6 Text Font Color

<p style="color:#49a4e6">Text here</p>

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


#49a4e6 Background Color

<div style="background-color:#49a4e6">
Div content here</div>

This div background color is #49a4e6


#49a4e6 Border Color

<div style="border:3px solid #49a4e6">
Div here</div>

This div border color is #49a4e6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,164,230, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49a4e6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49a4e6;
  -webkit-box-shadow: 1px 1px 3px 2px #49a4e6;
  box-shadow:         1px 1px 3px 2px #49a4e6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49a4e6


Comments

No comments written yet.

Please login to write comment.