Color Hex Logo

#476eed Color Hex

#476EED
(71,110,237)
0 Favorites   0 Comments

Color spaces of #476eed

RGB 71110237
HSL0.630.820.60
HSV226°70°93°
CMYK 0.700.540.00   0.07
XYZ23.460518.605982.4756
Yxy18.60590.18840.1494
Hunter Lab43.134621.5991-83.1715
CIE-Lab50.222928.1999-68.1359

#476eed color RGB value is (71,110,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101110 11101101
Octal 107 156 355
Decimal 71 110 237
Hex 47 6E ED

RGB Percentages of Color #476eed

%16.99
%26.32
%56.70

CMYK Percentages of Color #476eed

%70
%54
%0
%7

Triadic Colors of #476eed

#476eed #ed476e #6eed47

Analogous Colors of #476eed

#476eed #7347ed #47c1ed

Monochromatic Colors of #476eed

#476eed

Complementary Color

#476eed #edc647

#476eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#476eed Color CSS Codes

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

#476eed Text Font Color

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

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


#476eed Background Color

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

This div background color is #476eed


#476eed Border Color

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

This div border color is #476eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476eed


Comments

No comments written yet.

Please login to write comment.