Color Hex Logo

#474659 Color Hex

#474659
(71,70,89)
0 Favorites   0 Comments

Color spaces of #474659

RGB 717089
HSL0.680.120.31
HSV243°21°35°
CMYK 0.200.210.00   0.65
XYZ6.59196.441210.3470
Yxy6.44120.28190.2755
Hunter Lab25.37951.9482-6.4063
CIE-Lab30.49945.0003-11.0959

#474659 color RGB value is (71,70,89).

#474659 hex color red value is 71, green value is 70 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #474659 hue: 0.68 , saturation: 0.12 and the lightness value of 474659 is 0.31.

The process color (four color CMYK) of #474659 color hex is 0.20, 0.21, 0.00, 0.65. Web safe color of #474659 is #333366. Color #474659 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000110 01011001
Octal 107 106 131
Decimal 71 70 89
Hex 47 46 59

RGB Percentages of Color #474659

%30.87
%30.43
%38.70

CMYK Percentages of Color #474659

%20
%21
%0
%65

Triadic Colors of #474659

#474659 #594746 #465947

Analogous Colors of #474659

#474659 #514659 #464f59

Monochromatic Colors of #474659

#474659

Complementary Color

#474659 #585946

#474659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474659 Color CSS Codes

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

#474659 Text Font Color

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

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


#474659 Background Color

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

This div background color is #474659


#474659 Border Color

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

This div border color is #474659


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474659


Comments

No comments written yet.

Please login to write comment.