Color Hex Logo

#486c89 Color Hex

#486C89
(72,108,137)
0 Favorites   0 Comments

Color spaces of #486c89

RGB 72108137
HSL0.570.310.41
HSV207°47°54°
CMYK 0.470.210.00   0.46
XYZ12.550413.909025.6901
Yxy13.90900.24070.2667
Hunter Lab37.2948-5.1972-14.7349
CIE-Lab44.1021-4.4504-19.9605

#486c89 color RGB value is (72,108,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101100 10001001
Octal 110 154 211
Decimal 72 108 137
Hex 48 6C 89

RGB Percentages of Color #486c89

%22.71
%34.07
%43.22

CMYK Percentages of Color #486c89

%47
%21
%0
%46

Triadic Colors of #486c89

#486c89 #89486c #6c8948

Analogous Colors of #486c89

#486c89 #484b89 #488986

Monochromatic Colors of #486c89

#486c89

Complementary Color

#486c89 #896548

#486c89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486c89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486c89 Color CSS Codes

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

#486c89 Text Font Color

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

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


#486c89 Background Color

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

This div background color is #486c89


#486c89 Border Color

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

This div border color is #486c89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486c89


Comments

No comments written yet.

Please login to write comment.