Color Hex Logo

#473961 Color Hex

#473961
(71,57,97)
0 Favorites   0 Comments

Color spaces of #473961

RGB 715797
HSL0.730.260.30
HSV261°41°38°
CMYK 0.270.410.00   0.62
XYZ6.21935.128911.9714
Yxy5.12890.26670.2199
Hunter Lab22.64719.3870-15.4882
CIE-Lab27.098915.7116-21.5047

#473961 color RGB value is (71,57,97).

#473961 hex color red value is 71, green value is 57 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #473961 hue: 0.73 , saturation: 0.26 and the lightness value of 473961 is 0.30.

The process color (four color CMYK) of #473961 color hex is 0.27, 0.41, 0.00, 0.62. Web safe color of #473961 is #333366. Color #473961 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111001 01100001
Octal 107 71 141
Decimal 71 57 97
Hex 47 39 61

RGB Percentages of Color #473961

%31.56
%25.33
%43.11

CMYK Percentages of Color #473961

%27
%41
%0
%62

Triadic Colors of #473961

#473961 #614739 #396147

Analogous Colors of #473961

#473961 #5b3961 #393f61

Monochromatic Colors of #473961

#473961

Complementary Color

#473961 #536139

#473961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473961 Color CSS Codes

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

#473961 Text Font Color

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

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


#473961 Background Color

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

This div background color is #473961


#473961 Border Color

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

This div border color is #473961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473961


Comments

No comments written yet.

Please login to write comment.