Color Hex Logo

#4878cc Color Hex

#4878CC
(72,120,204)
0 Favorites   0 Comments

Color spaces of #4878cc

RGB 72120204
HSL0.610.560.54
HSV218°65°80°
CMYK 0.650.410.00   0.20
XYZ20.288019.170359.7577
Yxy19.17030.20450.1932
Hunter Lab43.78396.0891-50.2722
CIE-Lab50.885910.5147-48.4270

#4878cc color RGB value is (72,120,204).

#4878cc hex color red value is 72, green value is 120 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4878cc hue: 0.61 , saturation: 0.56 and the lightness value of 4878cc is 0.54.

The process color (four color CMYK) of #4878cc color hex is 0.65, 0.41, 0.00, 0.20. Web safe color of #4878cc is #3366cc. Color #4878cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111000 11001100
Octal 110 170 314
Decimal 72 120 204
Hex 48 78 CC

RGB Percentages of Color #4878cc

%18.18
%30.30
%51.52

CMYK Percentages of Color #4878cc

%65
%41
%0
%20

Triadic Colors of #4878cc

#4878cc #cc4878 #78cc48

Analogous Colors of #4878cc

#4878cc #5a48cc #48bacc

Monochromatic Colors of #4878cc

#4878cc

Complementary Color

#4878cc #cc9c48

#4878cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4878cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4878cc Color CSS Codes

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

#4878cc Text Font Color

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

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


#4878cc Background Color

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

This div background color is #4878cc


#4878cc Border Color

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

This div border color is #4878cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4878cc


Comments

No comments written yet.

Please login to write comment.