Color Hex Logo

#484796 Color Hex

#484796
(72,71,150)
0 Favorites   0 Comments

Color spaces of #484796

RGB 7271150
HSL0.670.360.43
HSV241°53°59°
CMYK 0.520.530.00   0.41
XYZ10.43078.086229.8652
Yxy8.08620.21560.1671
Hunter Lab28.436215.7122-42.3640
CIE-Lab34.161823.1694-43.4609

#484796 color RGB value is (72,71,150).

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

The process color (four color CMYK) of #484796 color hex is 0.52, 0.53, 0.00, 0.41. Web safe color of #484796 is #333399. Color #484796 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000111 10010110
Octal 110 107 226
Decimal 72 71 150
Hex 48 47 96

RGB Percentages of Color #484796

%24.57
%24.23
%51.19

CMYK Percentages of Color #484796

%52
%53
%0
%41

Triadic Colors of #484796

#484796 #964847 #479648

Analogous Colors of #484796

#484796 #704796 #476e96

Monochromatic Colors of #484796

#484796

Complementary Color

#484796 #959647

#484796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484796 Color CSS Codes

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

#484796 Text Font Color

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

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


#484796 Background Color

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

This div background color is #484796


#484796 Border Color

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

This div border color is #484796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484796


Comments

No comments written yet.

Please login to write comment.