Color Hex Logo

#47425b Color Hex

#47425B
(71,66,91)
0 Favorites   0 Comments

Color spaces of #47425b

RGB 716691
HSL0.700.160.31
HSV252°27°36°
CMYK 0.220.270.00   0.64
XYZ6.43515.991410.7148
Yxy5.99140.27810.2589
Hunter Lab24.47734.0924-8.8197
CIE-Lab29.39088.1368-14.0761

#47425b color RGB value is (71,66,91).

#47425b hex color red value is 71, green value is 66 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #47425b hue: 0.70 , saturation: 0.16 and the lightness value of 47425b is 0.31.

The process color (four color CMYK) of #47425b color hex is 0.22, 0.27, 0.00, 0.64. Web safe color of #47425b is #333366. Color #47425b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000010 01011011
Octal 107 102 133
Decimal 71 66 91
Hex 47 42 5B

RGB Percentages of Color #47425b

%31.14
%28.95
%39.91

CMYK Percentages of Color #47425b

%22
%27
%0
%64

Triadic Colors of #47425b

#47425b #5b4742 #425b47

Analogous Colors of #47425b

#47425b #54425b #424a5b

Monochromatic Colors of #47425b

#47425b

Complementary Color

#47425b #565b42

#47425b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47425b Color Preview on White Background

Lorem ipsum dolor sit amet.

#47425b Color CSS Codes

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

#47425b Text Font Color

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

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


#47425b Background Color

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

This div background color is #47425b


#47425b Border Color

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

This div border color is #47425b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,66,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47425b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47425b;
  -webkit-box-shadow: 1px 1px 3px 2px #47425b;
  box-shadow:         1px 1px 3px 2px #47425b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47425b


Comments

No comments written yet.

Please login to write comment.