Color Hex Logo

#4878ae Color Hex

#4878AE
(72,120,174)
0 Favorites   0 Comments

Color spaces of #4878ae

RGB 72120174
HSL0.590.410.48
HSV212°59°68°
CMYK 0.590.310.00   0.32
XYZ17.028917.866742.5955
Yxy17.86670.21980.2306
Hunter Lab42.2690-2.0586-30.1596
CIE-Lab49.33400.2603-33.6282

#4878ae color RGB value is (72,120,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111000 10101110
Octal 110 170 256
Decimal 72 120 174
Hex 48 78 AE

RGB Percentages of Color #4878ae

%19.67
%32.79
%47.54

CMYK Percentages of Color #4878ae

%59
%31
%0
%32

Triadic Colors of #4878ae

#4878ae #ae4878 #78ae48

Analogous Colors of #4878ae

#4878ae #4b48ae #48abae

Monochromatic Colors of #4878ae

#4878ae

Complementary Color

#4878ae #ae7e48

#4878ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4878ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4878ae Color CSS Codes

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

#4878ae Text Font Color

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

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


#4878ae Background Color

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

This div background color is #4878ae


#4878ae Border Color

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

This div border color is #4878ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,120,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 #4878ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4878ae


Comments

No comments written yet.

Please login to write comment.