Color Hex Logo

#4976cc Color Hex

#4976CC
(73,118,204)
0 Favorites   0 Comments

Color spaces of #4976cc

RGB 73118204
HSL0.610.560.54
HSV219°64°80°
CMYK 0.640.420.00   0.20
XYZ20.125218.733059.6819
Yxy18.73300.20420.1901
Hunter Lab43.28167.2565-51.4590
CIE-Lab50.373411.9224-49.2414

#4976cc color RGB value is (73,118,204).

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

The process color (four color CMYK) of #4976cc color hex is 0.64, 0.42, 0.00, 0.20. Web safe color of #4976cc is #3366cc. Color #4976cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110110 11001100
Octal 111 166 314
Decimal 73 118 204
Hex 49 76 CC

RGB Percentages of Color #4976cc

%18.48
%29.87
%51.65

CMYK Percentages of Color #4976cc

%64
%42
%0
%20

Triadic Colors of #4976cc

#4976cc #cc4976 #76cc49

Analogous Colors of #4976cc

#4976cc #5e49cc #49b8cc

Monochromatic Colors of #4976cc

#4976cc

Complementary Color

#4976cc #cc9f49

#4976cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4976cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4976cc Color CSS Codes

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

#4976cc Text Font Color

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

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


#4976cc Background Color

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

This div background color is #4976cc


#4976cc Border Color

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

This div border color is #4976cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4976cc


Comments

No comments written yet.

Please login to write comment.