Color Hex Logo

#485979 Color Hex

#485979
(72,89,121)
0 Favorites   0 Comments

Color spaces of #485979

RGB 7289121
HSL0.610.250.38
HSV219°40°47°
CMYK 0.400.260.00   0.53
XYZ9.69619.903019.4896
Yxy9.90300.24810.2533
Hunter Lab31.4690-0.0722-14.6915
CIE-Lab37.66782.3003-20.1833

#485979 color RGB value is (72,89,121).

#485979 hex color red value is 72, green value is 89 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #485979 hue: 0.61 , saturation: 0.25 and the lightness value of 485979 is 0.38.

The process color (four color CMYK) of #485979 color hex is 0.40, 0.26, 0.00, 0.53. Web safe color of #485979 is #336666. Color #485979 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011001 01111001
Octal 110 131 171
Decimal 72 89 121
Hex 48 59 79

RGB Percentages of Color #485979

%25.53
%31.56
%42.91

CMYK Percentages of Color #485979

%40
%26
%0
%53

Triadic Colors of #485979

#485979 #794859 #597948

Analogous Colors of #485979

#485979 #504879 #487279

Monochromatic Colors of #485979

#485979

Complementary Color

#485979 #796848

#485979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#485979 Color CSS Codes

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

#485979 Text Font Color

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

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


#485979 Background Color

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

This div background color is #485979


#485979 Border Color

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

This div border color is #485979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485979


Comments

No comments written yet.

Please login to write comment.