Color Hex Logo

#474988 Color Hex

#474988
(71,73,136)
0 Favorites   0 Comments

Color spaces of #474988

RGB 7173136
HSL0.660.310.41
HSV238°48°53°
CMYK 0.480.460.00   0.47
XYZ9.42507.882324.3172
Yxy7.88230.22640.1894
Hunter Lab28.075410.7909-31.7005
CIE-Lab33.736517.0473-35.5903

#474988 color RGB value is (71,73,136).

#474988 hex color red value is 71, green value is 73 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #474988 hue: 0.66 , saturation: 0.31 and the lightness value of 474988 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001001 10001000
Octal 107 111 210
Decimal 71 73 136
Hex 47 49 88

RGB Percentages of Color #474988

%25.36
%26.07
%48.57

CMYK Percentages of Color #474988

%48
%46
%0
%47

Triadic Colors of #474988

#474988 #884749 #498847

Analogous Colors of #474988

#474988 #664788 #476a88

Monochromatic Colors of #474988

#474988

Complementary Color

#474988 #888647

#474988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474988 Color CSS Codes

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

#474988 Text Font Color

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

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


#474988 Background Color

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

This div background color is #474988


#474988 Border Color

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

This div border color is #474988


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,73,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 #474988">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474988


Comments

No comments written yet.

Please login to write comment.