Color Hex Logo

#485494 Color Hex

#485494
(72,84,148)
0 Favorites   0 Comments

Color spaces of #485494

RGB 7284148
HSL0.640.350.43
HSV231°51°58°
CMYK 0.510.430.00   0.42
XYZ11.18819.856529.3298
Yxy9.85650.22210.1957
Hunter Lab31.39518.6698-33.4132
CIE-Lab37.583614.0792-36.7799

#485494 color RGB value is (72,84,148).

#485494 hex color red value is 72, green value is 84 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #485494 hue: 0.64 , saturation: 0.35 and the lightness value of 485494 is 0.43.

The process color (four color CMYK) of #485494 color hex is 0.51, 0.43, 0.00, 0.42. Web safe color of #485494 is #336699. Color #485494 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010100 10010100
Octal 110 124 224
Decimal 72 84 148
Hex 48 54 94

RGB Percentages of Color #485494

%23.68
%27.63
%48.68

CMYK Percentages of Color #485494

%51
%43
%0
%42

Triadic Colors of #485494

#485494 #944854 #549448

Analogous Colors of #485494

#485494 #624894 #487a94

Monochromatic Colors of #485494

#485494

Complementary Color

#485494 #948848

#485494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#485494 Color CSS Codes

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

#485494 Text Font Color

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

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


#485494 Background Color

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

This div background color is #485494


#485494 Border Color

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

This div border color is #485494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485494


Comments

No comments written yet.

Please login to write comment.