Color Hex Logo

#4756ca Color Hex

#4756CA
(71,86,202)
0 Favorites   0 Comments

Color spaces of #4756ca

RGB 7186202
HSL0.650.550.54
HSV233°65°79°
CMYK 0.650.570.00   0.21
XYZ16.587012.259457.3692
Yxy12.25940.19240.1422
Hunter Lab35.013423.2878-72.6368
CIE-Lab41.625531.0273-62.1819

#4756ca color RGB value is (71,86,202).

#4756ca hex color red value is 71, green value is 86 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4756ca hue: 0.65 , saturation: 0.55 and the lightness value of 4756ca is 0.54.

The process color (four color CMYK) of #4756ca color hex is 0.65, 0.57, 0.00, 0.21. Web safe color of #4756ca is #3366cc. Color #4756ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010110 11001010
Octal 107 126 312
Decimal 71 86 202
Hex 47 56 CA

RGB Percentages of Color #4756ca

%19.78
%23.96
%56.27

CMYK Percentages of Color #4756ca

%65
%57
%0
%21

Triadic Colors of #4756ca

#4756ca #ca4756 #56ca47

Analogous Colors of #4756ca

#4756ca #7a47ca #4798ca

Monochromatic Colors of #4756ca

#4756ca

Complementary Color

#4756ca #cabb47

#4756ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4756ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4756ca Color CSS Codes

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

#4756ca Text Font Color

<p style="color:#4756ca">Text here</p>

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


#4756ca Background Color

<div style="background-color:#4756ca">
Div content here</div>

This div background color is #4756ca


#4756ca Border Color

<div style="border:3px solid #4756ca">
Div here</div>

This div border color is #4756ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,86,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4756ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4756ca;
  -webkit-box-shadow: 1px 1px 3px 2px #4756ca;
  box-shadow:         1px 1px 3px 2px #4756ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4756ca


Comments

No comments written yet.

Please login to write comment.