Color Hex Logo

#499ffc Color Hex

#499FFC
(73,159,252)
0 Favorites   0 Comments

Color spaces of #499ffc

RGB 73159252
HSL0.590.970.64
HSV211°71°99°
CMYK 0.710.370.00   0.01
XYZ32.716533.241096.7873
Yxy33.24100.20100.2043
Hunter Lab57.65500.3941-59.1735
CIE-Lab64.35564.0522-53.7574

#499ffc color RGB value is (73,159,252).

#499ffc hex color red value is 73, green value is 159 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #499ffc hue: 0.59 , saturation: 0.97 and the lightness value of 499ffc is 0.64.

The process color (four color CMYK) of #499ffc color hex is 0.71, 0.37, 0.00, 0.01. Web safe color of #499ffc is #3399ff. Color #499ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011111 11111100
Octal 111 237 374
Decimal 73 159 252
Hex 49 9F FC

RGB Percentages of Color #499ffc

%15.08
%32.85
%52.07

CMYK Percentages of Color #499ffc

%71
%37
%0
%1

Triadic Colors of #499ffc

#499ffc #fc499f #9ffc49

Analogous Colors of #499ffc

#499ffc #4c49fc #49f9fc

Monochromatic Colors of #499ffc

#499ffc

Complementary Color

#499ffc #fca649

#499ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#499ffc Color CSS Codes

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

#499ffc Text Font Color

<p style="color:#499ffc">Text here</p>

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


#499ffc Background Color

<div style="background-color:#499ffc">
Div content here</div>

This div background color is #499ffc


#499ffc Border Color

<div style="border:3px solid #499ffc">
Div here</div>

This div border color is #499ffc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,159,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #499ffc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #499ffc;
  -webkit-box-shadow: 1px 1px 3px 2px #499ffc;
  box-shadow:         1px 1px 3px 2px #499ffc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499ffc


Comments

No comments written yet.

Please login to write comment.