Color Hex Logo

#4266cc Color Hex

#4266CC
(66,102,204)
0 Favorites   0 Comments

Color spaces of #4266cc

RGB 66102204
HSL0.620.580.53
HSV224°68°80°
CMYK 0.680.500.00   0.20
XYZ17.897215.020659.0827
Yxy15.02060.19450.1633
Hunter Lab38.756414.6052-63.2559
CIE-Lab45.662420.7980-56.8141

#4266cc color RGB value is (66,102,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100110 11001100
Octal 102 146 314
Decimal 66 102 204
Hex 42 66 CC

RGB Percentages of Color #4266cc

%17.74
%27.42
%54.84

CMYK Percentages of Color #4266cc

%68
%50
%0
%20

Triadic Colors of #4266cc

#4266cc #cc4266 #66cc42

Analogous Colors of #4266cc

#4266cc #6342cc #42abcc

Monochromatic Colors of #4266cc

#4266cc

Complementary Color

#4266cc #cca842

#4266cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4266cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4266cc Color CSS Codes

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

#4266cc Text Font Color

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

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


#4266cc Background Color

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

This div background color is #4266cc


#4266cc Border Color

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

This div border color is #4266cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,102,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 #4266cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4266cc


Comments

No comments written yet.

Please login to write comment.