Color Hex Logo

#481669 Color Hex

#481669
(72,22,105)
0 Favorites   0 Comments

Color spaces of #481669

RGB 7222105
HSL0.770.650.25
HSV276°79°41°
CMYK 0.310.790.00   0.59
XYZ5.50922.971513.6478
Yxy2.97150.24900.1343
Hunter Lab17.238026.8812-34.8748
CIE-Lab19.929438.6345-38.1443

#481669 color RGB value is (72,22,105).

#481669 hex color red value is 72, green value is 22 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #481669 hue: 0.77 , saturation: 0.65 and the lightness value of 481669 is 0.25.

The process color (four color CMYK) of #481669 color hex is 0.31, 0.79, 0.00, 0.59. Web safe color of #481669 is #330066. Color #481669 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010110 01101001
Octal 110 26 151
Decimal 72 22 105
Hex 48 16 69

RGB Percentages of Color #481669

%36.18
%11.06
%52.76

CMYK Percentages of Color #481669

%31
%79
%0
%59

Triadic Colors of #481669

#481669 #694816 #166948

Analogous Colors of #481669

#481669 #691661 #1f1669

Monochromatic Colors of #481669

#481669

Complementary Color

#481669 #376916

#481669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481669 Color CSS Codes

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

#481669 Text Font Color

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

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


#481669 Background Color

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

This div background color is #481669


#481669 Border Color

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

This div border color is #481669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481669


Comments

No comments written yet.

Please login to write comment.