Color Hex Logo

#484aaa Color Hex

#484AAA
(72,74,170)
0 Favorites   0 Comments

Color spaces of #484aaa

RGB 7274170
HSL0.660.400.47
HSV239°58°67°
CMYK 0.580.560.00   0.33
XYZ12.37709.177639.1493
Yxy9.17760.20390.1512
Hunter Lab30.294619.9116-55.4136
CIE-Lab36.324027.8980-52.0031

#484aaa color RGB value is (72,74,170).

#484aaa hex color red value is 72, green value is 74 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #484aaa hue: 0.66 , saturation: 0.40 and the lightness value of 484aaa is 0.47.

The process color (four color CMYK) of #484aaa color hex is 0.58, 0.56, 0.00, 0.33. Web safe color of #484aaa is #333399. Color #484aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001010 10101010
Octal 110 112 252
Decimal 72 74 170
Hex 48 4A AA

RGB Percentages of Color #484aaa

%22.78
%23.42
%53.80

CMYK Percentages of Color #484aaa

%58
%56
%0
%33

Triadic Colors of #484aaa

#484aaa #aa484a #4aaa48

Analogous Colors of #484aaa

#484aaa #7748aa #487baa

Monochromatic Colors of #484aaa

#484aaa

Complementary Color

#484aaa #aaa848

#484aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#484aaa Color CSS Codes

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

#484aaa Text Font Color

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

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


#484aaa Background Color

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

This div background color is #484aaa


#484aaa Border Color

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

This div border color is #484aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484aaa


Comments

No comments written yet.

Please login to write comment.