Color Hex Logo

#4993db Color Hex

#4993DB
(73,147,219)
0 Favorites   0 Comments

Color spaces of #4993db

RGB 73147219
HSL0.580.670.57
HSV210°67°86°
CMYK 0.670.330.00   0.14
XYZ25.967627.398470.9376
Yxy27.39840.20890.2204
Hunter Lab52.3435-3.0472-43.7113
CIE-Lab59.3413-0.3069-43.4825

#4993db color RGB value is (73,147,219).

#4993db hex color red value is 73, green value is 147 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4993db hue: 0.58 , saturation: 0.67 and the lightness value of 4993db is 0.57.

The process color (four color CMYK) of #4993db color hex is 0.67, 0.33, 0.00, 0.14. Web safe color of #4993db is #3399cc. Color #4993db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010011 11011011
Octal 111 223 333
Decimal 73 147 219
Hex 49 93 DB

RGB Percentages of Color #4993db

%16.63
%33.49
%49.89

CMYK Percentages of Color #4993db

%67
%33
%0
%14

Triadic Colors of #4993db

#4993db #db4993 #93db49

Analogous Colors of #4993db

#4993db #494adb #49dbda

Monochromatic Colors of #4993db

#4993db

Complementary Color

#4993db #db9149

#4993db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4993db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4993db Color CSS Codes

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

#4993db Text Font Color

<p style="color:#4993db">Text here</p>

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


#4993db Background Color

<div style="background-color:#4993db">
Div content here</div>

This div background color is #4993db


#4993db Border Color

<div style="border:3px solid #4993db">
Div here</div>

This div border color is #4993db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,147,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4993db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4993db;
  -webkit-box-shadow: 1px 1px 3px 2px #4993db;
  box-shadow:         1px 1px 3px 2px #4993db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4993db


Comments

No comments written yet.

Please login to write comment.