Color Hex Logo

#4266cb Color Hex

#4266CB
(66,102,203)
0 Favorites   0 Comments

Color spaces of #4266cb

RGB 66102203
HSL0.620.570.53
HSV224°67°80°
CMYK 0.670.500.00   0.20
XYZ17.777614.972858.4530
Yxy14.97280.19490.1642
Hunter Lab38.694714.2930-62.4784
CIE-Lab45.596920.4404-56.3454

#4266cb color RGB value is (66,102,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100110 11001011
Octal 102 146 313
Decimal 66 102 203
Hex 42 66 CB

RGB Percentages of Color #4266cb

%17.79
%27.49
%54.72

CMYK Percentages of Color #4266cb

%67
%50
%0
%20

Triadic Colors of #4266cb

#4266cb #cb4266 #66cb42

Analogous Colors of #4266cb

#4266cb #6342cb #42abcb

Monochromatic Colors of #4266cb

#4266cb

Complementary Color

#4266cb #cba742

#4266cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4266cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4266cb Color CSS Codes

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

#4266cb Text Font Color

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

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


#4266cb Background Color

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

This div background color is #4266cb


#4266cb Border Color

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

This div border color is #4266cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4266cb


Comments

No comments written yet.

Please login to write comment.