Color Hex Logo

#475498 Color Hex

#475498
(71,84,152)
0 Favorites   0 Comments

Color spaces of #475498

RGB 7184152
HSL0.640.360.44
HSV230°53°60°
CMYK 0.530.450.00   0.40
XYZ11.43649.947231.0230
Yxy9.94720.21820.1898
Hunter Lab31.53929.5322-36.2422
CIE-Lab37.747515.1725-38.9365

#475498 color RGB value is (71,84,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010100 10011000
Octal 107 124 230
Decimal 71 84 152
Hex 47 54 98

RGB Percentages of Color #475498

%23.13
%27.36
%49.51

CMYK Percentages of Color #475498

%53
%45
%0
%40

Triadic Colors of #475498

#475498 #984754 #549847

Analogous Colors of #475498

#475498 #624798 #477d98

Monochromatic Colors of #475498

#475498

Complementary Color

#475498 #988b47

#475498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475498 Color CSS Codes

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

#475498 Text Font Color

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

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


#475498 Background Color

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

This div background color is #475498


#475498 Border Color

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

This div border color is #475498


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,84,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 #475498">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475498


Comments

No comments written yet.

Please login to write comment.