Color Hex Logo

#49aaff Color Hex

#49AAFF
(73,170,255)
0 Favorites   0 Comments

Color spaces of #49aaff

RGB 73170255
HSL0.581.000.64
HSV208°71°100°
CMYK 0.710.330.00   0.00
XYZ35.172437.385999.9702
Yxy37.38590.20390.2167
Hunter Lab61.1440-4.3219-54.1381
CIE-Lab67.5655-1.2266-50.3083

#49aaff color RGB value is (73,170,255).

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

The process color (four color CMYK) of #49aaff color hex is 0.71, 0.33, 0.00, 0.00. Web safe color of #49aaff is #3399ff. Color #49aaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101010 11111111
Octal 111 252 377
Decimal 73 170 255
Hex 49 AA FF

RGB Percentages of Color #49aaff

%14.66
%34.14
%51.20

CMYK Percentages of Color #49aaff

%71
%33
%0
%0

Triadic Colors of #49aaff

#49aaff #ff49aa #aaff49

Analogous Colors of #49aaff

#49aaff #494fff #49fff9

Monochromatic Colors of #49aaff

#49aaff

Complementary Color

#49aaff #ff9e49

#49aaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49aaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#49aaff Color CSS Codes

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

#49aaff Text Font Color

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

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


#49aaff Background Color

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

This div background color is #49aaff


#49aaff Border Color

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

This div border color is #49aaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49aaff


Comments

No comments written yet.

Please login to write comment.