Color Hex Logo

#475364 Color Hex

#475364
(71,83,100)
0 Favorites   0 Comments

Color spaces of #475364

RGB 7183100
HSL0.600.170.34
HSV215°29°39°
CMYK 0.290.170.00   0.61
XYZ7.99208.446213.2656
Yxy8.44620.26910.2843
Hunter Lab29.0623-1.7725-6.7195
CIE-Lab34.8954-0.3271-11.3977

#475364 color RGB value is (71,83,100).

#475364 hex color red value is 71, green value is 83 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #475364 hue: 0.60 , saturation: 0.17 and the lightness value of 475364 is 0.34.

The process color (four color CMYK) of #475364 color hex is 0.29, 0.17, 0.00, 0.61. Web safe color of #475364 is #336666. Color #475364 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010011 01100100
Octal 107 123 144
Decimal 71 83 100
Hex 47 53 64

RGB Percentages of Color #475364

%27.95
%32.68
%39.37

CMYK Percentages of Color #475364

%29
%17
%0
%61

Triadic Colors of #475364

#475364 #644753 #536447

Analogous Colors of #475364

#475364 #4a4764 #476264

Monochromatic Colors of #475364

#475364

Complementary Color

#475364 #645847

#475364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475364 Color CSS Codes

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

#475364 Text Font Color

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

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


#475364 Background Color

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

This div background color is #475364


#475364 Border Color

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

This div border color is #475364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475364


Comments

No comments written yet.

Please login to write comment.