Color Hex Logo

#473c5f Color Hex

#473C5F
(71,60,95)
0 Favorites   0 Comments

Color spaces of #473c5f

RGB 716095
HSL0.720.230.30
HSV259°37°37°
CMYK 0.250.370.00   0.63
XYZ6.28005.397511.5373
Yxy5.39750.27050.2325
Hunter Lab23.23257.5936-13.1807
CIE-Lab27.838513.1770-19.0571

#473c5f color RGB value is (71,60,95).

#473c5f hex color red value is 71, green value is 60 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #473c5f hue: 0.72 , saturation: 0.23 and the lightness value of 473c5f is 0.30.

The process color (four color CMYK) of #473c5f color hex is 0.25, 0.37, 0.00, 0.63. Web safe color of #473c5f is #333366. Color #473c5f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111100 01011111
Octal 107 74 137
Decimal 71 60 95
Hex 47 3C 5F

RGB Percentages of Color #473c5f

%31.42
%26.55
%42.04

CMYK Percentages of Color #473c5f

%25
%37
%0
%63

Triadic Colors of #473c5f

#473c5f #5f473c #3c5f47

Analogous Colors of #473c5f

#473c5f #593c5f #3c435f

Monochromatic Colors of #473c5f

#473c5f

Complementary Color

#473c5f #545f3c

#473c5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473c5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#473c5f Color CSS Codes

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

#473c5f Text Font Color

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

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


#473c5f Background Color

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

This div background color is #473c5f


#473c5f Border Color

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

This div border color is #473c5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473c5f


Comments

No comments written yet.

Please login to write comment.