Color Hex Logo

#486990 Color Hex

#486990
(72,105,144)
0 Favorites   0 Comments

Color spaces of #486990

RGB 72105144
HSL0.590.330.42
HSV213°50°56°
CMYK 0.500.270.00   0.44
XYZ12.758113.494528.3178
Yxy13.49450.23380.2473
Hunter Lab36.7349-2.2926-19.9905
CIE-Lab43.4991-0.4541-25.0778

#486990 color RGB value is (72,105,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101001 10010000
Octal 110 151 220
Decimal 72 105 144
Hex 48 69 90

RGB Percentages of Color #486990

%22.43
%32.71
%44.86

CMYK Percentages of Color #486990

%50
%27
%0
%44

Triadic Colors of #486990

#486990 #904869 #699048

Analogous Colors of #486990

#486990 #4b4890 #488d90

Monochromatic Colors of #486990

#486990

Complementary Color

#486990 #906f48

#486990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486990 Color CSS Codes

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

#486990 Text Font Color

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

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


#486990 Background Color

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

This div background color is #486990


#486990 Border Color

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

This div border color is #486990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486990


Comments

No comments written yet.

Please login to write comment.