Color Hex Logo

#485eaa Color Hex

#485EAA
(72,94,170)
0 Favorites   0 Comments

Color spaces of #485eaa

RGB 7294170
HSL0.630.400.47
HSV227°58°67°
CMYK 0.580.450.00   0.33
XYZ13.930912.285439.6673
Yxy12.28540.21140.1865
Hunter Lab35.05059.6067-42.5641
CIE-Lab41.666215.0621-43.4170

#485eaa color RGB value is (72,94,170).

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

The process color (four color CMYK) of #485eaa color hex is 0.58, 0.45, 0.00, 0.33. Web safe color of #485eaa is #336699. Color #485eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011110 10101010
Octal 110 136 252
Decimal 72 94 170
Hex 48 5E AA

RGB Percentages of Color #485eaa

%21.43
%27.98
%50.60

CMYK Percentages of Color #485eaa

%58
%45
%0
%33

Triadic Colors of #485eaa

#485eaa #aa485e #5eaa48

Analogous Colors of #485eaa

#485eaa #6348aa #488faa

Monochromatic Colors of #485eaa

#485eaa

Complementary Color

#485eaa #aa9448

#485eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#485eaa Color CSS Codes

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

#485eaa Text Font Color

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

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


#485eaa Background Color

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

This div background color is #485eaa


#485eaa Border Color

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

This div border color is #485eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,94,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 #485eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485eaa


Comments

No comments written yet.

Please login to write comment.