Color Hex Logo

#474fdc Color Hex

#474FDC
(71,79,220)
0 Favorites   0 Comments

Color spaces of #474fdc

RGB 7179220
HSL0.660.680.57
HSV237°68°86°
CMYK 0.680.640.00   0.14
XYZ18.312812.098969.0803
Yxy12.09890.18410.1216
Hunter Lab34.783533.1056-93.4021
CIE-Lab41.372941.4887-72.9359

#474fdc color RGB value is (71,79,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001111 11011100
Octal 107 117 334
Decimal 71 79 220
Hex 47 4F DC

RGB Percentages of Color #474fdc

%19.19
%21.35
%59.46

CMYK Percentages of Color #474fdc

%68
%64
%0
%14

Triadic Colors of #474fdc

#474fdc #dc474f #4fdc47

Analogous Colors of #474fdc

#474fdc #8a47dc #479adc

Monochromatic Colors of #474fdc

#474fdc

Complementary Color

#474fdc #dcd447

#474fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#474fdc Color CSS Codes

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

#474fdc Text Font Color

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

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


#474fdc Background Color

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

This div background color is #474fdc


#474fdc Border Color

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

This div border color is #474fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474fdc


Comments

No comments written yet.

Please login to write comment.