Color Hex Logo

#475489 Color Hex

#475489
(71,84,137)
0 Favorites   0 Comments

Color spaces of #475489

RGB 7184137
HSL0.630.320.41
HSV228°48°54°
CMYK 0.480.390.00   0.46
XYZ10.28429.486424.9559
Yxy9.48640.22990.2121
Hunter Lab30.80005.7016-26.4801
CIE-Lab36.904410.2217-31.1817

#475489 color RGB value is (71,84,137).

#475489 hex color red value is 71, green value is 84 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #475489 hue: 0.63 , saturation: 0.32 and the lightness value of 475489 is 0.41.

The process color (four color CMYK) of #475489 color hex is 0.48, 0.39, 0.00, 0.46. Web safe color of #475489 is #336699. Color #475489 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010100 10001001
Octal 107 124 211
Decimal 71 84 137
Hex 47 54 89

RGB Percentages of Color #475489

%24.32
%28.77
%46.92

CMYK Percentages of Color #475489

%48
%39
%0
%46

Triadic Colors of #475489

#475489 #894754 #548947

Analogous Colors of #475489

#475489 #5b4789 #477589

Monochromatic Colors of #475489

#475489

Complementary Color

#475489 #897c47

#475489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475489 Color CSS Codes

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

#475489 Text Font Color

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

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


#475489 Background Color

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

This div background color is #475489


#475489 Border Color

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

This div border color is #475489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475489


Comments

No comments written yet.

Please login to write comment.