Color Hex Logo

#4670da Color Hex

#4670DA
(70,112,218)
0 Favorites   0 Comments

Color spaces of #4670da

RGB 70112218
HSL0.620.670.56
HSV223°68°85°
CMYK 0.680.490.00   0.15
XYZ20.974817.952468.6893
Yxy17.95240.19490.1668
Hunter Lab42.370314.2159-66.4598
CIE-Lab49.438320.0886-58.7051

#4670da color RGB value is (70,112,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110000 11011010
Octal 106 160 332
Decimal 70 112 218
Hex 46 70 DA

RGB Percentages of Color #4670da

%17.50
%28.00
%54.50

CMYK Percentages of Color #4670da

%68
%49
%0
%15

Triadic Colors of #4670da

#4670da #da4670 #70da46

Analogous Colors of #4670da

#4670da #6646da #46bada

Monochromatic Colors of #4670da

#4670da

Complementary Color

#4670da #dab046

#4670da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4670da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4670da Color CSS Codes

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

#4670da Text Font Color

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

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


#4670da Background Color

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

This div background color is #4670da


#4670da Border Color

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

This div border color is #4670da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,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 #4670da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4670da


Comments

No comments written yet.

Please login to write comment.