Color Hex Logo

#4984cc Color Hex

#4984CC
(73,132,204)
0 Favorites   0 Comments

Color spaces of #4984cc

RGB 73132204
HSL0.590.560.54
HSV213°64°80°
CMYK 0.640.350.00   0.20
XYZ21.898022.278660.2728
Yxy22.27860.20970.2133
Hunter Lab47.20020.2127-42.6708
CIE-Lab54.32143.4106-42.9729

#4984cc color RGB value is (73,132,204).

#4984cc hex color red value is 73, green value is 132 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4984cc hue: 0.59 , saturation: 0.56 and the lightness value of 4984cc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000100 11001100
Octal 111 204 314
Decimal 73 132 204
Hex 49 84 CC

RGB Percentages of Color #4984cc

%17.85
%32.27
%49.88

CMYK Percentages of Color #4984cc

%64
%35
%0
%20

Triadic Colors of #4984cc

#4984cc #cc4984 #84cc49

Analogous Colors of #4984cc

#4984cc #5049cc #49c6cc

Monochromatic Colors of #4984cc

#4984cc

Complementary Color

#4984cc #cc9149

#4984cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4984cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4984cc Color CSS Codes

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

#4984cc Text Font Color

<p style="color:#4984cc">Text here</p>

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


#4984cc Background Color

<div style="background-color:#4984cc">
Div content here</div>

This div background color is #4984cc


#4984cc Border Color

<div style="border:3px solid #4984cc">
Div here</div>

This div border color is #4984cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,132,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4984cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4984cc;
  -webkit-box-shadow: 1px 1px 3px 2px #4984cc;
  box-shadow:         1px 1px 3px 2px #4984cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4984cc


Comments

No comments written yet.

Please login to write comment.