Color Hex Logo

#4957cc Color Hex

#4957CC
(73,87,204)
0 Favorites   0 Comments

Color spaces of #4957cc

RGB 7387204
HSL0.650.560.54
HSV234°64°80°
CMYK 0.640.570.00   0.20
XYZ17.054912.592558.6584
Yxy12.59250.19310.1426
Hunter Lab35.485923.6886-73.1665
CIE-Lab42.142731.4007-62.4911

#4957cc color RGB value is (73,87,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010111 11001100
Octal 111 127 314
Decimal 73 87 204
Hex 49 57 CC

RGB Percentages of Color #4957cc

%20.05
%23.90
%56.04

CMYK Percentages of Color #4957cc

%64
%57
%0
%20

Triadic Colors of #4957cc

#4957cc #cc4957 #57cc49

Analogous Colors of #4957cc

#4957cc #7d49cc #4999cc

Monochromatic Colors of #4957cc

#4957cc

Complementary Color

#4957cc #ccbe49

#4957cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4957cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4957cc Color CSS Codes

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

#4957cc Text Font Color

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

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


#4957cc Background Color

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

This div background color is #4957cc


#4957cc Border Color

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

This div border color is #4957cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4957cc


Comments

No comments written yet.

Please login to write comment.