Color Hex Logo

#484763 Color Hex

#484763
(72,71,99)
0 Favorites   0 Comments

Color spaces of #484763

RGB 727199
HSL0.670.160.33
HSV242°28°39°
CMYK 0.270.280.00   0.61
XYZ7.17796.785012.7357
Yxy6.78500.26880.2541
Hunter Lab26.04803.6041-10.7551
CIE-Lab31.31247.4113-16.2372

#484763 color RGB value is (72,71,99).

#484763 hex color red value is 72, green value is 71 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #484763 hue: 0.67 , saturation: 0.16 and the lightness value of 484763 is 0.33.

The process color (four color CMYK) of #484763 color hex is 0.27, 0.28, 0.00, 0.61. Web safe color of #484763 is #333366. Color #484763 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000111 01100011
Octal 110 107 143
Decimal 72 71 99
Hex 48 47 63

RGB Percentages of Color #484763

%29.75
%29.34
%40.91

CMYK Percentages of Color #484763

%27
%28
%0
%61

Triadic Colors of #484763

#484763 #634847 #476348

Analogous Colors of #484763

#484763 #564763 #475463

Monochromatic Colors of #484763

#484763

Complementary Color

#484763 #626347

#484763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484763 Color CSS Codes

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

#484763 Text Font Color

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

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


#484763 Background Color

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

This div background color is #484763


#484763 Border Color

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

This div border color is #484763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484763


Comments

No comments written yet.

Please login to write comment.