Color Hex Logo

#49b1ff Color Hex

#49B1FF
(73,177,255)
0 Favorites   0 Comments

Color spaces of #49b1ff

RGB 73177255
HSL0.571.000.64
HSV206°71°100°
CMYK 0.710.310.00   0.00
XYZ36.519840.0807100.4193
Yxy40.08070.20630.2264
Hunter Lab63.3093-7.8241-49.7275
CIE-Lab69.5270-5.1544-47.2172

#49b1ff color RGB value is (73,177,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10110001 11111111
Octal 111 261 377
Decimal 73 177 255
Hex 49 B1 FF

RGB Percentages of Color #49b1ff

%14.46
%35.05
%50.50

CMYK Percentages of Color #49b1ff

%71
%31
%0
%0

Triadic Colors of #49b1ff

#49b1ff #ff49b1 #b1ff49

Analogous Colors of #49b1ff

#49b1ff #4956ff #49fff2

Monochromatic Colors of #49b1ff

#49b1ff

Complementary Color

#49b1ff #ff9749

#49b1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49b1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#49b1ff Color CSS Codes

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

#49b1ff Text Font Color

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

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


#49b1ff Background Color

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

This div background color is #49b1ff


#49b1ff Border Color

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

This div border color is #49b1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49b1ff


Comments

No comments written yet.

Please login to write comment.