Color Hex Logo

#475598 Color Hex

#475598
(71,85,152)
0 Favorites   0 Comments

Color spaces of #475598

RGB 7185152
HSL0.640.360.44
HSV230°53°60°
CMYK 0.530.440.00   0.40
XYZ11.514510.103631.0491
Yxy10.10360.21860.1918
Hunter Lab31.78629.0356-35.6649
CIE-Lab38.027714.5252-38.4903

#475598 color RGB value is (71,85,152).

#475598 hex color red value is 71, green value is 85 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #475598 hue: 0.64 , saturation: 0.36 and the lightness value of 475598 is 0.44.

The process color (four color CMYK) of #475598 color hex is 0.53, 0.44, 0.00, 0.40. Web safe color of #475598 is #336699. Color #475598 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010101 10011000
Octal 107 125 230
Decimal 71 85 152
Hex 47 55 98

RGB Percentages of Color #475598

%23.05
%27.60
%49.35

CMYK Percentages of Color #475598

%53
%44
%0
%40

Triadic Colors of #475598

#475598 #984755 #559847

Analogous Colors of #475598

#475598 #624798 #477e98

Monochromatic Colors of #475598

#475598

Complementary Color

#475598 #988a47

#475598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475598 Color CSS Codes

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

#475598 Text Font Color

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

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


#475598 Background Color

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

This div background color is #475598


#475598 Border Color

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

This div border color is #475598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475598


Comments

No comments written yet.

Please login to write comment.