Color Hex Logo

#485370 Color Hex

#485370
(72,83,112)
0 Favorites   0 Comments

Color spaces of #485370

RGB 7283112
HSL0.620.220.36
HSV224°36°44°
CMYK 0.360.260.00   0.56
XYZ8.69048.734116.5570
Yxy8.73410.25570.2570
Hunter Lab29.55350.7704-12.5291
CIE-Lab35.46723.4115-18.0141

#485370 color RGB value is (72,83,112).

#485370 hex color red value is 72, green value is 83 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #485370 hue: 0.62 , saturation: 0.22 and the lightness value of 485370 is 0.36.

The process color (four color CMYK) of #485370 color hex is 0.36, 0.26, 0.00, 0.56. Web safe color of #485370 is #336666. Color #485370 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010011 01110000
Octal 110 123 160
Decimal 72 83 112
Hex 48 53 70

RGB Percentages of Color #485370

%26.97
%31.09
%41.95

CMYK Percentages of Color #485370

%36
%26
%0
%56

Triadic Colors of #485370

#485370 #704853 #537048

Analogous Colors of #485370

#485370 #514870 #486770

Monochromatic Colors of #485370

#485370

Complementary Color

#485370 #706548

#485370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#485370 Color CSS Codes

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

#485370 Text Font Color

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

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


#485370 Background Color

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

This div background color is #485370


#485370 Border Color

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

This div border color is #485370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485370


Comments

No comments written yet.

Please login to write comment.