Color Hex Logo

#484969 Color Hex

#484969
(72,73,105)
0 Favorites   0 Comments

Color spaces of #484969

RGB 7273105
HSL0.660.190.35
HSV238°31°41°
CMYK 0.310.300.00   0.59
XYZ7.60487.162714.3463
Yxy7.16270.26120.2460
Hunter Lab26.76323.8853-13.0479
CIE-Lab32.17457.8047-18.7114

#484969 color RGB value is (72,73,105).

#484969 hex color red value is 72, green value is 73 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #484969 hue: 0.66 , saturation: 0.19 and the lightness value of 484969 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001001 01101001
Octal 110 111 151
Decimal 72 73 105
Hex 48 49 69

RGB Percentages of Color #484969

%28.80
%29.20
%42.00

CMYK Percentages of Color #484969

%31
%30
%0
%59

Triadic Colors of #484969

#484969 #694849 #496948

Analogous Colors of #484969

#484969 #584869 #485a69

Monochromatic Colors of #484969

#484969

Complementary Color

#484969 #696848

#484969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484969 Color CSS Codes

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

#484969 Text Font Color

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

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


#484969 Background Color

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

This div background color is #484969


#484969 Border Color

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

This div border color is #484969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484969


Comments

No comments written yet.

Please login to write comment.