Color Hex Logo

#4878ad Color Hex

#4878AD
(72,120,173)
0 Favorites   0 Comments

Color spaces of #4878ad

RGB 72120173
HSL0.590.410.48
HSV211°58°68°
CMYK 0.580.310.00   0.32
XYZ16.931817.827842.0839
Yxy17.82780.22030.2320
Hunter Lab42.2230-2.3101-29.5386
CIE-Lab49.2866-0.0719-33.1221

#4878ad color RGB value is (72,120,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111000 10101101
Octal 110 170 255
Decimal 72 120 173
Hex 48 78 AD

RGB Percentages of Color #4878ad

%19.73
%32.88
%47.40

CMYK Percentages of Color #4878ad

%58
%31
%0
%32

Triadic Colors of #4878ad

#4878ad #ad4878 #78ad48

Analogous Colors of #4878ad

#4878ad #4b48ad #48abad

Monochromatic Colors of #4878ad

#4878ad

Complementary Color

#4878ad #ad7d48

#4878ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4878ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4878ad Color CSS Codes

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

#4878ad Text Font Color

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

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


#4878ad Background Color

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

This div background color is #4878ad


#4878ad Border Color

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

This div border color is #4878ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4878ad


Comments

No comments written yet.

Please login to write comment.