Color Hex Logo

#4986cc Color Hex

#4986CC
(73,134,204)
0 Favorites   0 Comments

Color spaces of #4986cc

RGB 73134204
HSL0.590.560.54
HSV212°64°80°
CMYK 0.640.340.00   0.20
XYZ22.171822.826360.3641
Yxy22.82630.21040.2166
Hunter Lab47.7769-0.7731-41.4666
CIE-Lab54.89302.2190-42.0702

#4986cc color RGB value is (73,134,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000110 11001100
Octal 111 206 314
Decimal 73 134 204
Hex 49 86 CC

RGB Percentages of Color #4986cc

%17.76
%32.60
%49.64

CMYK Percentages of Color #4986cc

%64
%34
%0
%20

Triadic Colors of #4986cc

#4986cc #cc4986 #86cc49

Analogous Colors of #4986cc

#4986cc #4e49cc #49c8cc

Monochromatic Colors of #4986cc

#4986cc

Complementary Color

#4986cc #cc8f49

#4986cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4986cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4986cc Color CSS Codes

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

#4986cc Text Font Color

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

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


#4986cc Background Color

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

This div background color is #4986cc


#4986cc Border Color

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

This div border color is #4986cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,134,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 #4986cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4986cc


Comments

No comments written yet.

Please login to write comment.