Color Hex Logo

#475481 Color Hex

#475481
(71,84,129)
0 Favorites   0 Comments

Color spaces of #475481

RGB 7184129
HSL0.630.290.39
HSV227°45°51°
CMYK 0.450.350.00   0.49
XYZ9.73139.265222.0443
Yxy9.26520.23710.2258
Hunter Lab30.43883.7987-21.6317
CIE-Lab36.49007.6595-26.9381

#475481 color RGB value is (71,84,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010100 10000001
Octal 107 124 201
Decimal 71 84 129
Hex 47 54 81

RGB Percentages of Color #475481

%25.00
%29.58
%45.42

CMYK Percentages of Color #475481

%45
%35
%0
%49

Triadic Colors of #475481

#475481 #814754 #548147

Analogous Colors of #475481

#475481 #574781 #477181

Monochromatic Colors of #475481

#475481

Complementary Color

#475481 #817447

#475481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475481 Color CSS Codes

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

#475481 Text Font Color

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

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


#475481 Background Color

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

This div background color is #475481


#475481 Border Color

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

This div border color is #475481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475481

#475481 Color Palettes


Comments

No comments written yet.

Please login to write comment.