Color Hex Logo

#486177 Color Hex

#486177
(72,97,119)
1 Favorites   0 Comments

Color spaces of #486177

RGB 7297119
HSL0.580.250.37
HSV208°39°47°
CMYK 0.390.180.00   0.53
XYZ10.277011.259019.0843
Yxy11.25900.25300.2772
Hunter Lab33.5544-4.0496-10.2335
CIE-Lab40.0133-3.2344-15.3525

#486177 color RGB value is (72,97,119).

#486177 hex color red value is 72, green value is 97 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #486177 hue: 0.58 , saturation: 0.25 and the lightness value of 486177 is 0.37.

The process color (four color CMYK) of #486177 color hex is 0.39, 0.18, 0.00, 0.53. Web safe color of #486177 is #336666. Color #486177 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100001 01110111
Octal 110 141 167
Decimal 72 97 119
Hex 48 61 77

RGB Percentages of Color #486177

%25.00
%33.68
%41.32

CMYK Percentages of Color #486177

%39
%18
%0
%53

Triadic Colors of #486177

#486177 #774861 #617748

Analogous Colors of #486177

#486177 #484a77 #487776

Monochromatic Colors of #486177

#486177

Complementary Color

#486177 #775e48

#486177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486177 Color CSS Codes

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

#486177 Text Font Color

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

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


#486177 Background Color

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

This div background color is #486177


#486177 Border Color

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

This div border color is #486177


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486177


Comments

No comments written yet.

Please login to write comment.