Color Hex Logo

#483969 Color Hex

#483969
(72,57,105)
0 Favorites   0 Comments

Color spaces of #483969

RGB 7257105
HSL0.720.300.32
HSV259°46°41°
CMYK 0.310.460.00   0.59
XYZ6.68545.323914.0399
Yxy5.32390.25660.2044
Hunter Lab23.073611.3403-19.9255
CIE-Lab27.638318.2991-25.8026

#483969 color RGB value is (72,57,105).

#483969 hex color red value is 72, green value is 57 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #483969 hue: 0.72 , saturation: 0.30 and the lightness value of 483969 is 0.32.

The process color (four color CMYK) of #483969 color hex is 0.31, 0.46, 0.00, 0.59. Web safe color of #483969 is #333366. Color #483969 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111001 01101001
Octal 110 71 151
Decimal 72 57 105
Hex 48 39 69

RGB Percentages of Color #483969

%30.77
%24.36
%44.87

CMYK Percentages of Color #483969

%31
%46
%0
%59

Triadic Colors of #483969

#483969 #694839 #396948

Analogous Colors of #483969

#483969 #603969 #394269

Monochromatic Colors of #483969

#483969

Complementary Color

#483969 #5a6939

#483969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483969 Color CSS Codes

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

#483969 Text Font Color

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

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


#483969 Background Color

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

This div background color is #483969


#483969 Border Color

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

This div border color is #483969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483969


Comments

No comments written yet.

Please login to write comment.