Color Hex Logo

#4270cc Color Hex

#4270CC
(66,112,204)
0 Favorites   0 Comments

Color spaces of #4270cc

RGB 66112204
HSL0.610.580.53
HSV220°68°80°
CMYK 0.680.450.00   0.20
XYZ18.940017.106259.4303
Yxy17.10620.19840.1792
Hunter Lab41.35969.3619-56.2430
CIE-Lab48.393614.4870-52.4245

#4270cc color RGB value is (66,112,204).

#4270cc hex color red value is 66, green value is 112 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4270cc hue: 0.61 , saturation: 0.58 and the lightness value of 4270cc is 0.53.

The process color (four color CMYK) of #4270cc color hex is 0.68, 0.45, 0.00, 0.20. Web safe color of #4270cc is #3366cc. Color #4270cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110000 11001100
Octal 102 160 314
Decimal 66 112 204
Hex 42 70 CC

RGB Percentages of Color #4270cc

%17.28
%29.32
%53.40

CMYK Percentages of Color #4270cc

%68
%45
%0
%20

Triadic Colors of #4270cc

#4270cc #cc4270 #70cc42

Analogous Colors of #4270cc

#4270cc #5942cc #42b5cc

Monochromatic Colors of #4270cc

#4270cc

Complementary Color

#4270cc #cc9e42

#4270cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4270cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4270cc Color CSS Codes

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

#4270cc Text Font Color

<p style="color:#4270cc">Text here</p>

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


#4270cc Background Color

<div style="background-color:#4270cc">
Div content here</div>

This div background color is #4270cc


#4270cc Border Color

<div style="border:3px solid #4270cc">
Div here</div>

This div border color is #4270cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,112,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4270cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4270cc;
  -webkit-box-shadow: 1px 1px 3px 2px #4270cc;
  box-shadow:         1px 1px 3px 2px #4270cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4270cc


Comments

No comments written yet.

Please login to write comment.