Color Hex Logo

#486199 Color Hex

#486199
(72,97,153)
0 Favorites   0 Comments

Color spaces of #486199

RGB 7297153
HSL0.620.360.44
HSV221°53°60°
CMYK 0.530.370.00   0.40
XYZ12.697012.227031.8278
Yxy12.22700.22370.2154
Hunter Lab34.96713.6231-29.4900
CIE-Lab41.57467.4315-33.4663

#486199 color RGB value is (72,97,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100001 10011001
Octal 110 141 231
Decimal 72 97 153
Hex 48 61 99

RGB Percentages of Color #486199

%22.36
%30.12
%47.52

CMYK Percentages of Color #486199

%53
%37
%0
%40

Triadic Colors of #486199

#486199 #994861 #619948

Analogous Colors of #486199

#486199 #584899 #488a99

Monochromatic Colors of #486199

#486199

Complementary Color

#486199 #998048

#486199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486199 Color CSS Codes

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

#486199 Text Font Color

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

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


#486199 Background Color

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

This div background color is #486199


#486199 Border Color

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

This div border color is #486199


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,97,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 #486199">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486199


Comments

No comments written yet.

Please login to write comment.