Color Hex Logo

#474fdd Color Hex

#474FDD
(71,79,221)
0 Favorites   0 Comments

Color spaces of #474fdd

RGB 7179221
HSL0.660.690.57
HSV237°68°87°
CMYK 0.680.640.00   0.13
XYZ18.445712.152069.7800
Yxy12.15200.18380.1211
Hunter Lab34.859733.4471-94.2812
CIE-Lab41.456741.8243-73.3697

#474fdd color RGB value is (71,79,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001111 11011101
Octal 107 117 335
Decimal 71 79 221
Hex 47 4F DD

RGB Percentages of Color #474fdd

%19.14
%21.29
%59.57

CMYK Percentages of Color #474fdd

%68
%64
%0
%13

Triadic Colors of #474fdd

#474fdd #dd474f #4fdd47

Analogous Colors of #474fdd

#474fdd #8a47dd #479add

Monochromatic Colors of #474fdd

#474fdd

Complementary Color

#474fdd #ddd547

#474fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#474fdd Color CSS Codes

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

#474fdd Text Font Color

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

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


#474fdd Background Color

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

This div background color is #474fdd


#474fdd Border Color

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

This div border color is #474fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474fdd


Comments

No comments written yet.

Please login to write comment.