Color Hex Logo

#486391 Color Hex

#486391
(72,99,145)
0 Favorites   0 Comments

Color spaces of #486391

RGB 7299145
HSL0.610.340.43
HSV218°50°57°
CMYK 0.500.320.00   0.43
XYZ12.245212.345728.5256
Yxy12.34570.23050.2324
Hunter Lab35.13640.7192-23.5392
CIE-Lab41.76043.5626-28.3871

#486391 color RGB value is (72,99,145).

#486391 hex color red value is 72, green value is 99 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #486391 hue: 0.61 , saturation: 0.34 and the lightness value of 486391 is 0.43.

The process color (four color CMYK) of #486391 color hex is 0.50, 0.32, 0.00, 0.43. Web safe color of #486391 is #336699. Color #486391 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100011 10010001
Octal 110 143 221
Decimal 72 99 145
Hex 48 63 91

RGB Percentages of Color #486391

%22.78
%31.33
%45.89

CMYK Percentages of Color #486391

%50
%32
%0
%43

Triadic Colors of #486391

#486391 #914863 #639148

Analogous Colors of #486391

#486391 #524891 #488891

Monochromatic Colors of #486391

#486391

Complementary Color

#486391 #917648

#486391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486391 Color CSS Codes

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

#486391 Text Font Color

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

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


#486391 Background Color

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

This div background color is #486391


#486391 Border Color

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

This div border color is #486391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486391


Comments

No comments written yet.

Please login to write comment.