Color Hex Logo

#486590 Color Hex

#486590
(72,101,144)
0 Favorites   0 Comments

Color spaces of #486590

RGB 72101144
HSL0.600.330.42
HSV216°50°56°
CMYK 0.500.300.00   0.44
XYZ12.360212.698728.1852
Yxy12.69870.23210.2385
Hunter Lab35.6352-0.4483-21.9499
CIE-Lab42.30572.0001-26.9358

#486590 color RGB value is (72,101,144).

#486590 hex color red value is 72, green value is 101 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #486590 hue: 0.60 , saturation: 0.33 and the lightness value of 486590 is 0.42.

The process color (four color CMYK) of #486590 color hex is 0.50, 0.30, 0.00, 0.44. Web safe color of #486590 is #336699. Color #486590 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100101 10010000
Octal 110 145 220
Decimal 72 101 144
Hex 48 65 90

RGB Percentages of Color #486590

%22.71
%31.86
%45.43

CMYK Percentages of Color #486590

%50
%30
%0
%44

Triadic Colors of #486590

#486590 #904865 #659048

Analogous Colors of #486590

#486590 #4f4890 #488990

Monochromatic Colors of #486590

#486590

Complementary Color

#486590 #907348

#486590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486590 Color CSS Codes

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

#486590 Text Font Color

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

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


#486590 Background Color

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

This div background color is #486590


#486590 Border Color

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

This div border color is #486590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486590


Comments

No comments written yet.

Please login to write comment.