Color Hex Logo

#4870da Color Hex

#4870DA
(72,112,218)
0 Favorites   0 Comments

Color spaces of #4870da

RGB 72112218
HSL0.620.660.57
HSV224°67°85°
CMYK 0.670.490.00   0.15
XYZ21.121518.028068.6962
Yxy18.02800.19580.1672
Hunter Lab42.459414.4912-66.2053
CIE-Lab49.530120.3961-58.5527

#4870da color RGB value is (72,112,218).

#4870da hex color red value is 72, green value is 112 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4870da hue: 0.62 , saturation: 0.66 and the lightness value of 4870da is 0.57.

The process color (four color CMYK) of #4870da color hex is 0.67, 0.49, 0.00, 0.15. Web safe color of #4870da is #3366cc. Color #4870da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110000 11011010
Octal 110 160 332
Decimal 72 112 218
Hex 48 70 DA

RGB Percentages of Color #4870da

%17.91
%27.86
%54.23

CMYK Percentages of Color #4870da

%67
%49
%0
%15

Triadic Colors of #4870da

#4870da #da4870 #70da48

Analogous Colors of #4870da

#4870da #6948da #48b9da

Monochromatic Colors of #4870da

#4870da

Complementary Color

#4870da #dab248

#4870da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4870da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4870da Color CSS Codes

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

#4870da Text Font Color

<p style="color:#4870da">Text here</p>

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


#4870da Background Color

<div style="background-color:#4870da">
Div content here</div>

This div background color is #4870da


#4870da Border Color

<div style="border:3px solid #4870da">
Div here</div>

This div border color is #4870da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,112,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4870da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4870da;
  -webkit-box-shadow: 1px 1px 3px 2px #4870da;
  box-shadow:         1px 1px 3px 2px #4870da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4870da


Comments

No comments written yet.

Please login to write comment.