Color Hex Logo

#49b1df Color Hex

#49B1DF
(73,177,223)
0 Favorites   0 Comments

Color spaces of #49b1df

RGB 73177223
HSL0.550.700.58
HSV198°67°87°
CMYK 0.670.210.00   0.13
XYZ31.789138.188575.5077
Yxy38.18850.21850.2625
Hunter Lab61.7968-16.3218-29.1869
CIE-Lab68.1593-15.6860-31.9251

#49b1df color RGB value is (73,177,223).

#49b1df hex color red value is 73, green value is 177 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #49b1df hue: 0.55 , saturation: 0.70 and the lightness value of 49b1df is 0.58.

The process color (four color CMYK) of #49b1df color hex is 0.67, 0.21, 0.00, 0.13. Web safe color of #49b1df is #3399cc. Color #49b1df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10110001 11011111
Octal 111 261 337
Decimal 73 177 223
Hex 49 B1 DF

RGB Percentages of Color #49b1df

%15.43
%37.42
%47.15

CMYK Percentages of Color #49b1df

%67
%21
%0
%13

Triadic Colors of #49b1df

#49b1df #df49b1 #b1df49

Analogous Colors of #49b1df

#49b1df #4966df #49dfc2

Monochromatic Colors of #49b1df

#49b1df

Complementary Color

#49b1df #df7749

#49b1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49b1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#49b1df Color CSS Codes

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

#49b1df Text Font Color

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

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


#49b1df Background Color

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

This div background color is #49b1df


#49b1df Border Color

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

This div border color is #49b1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49b1df


Comments

No comments written yet.

Please login to write comment.