Color Hex Logo

#473bad Color Hex

#473BAD
(71,59,173)
0 Favorites   0 Comments

Color spaces of #473bad

RGB 7159173
HSL0.680.490.45
HSV246°66°68°
CMYK 0.590.660.00   0.32
XYZ11.70537.484740.3629
Yxy7.48470.19660.1257
Hunter Lab27.358228.4951-68.3228
CIE-Lab32.885838.0477-59.3857

#473bad color RGB value is (71,59,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111011 10101101
Octal 107 73 255
Decimal 71 59 173
Hex 47 3B AD

RGB Percentages of Color #473bad

%23.43
%19.47
%57.10

CMYK Percentages of Color #473bad

%59
%66
%0
%32

Triadic Colors of #473bad

#473bad #ad473b #3bad47

Analogous Colors of #473bad

#473bad #803bad #3b68ad

Monochromatic Colors of #473bad

#473bad

Complementary Color

#473bad #a1ad3b

#473bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#473bad Color CSS Codes

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

#473bad Text Font Color

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

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


#473bad Background Color

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

This div background color is #473bad


#473bad Border Color

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

This div border color is #473bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473bad


Comments

No comments written yet.

Please login to write comment.