Color Hex Logo

#484c89 Color Hex

#484C89
(72,76,137)
0 Favorites   0 Comments

Color spaces of #484c89

RGB 7276137
HSL0.660.310.41
HSV236°47°54°
CMYK 0.470.450.00   0.46
XYZ9.77238.352724.7641
Yxy8.35270.22790.1948
Hunter Lab28.90109.7793-30.5724
CIE-Lab34.706915.6732-34.6561

#484c89 color RGB value is (72,76,137).

#484c89 hex color red value is 72, green value is 76 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #484c89 hue: 0.66 , saturation: 0.31 and the lightness value of 484c89 is 0.41.

The process color (four color CMYK) of #484c89 color hex is 0.47, 0.45, 0.00, 0.46. Web safe color of #484c89 is #333399. Color #484c89 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001100 10001001
Octal 110 114 211
Decimal 72 76 137
Hex 48 4C 89

RGB Percentages of Color #484c89

%25.26
%26.67
%48.07

CMYK Percentages of Color #484c89

%47
%45
%0
%46

Triadic Colors of #484c89

#484c89 #89484c #4c8948

Analogous Colors of #484c89

#484c89 #654889 #486d89

Monochromatic Colors of #484c89

#484c89

Complementary Color

#484c89 #898548

#484c89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484c89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484c89 Color CSS Codes

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

#484c89 Text Font Color

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

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


#484c89 Background Color

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

This div background color is #484c89


#484c89 Border Color

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

This div border color is #484c89


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,76,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #484c89; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #484c89;
  -webkit-box-shadow: 1px 1px 3px 2px #484c89;
  box-shadow:         1px 1px 3px 2px #484c89; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484c89


Comments

No comments written yet.

Please login to write comment.