Color Hex Logo

#474961 Color Hex

#474961
(71,73,97)
0 Favorites   0 Comments

Color spaces of #474961

RGB 717397
HSL0.650.150.33
HSV235°27°38°
CMYK 0.270.250.00   0.62
XYZ7.13876.967712.2779
Yxy6.96770.27060.2641
Hunter Lab26.39642.0802-9.1004
CIE-Lab31.73335.2116-14.3252

#474961 color RGB value is (71,73,97).

#474961 hex color red value is 71, green value is 73 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #474961 hue: 0.65 , saturation: 0.15 and the lightness value of 474961 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001001 01100001
Octal 107 111 141
Decimal 71 73 97
Hex 47 49 61

RGB Percentages of Color #474961

%29.46
%30.29
%40.25

CMYK Percentages of Color #474961

%27
%25
%0
%62

Triadic Colors of #474961

#474961 #614749 #496147

Analogous Colors of #474961

#474961 #524761 #475661

Monochromatic Colors of #474961

#474961

Complementary Color

#474961 #615f47

#474961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474961 Color CSS Codes

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

#474961 Text Font Color

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

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


#474961 Background Color

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

This div background color is #474961


#474961 Border Color

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

This div border color is #474961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474961


Comments

No comments written yet.

Please login to write comment.