Color Hex Logo

#484469 Color Hex

#484469
(72,68,105)
0 Favorites   0 Comments

Color spaces of #484469

RGB 7268105
HSL0.680.210.34
HSV246°35°41°
CMYK 0.310.350.00   0.59
XYZ7.28946.531914.2412
Yxy6.53190.25980.2328
Hunter Lab25.55766.1851-15.1473
CIE-Lab30.716611.0680-20.9758

#484469 color RGB value is (72,68,105).

#484469 hex color red value is 72, green value is 68 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #484469 hue: 0.68 , saturation: 0.21 and the lightness value of 484469 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000100 01101001
Octal 110 104 151
Decimal 72 68 105
Hex 48 44 69

RGB Percentages of Color #484469

%29.39
%27.76
%42.86

CMYK Percentages of Color #484469

%31
%35
%0
%59

Triadic Colors of #484469

#484469 #694844 #446948

Analogous Colors of #484469

#484469 #5b4469 #445369

Monochromatic Colors of #484469

#484469

Complementary Color

#484469 #656944

#484469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484469 Color CSS Codes

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

#484469 Text Font Color

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

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


#484469 Background Color

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

This div background color is #484469


#484469 Border Color

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

This div border color is #484469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484469


Comments

No comments written yet.

Please login to write comment.