Color Hex Logo

#473975 Color Hex

#473975
(71,57,117)
0 Favorites   0 Comments

Color spaces of #473975

RGB 7157117
HSL0.710.340.34
HSV254°51°46°
CMYK 0.390.510.00   0.54
XYZ7.27255.550217.5176
Yxy5.55020.23970.1829
Hunter Lab23.558913.8740-27.5949
CIE-Lab28.248121.5439-32.4867

#473975 color RGB value is (71,57,117).

#473975 hex color red value is 71, green value is 57 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #473975 hue: 0.71 , saturation: 0.34 and the lightness value of 473975 is 0.34.

The process color (four color CMYK) of #473975 color hex is 0.39, 0.51, 0.00, 0.54. Web safe color of #473975 is #333366. Color #473975 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111001 01110101
Octal 107 71 165
Decimal 71 57 117
Hex 47 39 75

RGB Percentages of Color #473975

%28.98
%23.27
%47.76

CMYK Percentages of Color #473975

%39
%51
%0
%54

Triadic Colors of #473975

#473975 #754739 #397547

Analogous Colors of #473975

#473975 #653975 #394975

Monochromatic Colors of #473975

#473975

Complementary Color

#473975 #677539

#473975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473975 Color CSS Codes

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

#473975 Text Font Color

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

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


#473975 Background Color

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

This div background color is #473975


#473975 Border Color

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

This div border color is #473975


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,57,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #473975; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #473975;
  -webkit-box-shadow: 1px 1px 3px 2px #473975;
  box-shadow:         1px 1px 3px 2px #473975; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473975


Comments

No comments written yet.

Please login to write comment.