Color Hex Logo

#486077 Color Hex

#486077
(72,96,119)
0 Favorites   0 Comments

Color spaces of #486077

RGB 7296119
HSL0.580.250.37
HSV209°39°47°
CMYK 0.390.190.00   0.53
XYZ10.185111.075419.0537
Yxy11.07540.25260.2747
Hunter Lab33.2797-3.6104-10.6496
CIE-Lab39.7072-2.6270-15.8204

#486077 color RGB value is (72,96,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100000 01110111
Octal 110 140 167
Decimal 72 96 119
Hex 48 60 77

RGB Percentages of Color #486077

%25.09
%33.45
%41.46

CMYK Percentages of Color #486077

%39
%19
%0
%53

Triadic Colors of #486077

#486077 #774860 #607748

Analogous Colors of #486077

#486077 #484977 #487777

Monochromatic Colors of #486077

#486077

Complementary Color

#486077 #775f48

#486077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486077 Color CSS Codes

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

#486077 Text Font Color

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

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


#486077 Background Color

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

This div background color is #486077


#486077 Border Color

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

This div border color is #486077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486077


Comments

No comments written yet.

Please login to write comment.