Color Hex Logo

#4070c3 Color Hex

#4070C3
(64,112,195)
0 Favorites   0 Comments

Color spaces of #4070c3

RGB 64112195
HSL0.610.520.51
HSV218°67°76°
CMYK 0.670.430.00   0.24
XYZ17.758816.618553.9015
Yxy16.61850.20120.1883
Hunter Lab40.76586.4198-49.8586
CIE-Lab47.775710.9483-48.2554

#4070c3 color RGB value is (64,112,195).

#4070c3 hex color red value is 64, green value is 112 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #4070c3 hue: 0.61 , saturation: 0.52 and the lightness value of 4070c3 is 0.51.

The process color (four color CMYK) of #4070c3 color hex is 0.67, 0.43, 0.00, 0.24. Web safe color of #4070c3 is #3366cc. Color #4070c3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110000 11000011
Octal 100 160 303
Decimal 64 112 195
Hex 40 70 C3

RGB Percentages of Color #4070c3

%17.25
%30.19
%52.56

CMYK Percentages of Color #4070c3

%67
%43
%0
%24

Triadic Colors of #4070c3

#4070c3 #c34070 #70c340

Analogous Colors of #4070c3

#4070c3 #5240c3 #40b2c3

Monochromatic Colors of #4070c3

#4070c3

Complementary Color

#4070c3 #c39340

#4070c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4070c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4070c3 Color CSS Codes

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

#4070c3 Text Font Color

<p style="color:#4070c3">Text here</p>

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


#4070c3 Background Color

<div style="background-color:#4070c3">
Div content here</div>

This div background color is #4070c3


#4070c3 Border Color

<div style="border:3px solid #4070c3">
Div here</div>

This div border color is #4070c3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,112,195, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4070c3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4070c3;
  -webkit-box-shadow: 1px 1px 3px 2px #4070c3;
  box-shadow:         1px 1px 3px 2px #4070c3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4070c3


Comments

No comments written yet.

Please login to write comment.