Color Hex Logo

#47426d Color Hex

#47426D
(71,66,109)
0 Favorites   0 Comments

Color spaces of #47426d

RGB 7166109
HSL0.690.250.34
HSV247°39°43°
CMYK 0.350.390.00   0.57
XYZ7.30716.340115.3066
Yxy6.34010.25240.2190
Hunter Lab25.17967.7364-18.4166
CIE-Lab30.254813.2303-24.2431

#47426d color RGB value is (71,66,109).

#47426d hex color red value is 71, green value is 66 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #47426d hue: 0.69 , saturation: 0.25 and the lightness value of 47426d is 0.34.

The process color (four color CMYK) of #47426d color hex is 0.35, 0.39, 0.00, 0.57. Web safe color of #47426d is #333366. Color #47426d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000010 01101101
Octal 107 102 155
Decimal 71 66 109
Hex 47 42 6D

RGB Percentages of Color #47426d

%28.86
%26.83
%44.31

CMYK Percentages of Color #47426d

%35
%39
%0
%57

Triadic Colors of #47426d

#47426d #6d4742 #426d47

Analogous Colors of #47426d

#47426d #5d426d #42536d

Monochromatic Colors of #47426d

#47426d

Complementary Color

#47426d #686d42

#47426d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47426d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47426d Color CSS Codes

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

#47426d Text Font Color

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

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


#47426d Background Color

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

This div background color is #47426d


#47426d Border Color

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

This div border color is #47426d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47426d


Comments

No comments written yet.

Please login to write comment.