Color Hex Logo

#482974 Color Hex

#482974
(72,41,116)
0 Favorites   0 Comments

Color spaces of #482974

RGB 7241116
HSL0.740.480.31
HSV265°65°45°
CMYK 0.380.650.00   0.55
XYZ6.61784.224516.9896
Yxy4.22450.23780.1518
Hunter Lab20.553621.5043-34.6216
CIE-Lab24.400231.5586-38.0169

#482974 color RGB value is (72,41,116).

#482974 hex color red value is 72, green value is 41 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #482974 hue: 0.74 , saturation: 0.48 and the lightness value of 482974 is 0.31.

The process color (four color CMYK) of #482974 color hex is 0.38, 0.65, 0.00, 0.55. Web safe color of #482974 is #333366. Color #482974 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101001 01110100
Octal 110 51 164
Decimal 72 41 116
Hex 48 29 74

RGB Percentages of Color #482974

%31.44
%17.90
%50.66

CMYK Percentages of Color #482974

%38
%65
%0
%55

Triadic Colors of #482974

#482974 #744829 #297448

Analogous Colors of #482974

#482974 #6e2974 #293074

Monochromatic Colors of #482974

#482974

Complementary Color

#482974 #557429

#482974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482974 Color CSS Codes

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

#482974 Text Font Color

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

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


#482974 Background Color

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

This div background color is #482974


#482974 Border Color

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

This div border color is #482974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482974


Comments

No comments written yet.

Please login to write comment.