Color Hex Logo

#4267be Color Hex

#4267BE
(66,103,190)
0 Favorites   0 Comments

Color spaces of #4267be

RGB 66103190
HSL0.620.490.50
HSV222°65°75°
CMYK 0.650.460.00   0.25
XYZ16.391314.576550.6648
Yxy14.57650.20080.1786
Hunter Lab38.17929.8210-51.9540
CIE-Lab45.048615.1692-49.7249

#4267be color RGB value is (66,103,190).

#4267be hex color red value is 66, green value is 103 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4267be hue: 0.62 , saturation: 0.49 and the lightness value of 4267be is 0.50.

The process color (four color CMYK) of #4267be color hex is 0.65, 0.46, 0.00, 0.25. Web safe color of #4267be is #3366cc. Color #4267be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100111 10111110
Octal 102 147 276
Decimal 66 103 190
Hex 42 67 BE

RGB Percentages of Color #4267be

%18.38
%28.69
%52.92

CMYK Percentages of Color #4267be

%65
%46
%0
%25

Triadic Colors of #4267be

#4267be #be4267 #67be42

Analogous Colors of #4267be

#4267be #5b42be #42a5be

Monochromatic Colors of #4267be

#4267be

Complementary Color

#4267be #be9942

#4267be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4267be Color Preview on White Background

Lorem ipsum dolor sit amet.

#4267be Color CSS Codes

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

#4267be Text Font Color

<p style="color:#4267be">Text here</p>

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


#4267be Background Color

<div style="background-color:#4267be">
Div content here</div>

This div background color is #4267be


#4267be Border Color

<div style="border:3px solid #4267be">
Div here</div>

This div border color is #4267be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,103,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4267be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4267be;
  -webkit-box-shadow: 1px 1px 3px 2px #4267be;
  box-shadow:         1px 1px 3px 2px #4267be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4267be


Comments

No comments written yet.

Please login to write comment.