Color Hex Logo

#4873ae Color Hex

#4873AE
(72,115,174)
0 Favorites   0 Comments

Color spaces of #4873ae

RGB 72115174
HSL0.600.410.48
HSV215°59°68°
CMYK 0.590.340.00   0.32
XYZ16.443216.695242.4002
Yxy16.69520.21770.2210
Hunter Lab40.85980.3292-32.9234
CIE-Lab47.87373.2856-35.9222

#4873ae color RGB value is (72,115,174).

#4873ae hex color red value is 72, green value is 115 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4873ae hue: 0.60 , saturation: 0.41 and the lightness value of 4873ae is 0.48.

The process color (four color CMYK) of #4873ae color hex is 0.59, 0.34, 0.00, 0.32. Web safe color of #4873ae is #336699. Color #4873ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110011 10101110
Octal 110 163 256
Decimal 72 115 174
Hex 48 73 AE

RGB Percentages of Color #4873ae

%19.94
%31.86
%48.20

CMYK Percentages of Color #4873ae

%59
%34
%0
%32

Triadic Colors of #4873ae

#4873ae #ae4873 #73ae48

Analogous Colors of #4873ae

#4873ae #5048ae #48a6ae

Monochromatic Colors of #4873ae

#4873ae

Complementary Color

#4873ae #ae8348

#4873ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4873ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4873ae Color CSS Codes

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

#4873ae Text Font Color

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

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


#4873ae Background Color

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

This div background color is #4873ae


#4873ae Border Color

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

This div border color is #4873ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4873ae


Comments

No comments written yet.

Please login to write comment.