Color Hex Logo

#4264cb Color Hex

#4264CB
(66,100,203)
0 Favorites   0 Comments

Color spaces of #4264cb

RGB 66100203
HSL0.630.570.53
HSV225°67°80°
CMYK 0.670.510.00   0.20
XYZ17.583414.584458.3882
Yxy14.58440.19420.1611
Hunter Lab38.189515.3541-63.9162
CIE-Lab45.059621.7113-57.2117

#4264cb color RGB value is (66,100,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100100 11001011
Octal 102 144 313
Decimal 66 100 203
Hex 42 64 CB

RGB Percentages of Color #4264cb

%17.89
%27.10
%55.01

CMYK Percentages of Color #4264cb

%67
%51
%0
%20

Triadic Colors of #4264cb

#4264cb #cb4264 #64cb42

Analogous Colors of #4264cb

#4264cb #6542cb #42a9cb

Monochromatic Colors of #4264cb

#4264cb

Complementary Color

#4264cb #cba942

#4264cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4264cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4264cb Color CSS Codes

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

#4264cb Text Font Color

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

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


#4264cb Background Color

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

This div background color is #4264cb


#4264cb Border Color

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

This div border color is #4264cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4264cb


Comments

No comments written yet.

Please login to write comment.