Color Hex Logo

#483861 Color Hex

#483861
(72,56,97)
0 Favorites   0 Comments

Color spaces of #483861

RGB 725697
HSL0.730.270.30
HSV263°42°38°
CMYK 0.260.420.00   0.62
XYZ6.24435.069111.9586
Yxy5.06910.26830.2178
Hunter Lab22.514710.1052-15.7315
CIE-Lab26.930716.7060-21.7605

#483861 color RGB value is (72,56,97).

#483861 hex color red value is 72, green value is 56 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #483861 hue: 0.73 , saturation: 0.27 and the lightness value of 483861 is 0.30.

The process color (four color CMYK) of #483861 color hex is 0.26, 0.42, 0.00, 0.62. Web safe color of #483861 is #333366. Color #483861 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111000 01100001
Octal 110 70 141
Decimal 72 56 97
Hex 48 38 61

RGB Percentages of Color #483861

%32.00
%24.89
%43.11

CMYK Percentages of Color #483861

%26
%42
%0
%62

Triadic Colors of #483861

#483861 #614838 #386148

Analogous Colors of #483861

#483861 #5d3861 #383d61

Monochromatic Colors of #483861

#483861

Complementary Color

#483861 #516138

#483861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483861 Color CSS Codes

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

#483861 Text Font Color

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

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


#483861 Background Color

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

This div background color is #483861


#483861 Border Color

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

This div border color is #483861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483861


Comments

No comments written yet.

Please login to write comment.