Color Hex Logo

#49bfff Color Hex

#49BFFF
(73,191,255)
0 Favorites   0 Comments

Color spaces of #49bfff

RGB 73191255
HSL0.561.000.64
HSV201°71°100°
CMYK 0.710.250.00   0.00
XYZ39.428545.8981101.3889
Yxy45.89810.21120.2458
Hunter Lab67.7481-14.6747-41.3071
CIE-Lab73.4794-12.7856-41.0273

#49bfff color RGB value is (73,191,255).

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

The process color (four color CMYK) of #49bfff color hex is 0.71, 0.25, 0.00, 0.00. Web safe color of #49bfff is #33ccff. Color #49bfff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111111 11111111
Octal 111 277 377
Decimal 73 191 255
Hex 49 BF FF

RGB Percentages of Color #49bfff

%14.07
%36.80
%49.13

CMYK Percentages of Color #49bfff

%71
%25
%0
%0

Triadic Colors of #49bfff

#49bfff #ff49bf #bfff49

Analogous Colors of #49bfff

#49bfff #4964ff #49ffe4

Monochromatic Colors of #49bfff

#49bfff

Complementary Color

#49bfff #ff8949

#49bfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49bfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#49bfff Color CSS Codes

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

#49bfff Text Font Color

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

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


#49bfff Background Color

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

This div background color is #49bfff


#49bfff Border Color

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

This div border color is #49bfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49bfff

Related Colors


Comments

No comments written yet.

Please login to write comment.