Color Hex Logo

#486c8d Color Hex

#486C8D
(72,108,141)
0 Favorites   0 Comments

Color spaces of #486c8d

RGB 72108141
HSL0.580.320.42
HSV209°49°55°
CMYK 0.490.230.00   0.45
XYZ12.842814.025927.2297
Yxy14.02590.23740.2593
Hunter Lab37.4512-4.3281-16.8923
CIE-Lab44.2701-3.2120-22.0920

#486c8d color RGB value is (72,108,141).

#486c8d hex color red value is 72, green value is 108 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #486c8d hue: 0.58 , saturation: 0.32 and the lightness value of 486c8d is 0.42.

The process color (four color CMYK) of #486c8d color hex is 0.49, 0.23, 0.00, 0.45. Web safe color of #486c8d is #336699. Color #486c8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101100 10001101
Octal 110 154 215
Decimal 72 108 141
Hex 48 6C 8D

RGB Percentages of Color #486c8d

%22.43
%33.64
%43.93

CMYK Percentages of Color #486c8d

%49
%23
%0
%45

Triadic Colors of #486c8d

#486c8d #8d486c #6c8d48

Analogous Colors of #486c8d

#486c8d #484a8d #488d8c

Monochromatic Colors of #486c8d

#486c8d

Complementary Color

#486c8d #8d6948

#486c8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486c8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#486c8d Color CSS Codes

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

#486c8d Text Font Color

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

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


#486c8d Background Color

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

This div background color is #486c8d


#486c8d Border Color

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

This div border color is #486c8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486c8d

#486c8d Color Palettes


Comments

No comments written yet.

Please login to write comment.