Color Hex Logo

#486c8a Color Hex

#486C8A
(72,108,138)
0 Favorites   0 Comments

Color spaces of #486c8a

RGB 72108138
HSL0.580.310.41
HSV207°48°54°
CMYK 0.480.220.00   0.46
XYZ12.622513.937826.0697
Yxy13.93780.23980.2648
Hunter Lab37.3334-4.9821-15.2686
CIE-Lab44.1436-4.1425-20.4947

#486c8a color RGB value is (72,108,138).

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

The process color (four color CMYK) of #486c8a color hex is 0.48, 0.22, 0.00, 0.46. Web safe color of #486c8a is #336699. Color #486c8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101100 10001010
Octal 110 154 212
Decimal 72 108 138
Hex 48 6C 8A

RGB Percentages of Color #486c8a

%22.64
%33.96
%43.40

CMYK Percentages of Color #486c8a

%48
%22
%0
%46

Triadic Colors of #486c8a

#486c8a #8a486c #6c8a48

Analogous Colors of #486c8a

#486c8a #484b8a #488a87

Monochromatic Colors of #486c8a

#486c8a

Complementary Color

#486c8a #8a6648

#486c8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486c8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#486c8a Color CSS Codes

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

#486c8a Text Font Color

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

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


#486c8a Background Color

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

This div background color is #486c8a


#486c8a Border Color

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

This div border color is #486c8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486c8a

#486c8a Color Palettes


Comments

No comments written yet.

Please login to write comment.