Color Hex Logo

#473fad Color Hex

#473FAD
(71,63,173)
0 Favorites   0 Comments

Color spaces of #473fad

RGB 7163173
HSL0.680.470.46
HSV244°64°68°
CMYK 0.590.640.00   0.32
XYZ11.91897.911740.4341
Yxy7.91170.19780.1313
Hunter Lab28.127726.4144-65.5409
CIE-Lab33.798335.6185-57.8968

#473fad color RGB value is (71,63,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111111 10101101
Octal 107 77 255
Decimal 71 63 173
Hex 47 3F AD

RGB Percentages of Color #473fad

%23.13
%20.52
%56.35

CMYK Percentages of Color #473fad

%59
%64
%0
%32

Triadic Colors of #473fad

#473fad #ad473f #3fad47

Analogous Colors of #473fad

#473fad #7e3fad #3f6ead

Monochromatic Colors of #473fad

#473fad

Complementary Color

#473fad #a5ad3f

#473fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#473fad Color CSS Codes

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

#473fad Text Font Color

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

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


#473fad Background Color

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

This div background color is #473fad


#473fad Border Color

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

This div border color is #473fad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,63,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 #473fad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473fad


Comments

No comments written yet.

Please login to write comment.