Color Hex Logo

#485073 Color Hex

#485073
(72,80,115)
0 Favorites   0 Comments

Color spaces of #485073

RGB 7280115
HSL0.640.230.37
HSV229°37°45°
CMYK 0.370.300.00   0.55
XYZ8.63578.352817.3768
Yxy8.35280.25130.2431
Hunter Lab28.90122.7588-15.4172
CIE-Lab34.70716.2143-21.0582

#485073 color RGB value is (72,80,115).

#485073 hex color red value is 72, green value is 80 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #485073 hue: 0.64 , saturation: 0.23 and the lightness value of 485073 is 0.37.

The process color (four color CMYK) of #485073 color hex is 0.37, 0.30, 0.00, 0.55. Web safe color of #485073 is #336666. Color #485073 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010000 01110011
Octal 110 120 163
Decimal 72 80 115
Hex 48 50 73

RGB Percentages of Color #485073

%26.97
%29.96
%43.07

CMYK Percentages of Color #485073

%37
%30
%0
%55

Triadic Colors of #485073

#485073 #734850 #507348

Analogous Colors of #485073

#485073 #564873 #486673

Monochromatic Colors of #485073

#485073

Complementary Color

#485073 #736b48

#485073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#485073 Color CSS Codes

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

#485073 Text Font Color

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

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


#485073 Background Color

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

This div background color is #485073


#485073 Border Color

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

This div border color is #485073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485073


Comments

No comments written yet.

Please login to write comment.