Color Hex Logo

#4873a5 Color Hex

#4873A5
(72,115,165)
0 Favorites   0 Comments

Color spaces of #4873a5

RGB 72115165
HSL0.590.390.46
HSV212°56°65°
CMYK 0.560.300.00   0.35
XYZ15.594816.355837.9324
Yxy16.35580.22320.2340
Hunter Lab40.4423-1.9433-27.3008
CIE-Lab47.43790.2876-31.3522

#4873a5 color RGB value is (72,115,165).

#4873a5 hex color red value is 72, green value is 115 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #4873a5 hue: 0.59 , saturation: 0.39 and the lightness value of 4873a5 is 0.46.

The process color (four color CMYK) of #4873a5 color hex is 0.56, 0.30, 0.00, 0.35. Web safe color of #4873a5 is #336699. Color #4873a5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110011 10100101
Octal 110 163 245
Decimal 72 115 165
Hex 48 73 A5

RGB Percentages of Color #4873a5

%20.45
%32.67
%46.88

CMYK Percentages of Color #4873a5

%56
%30
%0
%35

Triadic Colors of #4873a5

#4873a5 #a54873 #73a548

Analogous Colors of #4873a5

#4873a5 #4c48a5 #48a2a5

Monochromatic Colors of #4873a5

#4873a5

Complementary Color

#4873a5 #a57a48

#4873a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4873a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4873a5 Color CSS Codes

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

#4873a5 Text Font Color

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

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


#4873a5 Background Color

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

This div background color is #4873a5


#4873a5 Border Color

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

This div border color is #4873a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4873a5


Comments

No comments written yet.

Please login to write comment.