Color Hex Logo

#4796cc Color Hex

#4796CC
(71,150,204)
0 Favorites   0 Comments

Color spaces of #4796cc

RGB 71150204
HSL0.570.570.54
HSV204°65°80°
CMYK 0.650.260.00   0.20
XYZ24.404027.511961.1508
Yxy27.51190.21580.2433
Hunter Lab52.4518-8.7408-32.4069
CIE-Lab59.4452-7.4018-34.9323

#4796cc color RGB value is (71,150,204).

#4796cc hex color red value is 71, green value is 150 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4796cc hue: 0.57 , saturation: 0.57 and the lightness value of 4796cc is 0.54.

The process color (four color CMYK) of #4796cc color hex is 0.65, 0.26, 0.00, 0.20. Web safe color of #4796cc is #3399cc. Color #4796cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010110 11001100
Octal 107 226 314
Decimal 71 150 204
Hex 47 96 CC

RGB Percentages of Color #4796cc

%16.71
%35.29
%48.00

CMYK Percentages of Color #4796cc

%65
%26
%0
%20

Triadic Colors of #4796cc

#4796cc #cc4796 #96cc47

Analogous Colors of #4796cc

#4796cc #4754cc #47ccc0

Monochromatic Colors of #4796cc

#4796cc

Complementary Color

#4796cc #cc7d47

#4796cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4796cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4796cc Color CSS Codes

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

#4796cc Text Font Color

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

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


#4796cc Background Color

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

This div background color is #4796cc


#4796cc Border Color

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

This div border color is #4796cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4796cc


Comments

No comments written yet.

Please login to write comment.