Color Hex Logo

#47628c Color Hex

#47628C
(71,98,140)
0 Favorites   0 Comments

Color spaces of #47628c

RGB 7198140
HSL0.600.330.41
HSV217°49°55°
CMYK 0.490.300.00   0.45
XYZ11.699811.968426.5044
Yxy11.96840.23320.2385
Hunter Lab34.5954-0.1750-21.2068
CIE-Lab41.16592.3189-26.3152

#47628c color RGB value is (71,98,140).

#47628c hex color red value is 71, green value is 98 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #47628c hue: 0.60 , saturation: 0.33 and the lightness value of 47628c is 0.41.

The process color (four color CMYK) of #47628c color hex is 0.49, 0.30, 0.00, 0.45. Web safe color of #47628c is #336699. Color #47628c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100010 10001100
Octal 107 142 214
Decimal 71 98 140
Hex 47 62 8C

RGB Percentages of Color #47628c

%22.98
%31.72
%45.31

CMYK Percentages of Color #47628c

%49
%30
%0
%45

Triadic Colors of #47628c

#47628c #8c4762 #628c47

Analogous Colors of #47628c

#47628c #4e478c #47858c

Monochromatic Colors of #47628c

#47628c

Complementary Color

#47628c #8c7147

#47628c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47628c Color Preview on White Background

Lorem ipsum dolor sit amet.

#47628c Color CSS Codes

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

#47628c Text Font Color

<p style="color:#47628c">Text here</p>

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


#47628c Background Color

<div style="background-color:#47628c">
Div content here</div>

This div background color is #47628c


#47628c Border Color

<div style="border:3px solid #47628c">
Div here</div>

This div border color is #47628c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,98,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47628c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47628c;
  -webkit-box-shadow: 1px 1px 3px 2px #47628c;
  box-shadow:         1px 1px 3px 2px #47628c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47628c


Comments

No comments written yet.

Please login to write comment.