Color Hex Logo

#484581 Color Hex

#484581
(72,69,129)
0 Favorites   0 Comments

Color spaces of #484581

RGB 7269129
HSL0.680.300.39
HSV243°47°51°
CMYK 0.440.470.00   0.49
XYZ8.76317.218921.7004
Yxy7.21890.23260.1916
Hunter Lab26.868011.1994-29.0790
CIE-Lab32.300117.6891-33.5480

#484581 color RGB value is (72,69,129).

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

The process color (four color CMYK) of #484581 color hex is 0.44, 0.47, 0.00, 0.49. Web safe color of #484581 is #333399. Color #484581 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000101 10000001
Octal 110 105 201
Decimal 72 69 129
Hex 48 45 81

RGB Percentages of Color #484581

%26.67
%25.56
%47.78

CMYK Percentages of Color #484581

%44
%47
%0
%49

Triadic Colors of #484581

#484581 #814845 #458148

Analogous Colors of #484581

#484581 #664581 #456081

Monochromatic Colors of #484581

#484581

Complementary Color

#484581 #7e8145

#484581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484581 Color CSS Codes

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

#484581 Text Font Color

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

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


#484581 Background Color

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

This div background color is #484581


#484581 Border Color

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

This div border color is #484581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484581


Comments

No comments written yet.

Please login to write comment.