Color Hex Logo

#484176 Color Hex

#484176
(72,65,118)
0 Favorites   0 Comments

Color spaces of #484176

RGB 7265118
HSL0.690.290.36
HSV248°45°46°
CMYK 0.390.450.00   0.54
XYZ7.83286.466317.9748
Yxy6.46630.24270.2004
Hunter Lab25.428910.4822-24.1097
CIE-Lab30.559716.8970-29.4394

#484176 color RGB value is (72,65,118).

#484176 hex color red value is 72, green value is 65 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #484176 hue: 0.69 , saturation: 0.29 and the lightness value of 484176 is 0.36.

The process color (four color CMYK) of #484176 color hex is 0.39, 0.45, 0.00, 0.54. Web safe color of #484176 is #333366. Color #484176 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000001 01110110
Octal 110 101 166
Decimal 72 65 118
Hex 48 41 76

RGB Percentages of Color #484176

%28.24
%25.49
%46.27

CMYK Percentages of Color #484176

%39
%45
%0
%54

Triadic Colors of #484176

#484176 #764841 #417648

Analogous Colors of #484176

#484176 #634176 #415476

Monochromatic Colors of #484176

#484176

Complementary Color

#484176 #6f7641

#484176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484176 Color CSS Codes

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

#484176 Text Font Color

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

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


#484176 Background Color

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

This div background color is #484176


#484176 Border Color

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

This div border color is #484176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484176


Comments

No comments written yet.

Please login to write comment.