Color Hex Logo

#474368 Color Hex

#474368
(71,67,104)
0 Favorites   0 Comments

Color spaces of #474368

RGB 7167104
HSL0.680.220.34
HSV246°36°41°
CMYK 0.320.360.00   0.59
XYZ7.10446.353413.9486
Yxy6.35340.25920.2318
Hunter Lab25.20606.2005-15.1660
CIE-Lab30.287111.1066-21.0162

#474368 color RGB value is (71,67,104).

#474368 hex color red value is 71, green value is 67 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #474368 hue: 0.68 , saturation: 0.22 and the lightness value of 474368 is 0.34.

The process color (four color CMYK) of #474368 color hex is 0.32, 0.36, 0.00, 0.59. Web safe color of #474368 is #333366. Color #474368 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000011 01101000
Octal 107 103 150
Decimal 71 67 104
Hex 47 43 68

RGB Percentages of Color #474368

%29.34
%27.69
%42.98

CMYK Percentages of Color #474368

%32
%36
%0
%59

Triadic Colors of #474368

#474368 #684743 #436847

Analogous Colors of #474368

#474368 #5a4368 #435268

Monochromatic Colors of #474368

#474368

Complementary Color

#474368 #646843

#474368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474368 Color CSS Codes

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

#474368 Text Font Color

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

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


#474368 Background Color

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

This div background color is #474368


#474368 Border Color

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

This div border color is #474368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474368


Comments

No comments written yet.

Please login to write comment.