Color Hex Logo

#4876dc Color Hex

#4876DC
(72,118,220)
0 Favorites   0 Comments

Color spaces of #4876dc

RGB 72118220
HSL0.610.680.57
HSV221°67°86°
CMYK 0.670.460.00   0.14
XYZ22.069219.501970.3112
Yxy19.50190.19730.1743
Hunter Lab44.161011.9227-63.4864
CIE-Lab51.269317.3627-56.8878

#4876dc color RGB value is (72,118,220).

#4876dc hex color red value is 72, green value is 118 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4876dc hue: 0.61 , saturation: 0.68 and the lightness value of 4876dc is 0.57.

The process color (four color CMYK) of #4876dc color hex is 0.67, 0.46, 0.00, 0.14. Web safe color of #4876dc is #3366cc. Color #4876dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110110 11011100
Octal 110 166 334
Decimal 72 118 220
Hex 48 76 DC

RGB Percentages of Color #4876dc

%17.56
%28.78
%53.66

CMYK Percentages of Color #4876dc

%67
%46
%0
%14

Triadic Colors of #4876dc

#4876dc #dc4876 #76dc48

Analogous Colors of #4876dc

#4876dc #6448dc #48c0dc

Monochromatic Colors of #4876dc

#4876dc

Complementary Color

#4876dc #dcae48

#4876dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4876dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4876dc Color CSS Codes

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

#4876dc Text Font Color

<p style="color:#4876dc">Text here</p>

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


#4876dc Background Color

<div style="background-color:#4876dc">
Div content here</div>

This div background color is #4876dc


#4876dc Border Color

<div style="border:3px solid #4876dc">
Div here</div>

This div border color is #4876dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,118,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4876dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4876dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4876dc;
  box-shadow:         1px 1px 3px 2px #4876dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4876dc


Comments

No comments written yet.

Please login to write comment.