Color Hex Logo

#4873dc Color Hex

#4873DC
(72,115,220)
0 Favorites   0 Comments

Color spaces of #4873dc

RGB 72115220
HSL0.620.680.57
HSV223°67°86°
CMYK 0.670.480.00   0.14
XYZ21.721518.806570.1953
Yxy18.80650.19620.1699
Hunter Lab43.366513.5162-65.6135
CIE-Lab50.460019.2284-58.1881

#4873dc color RGB value is (72,115,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110011 11011100
Octal 110 163 334
Decimal 72 115 220
Hex 48 73 DC

RGB Percentages of Color #4873dc

%17.69
%28.26
%54.05

CMYK Percentages of Color #4873dc

%67
%48
%0
%14

Triadic Colors of #4873dc

#4873dc #dc4873 #73dc48

Analogous Colors of #4873dc

#4873dc #6748dc #48bddc

Monochromatic Colors of #4873dc

#4873dc

Complementary Color

#4873dc #dcb148

#4873dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4873dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4873dc Color CSS Codes

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

#4873dc Text Font Color

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

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


#4873dc Background Color

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

This div background color is #4873dc


#4873dc Border Color

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

This div border color is #4873dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4873dc


Comments

No comments written yet.

Please login to write comment.