Color Hex Logo

#4670fa Color Hex

#4670FA
(70,112,250)
0 Favorites   0 Comments

Color spaces of #4670fa

RGB 70112250
HSL0.630.950.63
HSV226°72°98°
CMYK 0.720.550.00   0.02
XYZ25.575319.792692.9149
Yxy19.79260.18490.1431
Hunter Lab44.488924.7587-92.6848
CIE-Lab51.601931.4104-73.1469

#4670fa color RGB value is (70,112,250).

#4670fa hex color red value is 70, green value is 112 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4670fa hue: 0.63 , saturation: 0.95 and the lightness value of 4670fa is 0.63.

The process color (four color CMYK) of #4670fa color hex is 0.72, 0.55, 0.00, 0.02. Web safe color of #4670fa is #3366ff. Color #4670fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110000 11111010
Octal 106 160 372
Decimal 70 112 250
Hex 46 70 FA

RGB Percentages of Color #4670fa

%16.20
%25.93
%57.87

CMYK Percentages of Color #4670fa

%72
%55
%0
%2

Triadic Colors of #4670fa

#4670fa #fa4670 #70fa46

Analogous Colors of #4670fa

#4670fa #7646fa #46cafa

Monochromatic Colors of #4670fa

#4670fa

Complementary Color

#4670fa #fad046

#4670fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4670fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4670fa Color CSS Codes

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

#4670fa Text Font Color

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

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


#4670fa Background Color

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

This div background color is #4670fa


#4670fa Border Color

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

This div border color is #4670fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4670fa


Comments

No comments written yet.

Please login to write comment.