Color Hex Logo

#4786fa Color Hex

#4786FA
(71,134,250)
0 Favorites   0 Comments

Color spaces of #4786fa

RGB 71134250
HSL0.610.950.63
HSV219°72°98°
CMYK 0.720.460.00   0.02
XYZ28.378925.291993.8286
Yxy25.29190.19240.1715
Hunter Lab50.291112.7170-75.4143
CIE-Lab57.358717.9852-63.8412

#4786fa color RGB value is (71,134,250).

#4786fa hex color red value is 71, green value is 134 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4786fa hue: 0.61 , saturation: 0.95 and the lightness value of 4786fa is 0.63.

The process color (four color CMYK) of #4786fa color hex is 0.72, 0.46, 0.00, 0.02. Web safe color of #4786fa is #3399ff. Color #4786fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000110 11111010
Octal 107 206 372
Decimal 71 134 250
Hex 47 86 FA

RGB Percentages of Color #4786fa

%15.60
%29.45
%54.95

CMYK Percentages of Color #4786fa

%72
%46
%0
%2

Triadic Colors of #4786fa

#4786fa #fa4786 #86fa47

Analogous Colors of #4786fa

#4786fa #6247fa #47e0fa

Monochromatic Colors of #4786fa

#4786fa

Complementary Color

#4786fa #fabb47

#4786fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4786fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4786fa Color CSS Codes

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

#4786fa Text Font Color

<p style="color:#4786fa">Text here</p>

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


#4786fa Background Color

<div style="background-color:#4786fa">
Div content here</div>

This div background color is #4786fa


#4786fa Border Color

<div style="border:3px solid #4786fa">
Div here</div>

This div border color is #4786fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,134,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4786fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4786fa;
  -webkit-box-shadow: 1px 1px 3px 2px #4786fa;
  box-shadow:         1px 1px 3px 2px #4786fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4786fa


Comments

No comments written yet.

Please login to write comment.