Color Hex Logo

#4993cd Color Hex

#4993CD
(73,147,205)
0 Favorites   0 Comments

Color spaces of #4993cd

RGB 73147205
HSL0.570.570.55
HSV206°64°80°
CMYK 0.640.280.00   0.20
XYZ24.200826.691761.6341
Yxy26.69170.21510.2372
Hunter Lab51.6640-6.7979-34.5669
CIE-Lab58.6879-5.0221-36.6715

#4993cd color RGB value is (73,147,205).

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

The process color (four color CMYK) of #4993cd color hex is 0.64, 0.28, 0.00, 0.20. Web safe color of #4993cd is #3399cc. Color #4993cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010011 11001101
Octal 111 223 315
Decimal 73 147 205
Hex 49 93 CD

RGB Percentages of Color #4993cd

%17.18
%34.59
%48.24

CMYK Percentages of Color #4993cd

%64
%28
%0
%20

Triadic Colors of #4993cd

#4993cd #cd4993 #93cd49

Analogous Colors of #4993cd

#4993cd #4951cd #49cdc5

Monochromatic Colors of #4993cd

#4993cd

Complementary Color

#4993cd #cd8349

#4993cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4993cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4993cd Color CSS Codes

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

#4993cd Text Font Color

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

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


#4993cd Background Color

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

This div background color is #4993cd


#4993cd Border Color

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

This div border color is #4993cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4993cd


Comments

No comments written yet.

Please login to write comment.