Color Hex Logo

#486089 Color Hex

#486089
(72,96,137)
0 Favorites   0 Comments

Color spaces of #486089

RGB 7296137
HSL0.610.310.41
HSV218°47°54°
CMYK 0.470.300.00   0.46
XYZ11.370711.549625.2969
Yxy11.54960.23580.2395
Hunter Lab33.98470.2498-20.3439
CIE-Lab40.49112.8728-25.5526

#486089 color RGB value is (72,96,137).

#486089 hex color red value is 72, green value is 96 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #486089 hue: 0.61 , saturation: 0.31 and the lightness value of 486089 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100000 10001001
Octal 110 140 211
Decimal 72 96 137
Hex 48 60 89

RGB Percentages of Color #486089

%23.61
%31.48
%44.92

CMYK Percentages of Color #486089

%47
%30
%0
%46

Triadic Colors of #486089

#486089 #894860 #608948

Analogous Colors of #486089

#486089 #514889 #488189

Monochromatic Colors of #486089

#486089

Complementary Color

#486089 #897148

#486089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486089 Color CSS Codes

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

#486089 Text Font Color

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

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


#486089 Background Color

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

This div background color is #486089


#486089 Border Color

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

This div border color is #486089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486089


Comments

No comments written yet.

Please login to write comment.