Color Hex Logo

#484788 Color Hex

#484788
(72,71,136)
0 Favorites   0 Comments

Color spaces of #484788

RGB 7271136
HSL0.670.310.41
HSV241°48°53°
CMYK 0.470.480.00   0.47
XYZ9.36977.661824.2776
Yxy7.66180.22680.1855
Hunter Lab27.680011.9825-32.6262
CIE-Lab33.268418.6117-36.3316

#484788 color RGB value is (72,71,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000111 10001000
Octal 110 107 210
Decimal 72 71 136
Hex 48 47 88

RGB Percentages of Color #484788

%25.81
%25.45
%48.75

CMYK Percentages of Color #484788

%47
%48
%0
%47

Triadic Colors of #484788

#484788 #884847 #478848

Analogous Colors of #484788

#484788 #694788 #476788

Monochromatic Colors of #484788

#484788

Complementary Color

#484788 #878847

#484788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484788 Color CSS Codes

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

#484788 Text Font Color

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

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


#484788 Background Color

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

This div background color is #484788


#484788 Border Color

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

This div border color is #484788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484788


Comments

No comments written yet.

Please login to write comment.