Color Hex Logo

#474dde Color Hex

#474DDE
(71,77,222)
0 Favorites   0 Comments

Color spaces of #474dde

RGB 7177222
HSL0.660.700.57
HSV238°68°87°
CMYK 0.680.650.00   0.13
XYZ18.437211.921370.4365
Yxy11.92130.18290.1183
Hunter Lab34.527234.8946-96.7841
CIE-Lab41.090843.3571-74.5397

#474dde color RGB value is (71,77,222).

#474dde hex color red value is 71, green value is 77 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #474dde hue: 0.66 , saturation: 0.70 and the lightness value of 474dde is 0.57.

The process color (four color CMYK) of #474dde color hex is 0.68, 0.65, 0.00, 0.13. Web safe color of #474dde is #3366cc. Color #474dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001101 11011110
Octal 107 115 336
Decimal 71 77 222
Hex 47 4D DE

RGB Percentages of Color #474dde

%19.19
%20.81
%60.00

CMYK Percentages of Color #474dde

%68
%65
%0
%13

Triadic Colors of #474dde

#474dde #de474d #4dde47

Analogous Colors of #474dde

#474dde #8d47de #4799de

Monochromatic Colors of #474dde

#474dde

Complementary Color

#474dde #ded847

#474dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#474dde Color CSS Codes

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

#474dde Text Font Color

<p style="color:#474dde">Text here</p>

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


#474dde Background Color

<div style="background-color:#474dde">
Div content here</div>

This div background color is #474dde


#474dde Border Color

<div style="border:3px solid #474dde">
Div here</div>

This div border color is #474dde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,77,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #474dde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #474dde;
  -webkit-box-shadow: 1px 1px 3px 2px #474dde;
  box-shadow:         1px 1px 3px 2px #474dde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474dde


Comments

No comments written yet.

Please login to write comment.