Color Hex Logo

#476feb Color Hex

#476FEB
(71,111,235)
0 Favorites   0 Comments

Color spaces of #476feb

RGB 71111235
HSL0.630.800.60
HSV225°70°92°
CMYK 0.700.530.00   0.08
XYZ23.278418.706680.9811
Yxy18.70660.18930.1521
Hunter Lab43.251120.3819-80.7356
CIE-Lab50.342226.8723-66.8224

#476feb color RGB value is (71,111,235).

#476feb hex color red value is 71, green value is 111 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #476feb hue: 0.63 , saturation: 0.80 and the lightness value of 476feb is 0.60.

The process color (four color CMYK) of #476feb color hex is 0.70, 0.53, 0.00, 0.08. Web safe color of #476feb is #3366ff. Color #476feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101111 11101011
Octal 107 157 353
Decimal 71 111 235
Hex 47 6F EB

RGB Percentages of Color #476feb

%17.03
%26.62
%56.35

CMYK Percentages of Color #476feb

%70
%53
%0
%8

Triadic Colors of #476feb

#476feb #eb476f #6feb47

Analogous Colors of #476feb

#476feb #7147eb #47c1eb

Monochromatic Colors of #476feb

#476feb

Complementary Color

#476feb #ebc347

#476feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#476feb Color CSS Codes

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

#476feb Text Font Color

<p style="color:#476feb">Text here</p>

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


#476feb Background Color

<div style="background-color:#476feb">
Div content here</div>

This div background color is #476feb


#476feb Border Color

<div style="border:3px solid #476feb">
Div here</div>

This div border color is #476feb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,111,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #476feb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #476feb;
  -webkit-box-shadow: 1px 1px 3px 2px #476feb;
  box-shadow:         1px 1px 3px 2px #476feb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476feb


Comments

No comments written yet.

Please login to write comment.