Color Hex Logo

#4760c7 Color Hex

#4760C7
(71,96,199)
0 Favorites   0 Comments

Color spaces of #4760c7

RGB 7196199
HSL0.630.530.53
HSV228°64°78°
CMYK 0.640.520.00   0.22
XYZ17.090213.828955.8013
Yxy13.82890.19710.1595
Hunter Lab37.187216.9559-62.9366
CIE-Lab43.986523.6476-56.6258

#4760c7 color RGB value is (71,96,199).

#4760c7 hex color red value is 71, green value is 96 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #4760c7 hue: 0.63 , saturation: 0.53 and the lightness value of 4760c7 is 0.53.

The process color (four color CMYK) of #4760c7 color hex is 0.64, 0.52, 0.00, 0.22. Web safe color of #4760c7 is #3366cc. Color #4760c7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100000 11000111
Octal 107 140 307
Decimal 71 96 199
Hex 47 60 C7

RGB Percentages of Color #4760c7

%19.40
%26.23
%54.37

CMYK Percentages of Color #4760c7

%64
%52
%0
%22

Triadic Colors of #4760c7

#4760c7 #c74760 #60c747

Analogous Colors of #4760c7

#4760c7 #6e47c7 #47a0c7

Monochromatic Colors of #4760c7

#4760c7

Complementary Color

#4760c7 #c7ae47

#4760c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4760c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4760c7 Color CSS Codes

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

#4760c7 Text Font Color

<p style="color:#4760c7">Text here</p>

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


#4760c7 Background Color

<div style="background-color:#4760c7">
Div content here</div>

This div background color is #4760c7


#4760c7 Border Color

<div style="border:3px solid #4760c7">
Div here</div>

This div border color is #4760c7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,96,199, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4760c7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4760c7;
  -webkit-box-shadow: 1px 1px 3px 2px #4760c7;
  box-shadow:         1px 1px 3px 2px #4760c7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,96,199, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4760c7


Comments

No comments written yet.

Please login to write comment.