Color Hex Logo

#474282 Color Hex

#474282
(71,66,130)
0 Favorites   0 Comments

Color spaces of #474282

RGB 7166130
HSL0.680.330.38
HSV245°49°51°
CMYK 0.450.490.00   0.49
XYZ8.57606.847721.9888
Yxy6.84770.22920.1830
Hunter Lab26.168112.7051-31.5031
CIE-Lab31.457719.7013-35.5159

#474282 color RGB value is (71,66,130).

#474282 hex color red value is 71, green value is 66 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #474282 hue: 0.68 , saturation: 0.33 and the lightness value of 474282 is 0.38.

The process color (four color CMYK) of #474282 color hex is 0.45, 0.49, 0.00, 0.49. Web safe color of #474282 is #333399. Color #474282 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000010 10000010
Octal 107 102 202
Decimal 71 66 130
Hex 47 42 82

RGB Percentages of Color #474282

%26.59
%24.72
%48.69

CMYK Percentages of Color #474282

%45
%49
%0
%49

Triadic Colors of #474282

#474282 #824742 #428247

Analogous Colors of #474282

#474282 #674282 #425d82

Monochromatic Colors of #474282

#474282

Complementary Color

#474282 #7d8242

#474282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474282 Color CSS Codes

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

#474282 Text Font Color

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

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


#474282 Background Color

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

This div background color is #474282


#474282 Border Color

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

This div border color is #474282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474282


Comments

No comments written yet.

Please login to write comment.