Color Hex Logo

#486a6e Color Hex

#486A6E
(72,106,110)
0 Favorites   0 Comments

Color spaces of #486a6e

RGB 72106110
HSL0.520.210.36
HSV186°35°43°
CMYK 0.350.040.00   0.57
XYZ10.641012.811616.6639
Yxy12.81160.26530.3194
Hunter Lab35.7933-9.5719-2.5477
CIE-Lab42.4780-11.0783-6.1558

#486a6e color RGB value is (72,106,110).

#486a6e hex color red value is 72, green value is 106 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #486a6e hue: 0.52 , saturation: 0.21 and the lightness value of 486a6e is 0.36.

The process color (four color CMYK) of #486a6e color hex is 0.35, 0.04, 0.00, 0.57. Web safe color of #486a6e is #336666. Color #486a6e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101010 01101110
Octal 110 152 156
Decimal 72 106 110
Hex 48 6A 6E

RGB Percentages of Color #486a6e

%25.00
%36.81
%38.19

CMYK Percentages of Color #486a6e

%35
%4
%0
%57

Triadic Colors of #486a6e

#486a6e #6e486a #6a6e48

Analogous Colors of #486a6e

#486a6e #48576e #486e5f

Monochromatic Colors of #486a6e

#486a6e

Complementary Color

#486a6e #6e4c48

#486a6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486a6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#486a6e Color CSS Codes

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

#486a6e Text Font Color

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

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


#486a6e Background Color

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

This div background color is #486a6e


#486a6e Border Color

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

This div border color is #486a6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486a6e


Comments

No comments written yet.

Please login to write comment.