Color Hex Logo

#473bac Color Hex

#473BAC
(71,59,172)
0 Favorites   0 Comments

Color spaces of #473bac

RGB 7159172
HSL0.680.490.45
HSV246°66°67°
CMYK 0.590.660.00   0.33
XYZ11.60897.446139.8551
Yxy7.44610.19710.1264
Hunter Lab27.287528.1858-67.4953
CIE-Lab32.801637.7258-58.9258

#473bac color RGB value is (71,59,172).

#473bac hex color red value is 71, green value is 59 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #473bac hue: 0.68 , saturation: 0.49 and the lightness value of 473bac is 0.45.

The process color (four color CMYK) of #473bac color hex is 0.59, 0.66, 0.00, 0.33. Web safe color of #473bac is #333399. Color #473bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111011 10101100
Octal 107 73 254
Decimal 71 59 172
Hex 47 3B AC

RGB Percentages of Color #473bac

%23.51
%19.54
%56.95

CMYK Percentages of Color #473bac

%59
%66
%0
%33

Triadic Colors of #473bac

#473bac #ac473b #3bac47

Analogous Colors of #473bac

#473bac #803bac #3b68ac

Monochromatic Colors of #473bac

#473bac

Complementary Color

#473bac #a0ac3b

#473bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#473bac Color CSS Codes

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

#473bac Text Font Color

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

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


#473bac Background Color

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

This div background color is #473bac


#473bac Border Color

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

This div border color is #473bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473bac


Comments

No comments written yet.

Please login to write comment.