Color Hex Logo

#476aea Color Hex

#476AEA
(71,106,234)
0 Favorites   0 Comments

Color spaces of #476aea

RGB 71106234
HSL0.630.800.60
HSV227°70°92°
CMYK 0.700.550.00   0.08
XYZ22.603917.588280.0454
Yxy17.58820.18800.1463
Hunter Lab41.938322.8159-83.8069
CIE-Lab48.992829.6375-68.4483

#476aea color RGB value is (71,106,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101010 11101010
Octal 107 152 352
Decimal 71 106 234
Hex 47 6A EA

RGB Percentages of Color #476aea

%17.27
%25.79
%56.93

CMYK Percentages of Color #476aea

%70
%55
%0
%8

Triadic Colors of #476aea

#476aea #ea476a #6aea47

Analogous Colors of #476aea

#476aea #7647ea #47bcea

Monochromatic Colors of #476aea

#476aea

Complementary Color

#476aea #eac747

#476aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#476aea Color CSS Codes

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

#476aea Text Font Color

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

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


#476aea Background Color

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

This div background color is #476aea


#476aea Border Color

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

This div border color is #476aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476aea


Comments

No comments written yet.

Please login to write comment.