Color Hex Logo

#486288 Color Hex

#486288
(72,98,136)
0 Favorites   0 Comments

Color spaces of #486288

RGB 7298136
HSL0.600.310.41
HSV216°47°53°
CMYK 0.470.280.00   0.47
XYZ11.484111.890724.9824
Yxy11.89070.23750.2459
Hunter Lab34.4829-0.8979-18.8168
CIE-Lab41.04191.3153-24.0914

#486288 color RGB value is (72,98,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100010 10001000
Octal 110 142 210
Decimal 72 98 136
Hex 48 62 88

RGB Percentages of Color #486288

%23.53
%32.03
%44.44

CMYK Percentages of Color #486288

%47
%28
%0
%47

Triadic Colors of #486288

#486288 #884862 #628848

Analogous Colors of #486288

#486288 #4e4888 #488288

Monochromatic Colors of #486288

#486288

Complementary Color

#486288 #886e48

#486288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486288 Color CSS Codes

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

#486288 Text Font Color

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

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


#486288 Background Color

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

This div background color is #486288


#486288 Border Color

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

This div border color is #486288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486288


Comments

No comments written yet.

Please login to write comment.