Color Hex Logo

#484076 Color Hex

#484076
(72,64,118)
0 Favorites   0 Comments

Color spaces of #484076

RGB 7264118
HSL0.690.300.36
HSV249°46°46°
CMYK 0.390.460.00   0.54
XYZ7.77596.352517.9559
Yxy6.35250.24240.1980
Hunter Lab25.204210.9629-24.5963
CIE-Lab30.284917.5532-29.8746

#484076 color RGB value is (72,64,118).

#484076 hex color red value is 72, green value is 64 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #484076 hue: 0.69 , saturation: 0.30 and the lightness value of 484076 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000000 01110110
Octal 110 100 166
Decimal 72 64 118
Hex 48 40 76

RGB Percentages of Color #484076

%28.35
%25.20
%46.46

CMYK Percentages of Color #484076

%39
%46
%0
%54

Triadic Colors of #484076

#484076 #764840 #407648

Analogous Colors of #484076

#484076 #634076 #405376

Monochromatic Colors of #484076

#484076

Complementary Color

#484076 #6e7640

#484076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484076 Color CSS Codes

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

#484076 Text Font Color

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

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


#484076 Background Color

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

This div background color is #484076


#484076 Border Color

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

This div border color is #484076


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,64,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 #484076">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484076


Comments

No comments written yet.

Please login to write comment.