Color Hex Logo

#484472 Color Hex

#484472
(72,68,114)
0 Favorites   0 Comments

Color spaces of #484472

RGB 7268114
HSL0.680.250.36
HSV245°40°45°
CMYK 0.370.400.00   0.55
XYZ7.77696.726916.8081
Yxy6.72690.24840.2148
Hunter Lab25.93638.1341-20.2677
CIE-Lab31.176913.7176-25.9481

#484472 color RGB value is (72,68,114).

#484472 hex color red value is 72, green value is 68 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #484472 hue: 0.68 , saturation: 0.25 and the lightness value of 484472 is 0.36.

The process color (four color CMYK) of #484472 color hex is 0.37, 0.40, 0.00, 0.55. Web safe color of #484472 is #333366. Color #484472 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000100 01110010
Octal 110 104 162
Decimal 72 68 114
Hex 48 44 72

RGB Percentages of Color #484472

%28.35
%26.77
%44.88

CMYK Percentages of Color #484472

%37
%40
%0
%55

Triadic Colors of #484472

#484472 #724844 #447248

Analogous Colors of #484472

#484472 #5f4472 #445772

Monochromatic Colors of #484472

#484472

Complementary Color

#484472 #6e7244

#484472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484472 Color CSS Codes

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

#484472 Text Font Color

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

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


#484472 Background Color

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

This div background color is #484472


#484472 Border Color

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

This div border color is #484472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484472


Comments

No comments written yet.

Please login to write comment.