Color Hex Logo

#474ade Color Hex

#474ADE
(71,74,222)
0 Favorites   0 Comments

Color spaces of #474ade

RGB 7174222
HSL0.660.700.57
HSV239°68°87°
CMYK 0.680.670.00   0.13
XYZ18.232111.511170.3682
Yxy11.51110.18210.1150
Hunter Lab33.928036.5476-99.2205
CIE-Lab40.428345.1353-75.6259

#474ade color RGB value is (71,74,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001010 11011110
Octal 107 112 336
Decimal 71 74 222
Hex 47 4A DE

RGB Percentages of Color #474ade

%19.35
%20.16
%60.49

CMYK Percentages of Color #474ade

%68
%67
%0
%13

Triadic Colors of #474ade

#474ade #de474a #4ade47

Analogous Colors of #474ade

#474ade #9047de #4796de

Monochromatic Colors of #474ade

#474ade

Complementary Color

#474ade #dedb47

#474ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#474ade Color CSS Codes

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

#474ade Text Font Color

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

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


#474ade Background Color

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

This div background color is #474ade


#474ade Border Color

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

This div border color is #474ade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,74,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 #474ade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474ade


Comments

No comments written yet.

Please login to write comment.