Color Hex Logo

#473dc1 Color Hex

#473DC1
(71,61,193)
0 Favorites   0 Comments

Color spaces of #473dc1

RGB 7161193
HSL0.680.520.50
HSV245°68°76°
CMYK 0.630.680.00   0.24
XYZ13.89298.527351.3658
Yxy8.52730.18830.1156
Hunter Lab29.201533.8203-83.8506
CIE-Lab35.057843.3067-67.6620

#473dc1 color RGB value is (71,61,193).

#473dc1 hex color red value is 71, green value is 61 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #473dc1 hue: 0.68 , saturation: 0.52 and the lightness value of 473dc1 is 0.50.

The process color (four color CMYK) of #473dc1 color hex is 0.63, 0.68, 0.00, 0.24. Web safe color of #473dc1 is #3333cc. Color #473dc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111101 11000001
Octal 107 75 301
Decimal 71 61 193
Hex 47 3D C1

RGB Percentages of Color #473dc1

%21.85
%18.77
%59.38

CMYK Percentages of Color #473dc1

%63
%68
%0
%24

Triadic Colors of #473dc1

#473dc1 #c1473d #3dc147

Analogous Colors of #473dc1

#473dc1 #893dc1 #3d75c1

Monochromatic Colors of #473dc1

#473dc1

Complementary Color

#473dc1 #b7c13d

#473dc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473dc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473dc1 Color CSS Codes

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

#473dc1 Text Font Color

<p style="color:#473dc1">Text here</p>

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


#473dc1 Background Color

<div style="background-color:#473dc1">
Div content here</div>

This div background color is #473dc1


#473dc1 Border Color

<div style="border:3px solid #473dc1">
Div here</div>

This div border color is #473dc1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,61,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #473dc1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #473dc1;
  -webkit-box-shadow: 1px 1px 3px 2px #473dc1;
  box-shadow:         1px 1px 3px 2px #473dc1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473dc1


Comments

No comments written yet.

Please login to write comment.