Color Hex Logo

#4671da Color Hex

#4671DA
(70,113,218)
0 Favorites   0 Comments

Color spaces of #4671da

RGB 70113218
HSL0.620.670.56
HSV223°68°85°
CMYK 0.680.480.00   0.15
XYZ21.085818.174368.7263
Yxy18.17430.19530.1683
Hunter Lab42.631313.6827-65.7400
CIE-Lab49.706819.4633-58.2730

#4671da color RGB value is (70,113,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110001 11011010
Octal 106 161 332
Decimal 70 113 218
Hex 46 71 DA

RGB Percentages of Color #4671da

%17.46
%28.18
%54.36

CMYK Percentages of Color #4671da

%68
%48
%0
%15

Triadic Colors of #4671da

#4671da #da4671 #71da46

Analogous Colors of #4671da

#4671da #6546da #46bbda

Monochromatic Colors of #4671da

#4671da

Complementary Color

#4671da #daaf46

#4671da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4671da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4671da Color CSS Codes

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

#4671da Text Font Color

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

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


#4671da Background Color

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

This div background color is #4671da


#4671da Border Color

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

This div border color is #4671da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4671da


Comments

No comments written yet.

Please login to write comment.