Color Hex Logo

#475484 Color Hex

#475484
(71,84,132)
0 Favorites   0 Comments

Color spaces of #475484

RGB 7184132
HSL0.630.300.40
HSV227°46°52°
CMYK 0.460.360.00   0.48
XYZ9.93379.346223.1102
Yxy9.34620.23430.2205
Hunter Lab30.57164.5003-23.4195
CIE-Lab36.64258.6126-28.5382

#475484 color RGB value is (71,84,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010100 10000100
Octal 107 124 204
Decimal 71 84 132
Hex 47 54 84

RGB Percentages of Color #475484

%24.74
%29.27
%45.99

CMYK Percentages of Color #475484

%46
%36
%0
%48

Triadic Colors of #475484

#475484 #844754 #548447

Analogous Colors of #475484

#475484 #594784 #477384

Monochromatic Colors of #475484

#475484

Complementary Color

#475484 #847747

#475484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475484 Color CSS Codes

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

#475484 Text Font Color

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

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


#475484 Background Color

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

This div background color is #475484


#475484 Border Color

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

This div border color is #475484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475484


Comments

No comments written yet.

Please login to write comment.