Color Hex Logo

#4047cc Color Hex

#4047CC
(64,71,204)
0 Favorites   0 Comments

Color spaces of #4047cc

RGB 6471204
HSL0.660.580.53
HSV237°69°80°
CMYK 0.690.650.00   0.20
XYZ15.26679.956158.2438
Yxy9.95610.18290.1193
Hunter Lab31.553331.1469-87.3553
CIE-Lab37.763540.0541-69.6571

#4047cc color RGB value is (64,71,204).

#4047cc hex color red value is 64, green value is 71 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4047cc hue: 0.66 , saturation: 0.58 and the lightness value of 4047cc is 0.53.

The process color (four color CMYK) of #4047cc color hex is 0.69, 0.65, 0.00, 0.20. Web safe color of #4047cc is #3333cc. Color #4047cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000111 11001100
Octal 100 107 314
Decimal 64 71 204
Hex 40 47 CC

RGB Percentages of Color #4047cc

%18.88
%20.94
%60.18

CMYK Percentages of Color #4047cc

%69
%65
%0
%20

Triadic Colors of #4047cc

#4047cc #cc4047 #47cc40

Analogous Colors of #4047cc

#4047cc #7f40cc #408dcc

Monochromatic Colors of #4047cc

#4047cc

Complementary Color

#4047cc #ccc540

#4047cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4047cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4047cc Color CSS Codes

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

#4047cc Text Font Color

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

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


#4047cc Background Color

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

This div background color is #4047cc


#4047cc Border Color

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

This div border color is #4047cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4047cc


Comments

No comments written yet.

Please login to write comment.