Color Hex Logo

#484986 Color Hex

#484986
(72,73,134)
0 Favorites   0 Comments

Color spaces of #484986

RGB 7273134
HSL0.660.300.40
HSV239°46°53°
CMYK 0.460.460.00   0.47
XYZ9.35817.864023.5789
Yxy7.86400.22940.1927
Hunter Lab28.042810.4918-30.2221
CIE-Lab33.698016.6644-34.4160

#484986 color RGB value is (72,73,134).

#484986 hex color red value is 72, green value is 73 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #484986 hue: 0.66 , saturation: 0.30 and the lightness value of 484986 is 0.40.

The process color (four color CMYK) of #484986 color hex is 0.46, 0.46, 0.00, 0.47. Web safe color of #484986 is #333399. Color #484986 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001001 10000110
Octal 110 111 206
Decimal 72 73 134
Hex 48 49 86

RGB Percentages of Color #484986

%25.81
%26.16
%48.03

CMYK Percentages of Color #484986

%46
%46
%0
%47

Triadic Colors of #484986

#484986 #864849 #498648

Analogous Colors of #484986

#484986 #664886 #486886

Monochromatic Colors of #484986

#484986

Complementary Color

#484986 #868548

#484986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484986 Color CSS Codes

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

#484986 Text Font Color

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

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


#484986 Background Color

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

This div background color is #484986


#484986 Border Color

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

This div border color is #484986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484986


Comments

No comments written yet.

Please login to write comment.