Color Hex Logo

#4878aa Color Hex

#4878AA
(72,120,170)
0 Favorites   0 Comments

Color spaces of #4878aa

RGB 72120170
HSL0.590.400.47
HSV211°58°67°
CMYK 0.580.290.00   0.33
XYZ16.644717.712940.5719
Yxy17.71290.22210.2364
Hunter Lab42.0867-3.0575-27.6953
CIE-Lab49.1460-1.0653-31.5984

#4878aa color RGB value is (72,120,170).

#4878aa hex color red value is 72, green value is 120 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4878aa hue: 0.59 , saturation: 0.40 and the lightness value of 4878aa is 0.47.

The process color (four color CMYK) of #4878aa color hex is 0.58, 0.29, 0.00, 0.33. Web safe color of #4878aa is #336699. Color #4878aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111000 10101010
Octal 110 170 252
Decimal 72 120 170
Hex 48 78 AA

RGB Percentages of Color #4878aa

%19.89
%33.15
%46.96

CMYK Percentages of Color #4878aa

%58
%29
%0
%33

Triadic Colors of #4878aa

#4878aa #aa4878 #78aa48

Analogous Colors of #4878aa

#4878aa #4948aa #48a9aa

Monochromatic Colors of #4878aa

#4878aa

Complementary Color

#4878aa #aa7a48

#4878aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4878aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4878aa Color CSS Codes

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

#4878aa Text Font Color

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

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


#4878aa Background Color

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

This div background color is #4878aa


#4878aa Border Color

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

This div border color is #4878aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,120,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4878aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4878aa;
  -webkit-box-shadow: 1px 1px 3px 2px #4878aa;
  box-shadow:         1px 1px 3px 2px #4878aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4878aa


Comments

No comments written yet.

Please login to write comment.