Color Hex Logo

#474359 Color Hex

#474359
(71,67,89)
0 Favorites   0 Comments

Color spaces of #474359

RGB 716789
HSL0.700.140.31
HSV251°25°35°
CMYK 0.200.250.00   0.65
XYZ6.40896.075210.2860
Yxy6.07520.28150.2668
Hunter Lab24.64793.2793-7.4892
CIE-Lab29.60146.9519-12.4644

#474359 color RGB value is (71,67,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000011 01011001
Octal 107 103 131
Decimal 71 67 89
Hex 47 43 59

RGB Percentages of Color #474359

%31.28
%29.52
%39.21

CMYK Percentages of Color #474359

%20
%25
%0
%65

Triadic Colors of #474359

#474359 #594743 #435947

Analogous Colors of #474359

#474359 #524359 #434a59

Monochromatic Colors of #474359

#474359

Complementary Color

#474359 #555943

#474359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474359 Color CSS Codes

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

#474359 Text Font Color

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

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


#474359 Background Color

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

This div background color is #474359


#474359 Border Color

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

This div border color is #474359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474359


Comments

No comments written yet.

Please login to write comment.