Color Hex Logo

#486187 Color Hex

#486187
(72,97,135)
0 Favorites   0 Comments

Color spaces of #486187

RGB 7297135
HSL0.600.300.41
HSV216°47°53°
CMYK 0.470.280.00   0.47
XYZ11.320411.676424.5788
Yxy11.67640.23790.2454
Hunter Lab34.1707-0.6637-18.7274
CIE-Lab40.69711.6212-24.0229

#486187 color RGB value is (72,97,135).

#486187 hex color red value is 72, green value is 97 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #486187 hue: 0.60 , saturation: 0.30 and the lightness value of 486187 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100001 10000111
Octal 110 141 207
Decimal 72 97 135
Hex 48 61 87

RGB Percentages of Color #486187

%23.68
%31.91
%44.41

CMYK Percentages of Color #486187

%47
%28
%0
%47

Triadic Colors of #486187

#486187 #874861 #618748

Analogous Colors of #486187

#486187 #4e4887 #488187

Monochromatic Colors of #486187

#486187

Complementary Color

#486187 #876e48

#486187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486187 Color CSS Codes

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

#486187 Text Font Color

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

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


#486187 Background Color

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

This div background color is #486187


#486187 Border Color

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

This div border color is #486187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486187


Comments

No comments written yet.

Please login to write comment.