Color Hex Logo

#484091 Color Hex

#484091
(72,64,145)
0 Favorites   0 Comments

Color spaces of #484091

RGB 7264145
HSL0.680.390.41
HSV246°56°57°
CMYK 0.500.560.00   0.43
XYZ9.61677.088827.6495
Yxy7.08880.21680.1598
Hunter Lab26.624817.8796-42.9345
CIE-Lab32.008226.0555-43.8774

#484091 color RGB value is (72,64,145).

#484091 hex color red value is 72, green value is 64 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #484091 hue: 0.68 , saturation: 0.39 and the lightness value of 484091 is 0.41.

The process color (four color CMYK) of #484091 color hex is 0.50, 0.56, 0.00, 0.43. Web safe color of #484091 is #333399. Color #484091 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000000 10010001
Octal 110 100 221
Decimal 72 64 145
Hex 48 40 91

RGB Percentages of Color #484091

%25.62
%22.78
%51.60

CMYK Percentages of Color #484091

%50
%56
%0
%43

Triadic Colors of #484091

#484091 #914840 #409148

Analogous Colors of #484091

#484091 #714091 #406091

Monochromatic Colors of #484091

#484091

Complementary Color

#484091 #899140

#484091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484091 Color CSS Codes

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

#484091 Text Font Color

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

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


#484091 Background Color

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

This div background color is #484091


#484091 Border Color

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

This div border color is #484091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484091


Comments

No comments written yet.

Please login to write comment.