Color Hex Logo

#484976 Color Hex

#484976
(72,73,118)
0 Favorites   0 Comments

Color spaces of #484976

RGB 7273118
HSL0.660.240.37
HSV239°39°46°
CMYK 0.390.380.00   0.54
XYZ8.32507.450818.1389
Yxy7.45080.24550.2197
Hunter Lab27.29626.6721-20.2922
CIE-Lab32.811911.6545-25.8891

#484976 color RGB value is (72,73,118).

#484976 hex color red value is 72, green value is 73 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #484976 hue: 0.66 , saturation: 0.24 and the lightness value of 484976 is 0.37.

The process color (four color CMYK) of #484976 color hex is 0.39, 0.38, 0.00, 0.54. Web safe color of #484976 is #333366. Color #484976 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001001 01110110
Octal 110 111 166
Decimal 72 73 118
Hex 48 49 76

RGB Percentages of Color #484976

%27.38
%27.76
%44.87

CMYK Percentages of Color #484976

%39
%38
%0
%54

Triadic Colors of #484976

#484976 #764849 #497648

Analogous Colors of #484976

#484976 #5e4876 #486076

Monochromatic Colors of #484976

#484976

Complementary Color

#484976 #767548

#484976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484976 Color CSS Codes

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

#484976 Text Font Color

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

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


#484976 Background Color

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

This div background color is #484976


#484976 Border Color

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

This div border color is #484976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484976


Comments

No comments written yet.

Please login to write comment.