Color Hex Logo

#474792 Color Hex

#474792
(71,71,146)
0 Favorites   0 Comments

Color spaces of #474792

RGB 7171146
HSL0.670.350.43
HSV240°51°57°
CMYK 0.510.510.00   0.43
XYZ10.04017.921428.1939
Yxy7.92140.21750.1716
Hunter Lab28.145014.4222-39.6916
CIE-Lab33.818721.6222-41.5818

#474792 color RGB value is (71,71,146).

#474792 hex color red value is 71, green value is 71 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #474792 hue: 0.67 , saturation: 0.35 and the lightness value of 474792 is 0.43.

The process color (four color CMYK) of #474792 color hex is 0.51, 0.51, 0.00, 0.43. Web safe color of #474792 is #333399. Color #474792 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000111 10010010
Octal 107 107 222
Decimal 71 71 146
Hex 47 47 92

RGB Percentages of Color #474792

%24.65
%24.65
%50.69

CMYK Percentages of Color #474792

%51
%51
%0
%43

Triadic Colors of #474792

#474792 #924747 #479247

Analogous Colors of #474792

#474792 #6d4792 #476d92

Monochromatic Colors of #474792

#474792

Complementary Color

#474792 #929247

#474792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474792 Color CSS Codes

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

#474792 Text Font Color

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

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


#474792 Background Color

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

This div background color is #474792


#474792 Border Color

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

This div border color is #474792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474792


Comments

No comments written yet.

Please login to write comment.