Color Hex Logo

#486498 Color Hex

#486498
(72,100,152)
0 Favorites   0 Comments

Color spaces of #486498

RGB 72100152
HSL0.610.360.44
HSV219°53°60°
CMYK 0.530.340.00   0.40
XYZ12.897212.759131.4888
Yxy12.75910.22570.2233
Hunter Lab35.71991.9403-27.2631
CIE-Lab42.39805.2189-31.5738

#486498 color RGB value is (72,100,152).

#486498 hex color red value is 72, green value is 100 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #486498 hue: 0.61 , saturation: 0.36 and the lightness value of 486498 is 0.44.

The process color (four color CMYK) of #486498 color hex is 0.53, 0.34, 0.00, 0.40. Web safe color of #486498 is #336699. Color #486498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100100 10011000
Octal 110 144 230
Decimal 72 100 152
Hex 48 64 98

RGB Percentages of Color #486498

%22.22
%30.86
%46.91

CMYK Percentages of Color #486498

%53
%34
%0
%40

Triadic Colors of #486498

#486498 #984864 #649848

Analogous Colors of #486498

#486498 #544898 #488c98

Monochromatic Colors of #486498

#486498

Complementary Color

#486498 #987c48

#486498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486498 Color CSS Codes

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

#486498 Text Font Color

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

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


#486498 Background Color

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

This div background color is #486498


#486498 Border Color

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

This div border color is #486498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486498


Comments

No comments written yet.

Please login to write comment.