Color Hex Logo

#47488a Color Hex

#47488A
(71,72,138)
0 Favorites   0 Comments

Color spaces of #47488a

RGB 7172138
HSL0.660.320.41
HSV239°49°54°
CMYK 0.490.480.00   0.46
XYZ9.50337.809325.0512
Yxy7.80930.22430.1843
Hunter Lab27.945111.7985-33.5885
CIE-Lab33.582518.3502-37.0646

#47488a color RGB value is (71,72,138).

#47488a hex color red value is 71, green value is 72 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #47488a hue: 0.66 , saturation: 0.32 and the lightness value of 47488a is 0.41.

The process color (four color CMYK) of #47488a color hex is 0.49, 0.48, 0.00, 0.46. Web safe color of #47488a is #333399. Color #47488a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001000 10001010
Octal 107 110 212
Decimal 71 72 138
Hex 47 48 8A

RGB Percentages of Color #47488a

%25.27
%25.62
%49.11

CMYK Percentages of Color #47488a

%49
%48
%0
%46

Triadic Colors of #47488a

#47488a #8a4748 #488a47

Analogous Colors of #47488a

#47488a #68478a #476a8a

Monochromatic Colors of #47488a

#47488a

Complementary Color

#47488a #8a8947

#47488a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47488a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47488a Color CSS Codes

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

#47488a Text Font Color

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

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


#47488a Background Color

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

This div background color is #47488a


#47488a Border Color

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

This div border color is #47488a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,72,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47488a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47488a;
  -webkit-box-shadow: 1px 1px 3px 2px #47488a;
  box-shadow:         1px 1px 3px 2px #47488a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47488a


Comments

No comments written yet.

Please login to write comment.