Color Hex Logo

#474188 Color Hex

#474188
(71,65,136)
0 Favorites   0 Comments

Color spaces of #474188

RGB 7165136
HSL0.680.350.39
HSV245°52°53°
CMYK 0.480.520.00   0.47
XYZ8.93286.897824.1531
Yxy6.89780.22340.1725
Hunter Lab26.263714.7500-36.1409
CIE-Lab31.573122.2716-39.0468

#474188 color RGB value is (71,65,136).

#474188 hex color red value is 71, green value is 65 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #474188 hue: 0.68 , saturation: 0.35 and the lightness value of 474188 is 0.39.

The process color (four color CMYK) of #474188 color hex is 0.48, 0.52, 0.00, 0.47. Web safe color of #474188 is #333399. Color #474188 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000001 10001000
Octal 107 101 210
Decimal 71 65 136
Hex 47 41 88

RGB Percentages of Color #474188

%26.10
%23.90
%50.00

CMYK Percentages of Color #474188

%48
%52
%0
%47

Triadic Colors of #474188

#474188 #884741 #418847

Analogous Colors of #474188

#474188 #6b4188 #415f88

Monochromatic Colors of #474188

#474188

Complementary Color

#474188 #828841

#474188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474188 Color CSS Codes

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

#474188 Text Font Color

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

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


#474188 Background Color

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

This div background color is #474188


#474188 Border Color

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

This div border color is #474188


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,65,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #474188; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #474188;
  -webkit-box-shadow: 1px 1px 3px 2px #474188;
  box-shadow:         1px 1px 3px 2px #474188; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474188


Comments

No comments written yet.

Please login to write comment.