Color Hex Logo

#4796fc Color Hex

#4796FC
(71,150,252)
0 Favorites   0 Comments

Color spaces of #4796fc

RGB 71150252
HSL0.590.970.63
HSV214°72°99°
CMYK 0.720.400.00   0.01
XYZ31.075630.180696.2830
Yxy30.18060.19730.1916
Hunter Lab54.93694.8308-65.4565
CIE-Lab61.80979.0665-57.8123

#4796fc color RGB value is (71,150,252).

#4796fc hex color red value is 71, green value is 150 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4796fc hue: 0.59 , saturation: 0.97 and the lightness value of 4796fc is 0.63.

The process color (four color CMYK) of #4796fc color hex is 0.72, 0.40, 0.00, 0.01. Web safe color of #4796fc is #3399ff. Color #4796fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010110 11111100
Octal 107 226 374
Decimal 71 150 252
Hex 47 96 FC

RGB Percentages of Color #4796fc

%15.01
%31.71
%53.28

CMYK Percentages of Color #4796fc

%72
%40
%0
%1

Triadic Colors of #4796fc

#4796fc #fc4796 #96fc47

Analogous Colors of #4796fc

#4796fc #5247fc #47f1fc

Monochromatic Colors of #4796fc

#4796fc

Complementary Color

#4796fc #fcad47

#4796fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4796fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4796fc Color CSS Codes

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

#4796fc Text Font Color

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

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


#4796fc Background Color

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

This div background color is #4796fc


#4796fc Border Color

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

This div border color is #4796fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4796fc

Related Colors


Comments

No comments written yet.

Please login to write comment.