Color Hex Logo

#484778 Color Hex

#484778
(72,71,120)
0 Favorites   0 Comments

Color spaces of #484778

RGB 7271120
HSL0.670.260.37
HSV241°41°47°
CMYK 0.400.410.00   0.53
XYZ8.31597.240318.7285
Yxy7.24030.24260.2112
Hunter Lab26.90788.0770-22.4318
CIE-Lab32.347813.5739-27.8689

#484778 color RGB value is (72,71,120).

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

The process color (four color CMYK) of #484778 color hex is 0.40, 0.41, 0.00, 0.53. Web safe color of #484778 is #333366. Color #484778 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000111 01111000
Octal 110 107 170
Decimal 72 71 120
Hex 48 47 78

RGB Percentages of Color #484778

%27.38
%27.00
%45.63

CMYK Percentages of Color #484778

%40
%41
%0
%53

Triadic Colors of #484778

#484778 #784847 #477848

Analogous Colors of #484778

#484778 #604778 #475f78

Monochromatic Colors of #484778

#484778

Complementary Color

#484778 #777847

#484778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484778 Color CSS Codes

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

#484778 Text Font Color

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

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


#484778 Background Color

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

This div background color is #484778


#484778 Border Color

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

This div border color is #484778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484778


Comments

No comments written yet.

Please login to write comment.