Color Hex Logo

#486886 Color Hex

#486886
(72,104,134)
1 Favorites   0 Comments

Color spaces of #486886

RGB 72104134
HSL0.580.300.40
HSV209°46°53°
CMYK 0.460.220.00   0.47
XYZ11.925912.999624.4349
Yxy12.99960.24160.2634
Hunter Lab36.0550-4.0537-14.9431
CIE-Lab42.7626-2.9718-20.2235

#486886 color RGB value is (72,104,134).

#486886 hex color red value is 72, green value is 104 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #486886 hue: 0.58 , saturation: 0.30 and the lightness value of 486886 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101000 10000110
Octal 110 150 206
Decimal 72 104 134
Hex 48 68 86

RGB Percentages of Color #486886

%23.23
%33.55
%43.23

CMYK Percentages of Color #486886

%46
%22
%0
%47

Triadic Colors of #486886

#486886 #864868 #688648

Analogous Colors of #486886

#486886 #484986 #488685

Monochromatic Colors of #486886

#486886

Complementary Color

#486886 #866648

#486886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486886 Color CSS Codes

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

#486886 Text Font Color

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

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


#486886 Background Color

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

This div background color is #486886


#486886 Border Color

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

This div border color is #486886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486886


Comments

No comments written yet.

Please login to write comment.