Color Hex Logo

#474575 Color Hex

#474575
(71,69,117)
0 Favorites   0 Comments

Color spaces of #474575

RGB 7169117
HSL0.670.260.36
HSV243°41°46°
CMYK 0.390.410.00   0.54
XYZ7.93756.880217.7393
Yxy6.88020.24380.2113
Hunter Lab26.23018.1131-21.7364
CIE-Lab31.532613.6685-27.2806

#474575 color RGB value is (71,69,117).

#474575 hex color red value is 71, green value is 69 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #474575 hue: 0.67 , saturation: 0.26 and the lightness value of 474575 is 0.36.

The process color (four color CMYK) of #474575 color hex is 0.39, 0.41, 0.00, 0.54. Web safe color of #474575 is #333366. Color #474575 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000101 01110101
Octal 107 105 165
Decimal 71 69 117
Hex 47 45 75

RGB Percentages of Color #474575

%27.63
%26.85
%45.53

CMYK Percentages of Color #474575

%39
%41
%0
%54

Triadic Colors of #474575

#474575 #754745 #457547

Analogous Colors of #474575

#474575 #5f4575 #455b75

Monochromatic Colors of #474575

#474575

Complementary Color

#474575 #737545

#474575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474575 Color CSS Codes

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

#474575 Text Font Color

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

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


#474575 Background Color

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

This div background color is #474575


#474575 Border Color

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

This div border color is #474575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474575


Comments

No comments written yet.

Please login to write comment.