Color Hex Logo

#4999fd Color Hex

#4999FD
(73,153,253)
0 Favorites   0 Comments

Color spaces of #4999fd

RGB 73153253
HSL0.590.980.64
HSV213°71°99°
CMYK 0.710.400.00   0.01
XYZ31.868531.290897.2886
Yxy31.29080.19860.1950
Hunter Lab55.93823.8013-63.9614
CIE-Lab62.75247.9085-56.8530

#4999fd color RGB value is (73,153,253).

#4999fd hex color red value is 73, green value is 153 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4999fd hue: 0.59 , saturation: 0.98 and the lightness value of 4999fd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011001 11111101
Octal 111 231 375
Decimal 73 153 253
Hex 49 99 FD

RGB Percentages of Color #4999fd

%15.24
%31.94
%52.82

CMYK Percentages of Color #4999fd

%71
%40
%0
%1

Triadic Colors of #4999fd

#4999fd #fd4999 #99fd49

Analogous Colors of #4999fd

#4999fd #5349fd #49f3fd

Monochromatic Colors of #4999fd

#4999fd

Complementary Color

#4999fd #fdad49

#4999fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4999fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4999fd Color CSS Codes

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

#4999fd Text Font Color

<p style="color:#4999fd">Text here</p>

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


#4999fd Background Color

<div style="background-color:#4999fd">
Div content here</div>

This div background color is #4999fd


#4999fd Border Color

<div style="border:3px solid #4999fd">
Div here</div>

This div border color is #4999fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,153,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4999fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4999fd;
  -webkit-box-shadow: 1px 1px 3px 2px #4999fd;
  box-shadow:         1px 1px 3px 2px #4999fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4999fd

Related Colors


Comments

No comments written yet.

Please login to write comment.