Color Hex Logo

#486599 Color Hex

#486599
(72,101,153)
0 Favorites   0 Comments

Color spaces of #486599

RGB 72101153
HSL0.610.360.44
HSV219°53°60°
CMYK 0.530.340.00   0.40
XYZ13.075912.985031.9542
Yxy12.98500.22540.2238
Hunter Lab36.03471.7115-27.3518
CIE-Lab42.74064.9233-31.6315

#486599 color RGB value is (72,101,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100101 10011001
Octal 110 145 231
Decimal 72 101 153
Hex 48 65 99

RGB Percentages of Color #486599

%22.09
%30.98
%46.93

CMYK Percentages of Color #486599

%53
%34
%0
%40

Triadic Colors of #486599

#486599 #994865 #659948

Analogous Colors of #486599

#486599 #544899 #488e99

Monochromatic Colors of #486599

#486599

Complementary Color

#486599 #997c48

#486599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486599 Color CSS Codes

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

#486599 Text Font Color

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

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


#486599 Background Color

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

This div background color is #486599


#486599 Border Color

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

This div border color is #486599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486599


Comments

No comments written yet.

Please login to write comment.