Color Hex Logo

#47457d Color Hex

#47457D
(71,69,125)
0 Favorites   0 Comments

Color spaces of #47457d

RGB 7169125
HSL0.670.290.38
HSV242°45°49°
CMYK 0.430.450.00   0.51
XYZ8.42837.076520.3237
Yxy7.07650.23520.1975
Hunter Lab26.601710.0018-26.6764
CIE-Lab31.980416.1530-31.5746

#47457d color RGB value is (71,69,125).

#47457d hex color red value is 71, green value is 69 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #47457d hue: 0.67 , saturation: 0.29 and the lightness value of 47457d is 0.38.

The process color (four color CMYK) of #47457d color hex is 0.43, 0.45, 0.00, 0.51. Web safe color of #47457d is #333366. Color #47457d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000101 01111101
Octal 107 105 175
Decimal 71 69 125
Hex 47 45 7D

RGB Percentages of Color #47457d

%26.79
%26.04
%47.17

CMYK Percentages of Color #47457d

%43
%45
%0
%51

Triadic Colors of #47457d

#47457d #7d4745 #457d47

Analogous Colors of #47457d

#47457d #63457d #455f7d

Monochromatic Colors of #47457d

#47457d

Complementary Color

#47457d #7b7d45

#47457d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47457d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47457d Color CSS Codes

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

#47457d Text Font Color

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

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


#47457d Background Color

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

This div background color is #47457d


#47457d Border Color

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

This div border color is #47457d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47457d


Comments

No comments written yet.

Please login to write comment.