Color Hex Logo

#47466f Color Hex

#47466F
(71,70,111)
0 Favorites   0 Comments

Color spaces of #47466f

RGB 7170111
HSL0.670.230.35
HSV241°37°44°
CMYK 0.360.370.00   0.56
XYZ7.65796.867615.9609
Yxy6.86760.25120.2253
Hunter Lab26.20616.3003-17.7665
CIE-Lab31.503611.1968-23.5511

#47466f color RGB value is (71,70,111).

#47466f hex color red value is 71, green value is 70 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #47466f hue: 0.67 , saturation: 0.23 and the lightness value of 47466f is 0.35.

The process color (four color CMYK) of #47466f color hex is 0.36, 0.37, 0.00, 0.56. Web safe color of #47466f is #333366. Color #47466f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000110 01101111
Octal 107 106 157
Decimal 71 70 111
Hex 47 46 6F

RGB Percentages of Color #47466f

%28.17
%27.78
%44.05

CMYK Percentages of Color #47466f

%36
%37
%0
%56

Triadic Colors of #47466f

#47466f #6f4746 #466f47

Analogous Colors of #47466f

#47466f #5c466f #46596f

Monochromatic Colors of #47466f

#47466f

Complementary Color

#47466f #6e6f46

#47466f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47466f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47466f Color CSS Codes

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

#47466f Text Font Color

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

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


#47466f Background Color

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

This div background color is #47466f


#47466f Border Color

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

This div border color is #47466f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,70,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47466f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47466f;
  -webkit-box-shadow: 1px 1px 3px 2px #47466f;
  box-shadow:         1px 1px 3px 2px #47466f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47466f

#47466f Color Palettes


Comments

No comments written yet.

Please login to write comment.