Color Hex Logo

#4247bf Color Hex

#4247BF
(66,71,191)
0 Favorites   0 Comments

Color spaces of #4247bf

RGB 6671191
HSL0.660.490.50
HSV238°65°75°
CMYK 0.650.630.00   0.25
XYZ13.90409.426350.3769
Yxy9.42630.18860.1279
Hunter Lab30.702327.1075-75.7926
CIE-Lab36.792435.8998-63.6655

#4247bf color RGB value is (66,71,191).

#4247bf hex color red value is 66, green value is 71 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4247bf hue: 0.66 , saturation: 0.49 and the lightness value of 4247bf is 0.50.

The process color (four color CMYK) of #4247bf color hex is 0.65, 0.63, 0.00, 0.25. Web safe color of #4247bf is #3333cc. Color #4247bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000111 10111111
Octal 102 107 277
Decimal 66 71 191
Hex 42 47 BF

RGB Percentages of Color #4247bf

%20.12
%21.65
%58.23

CMYK Percentages of Color #4247bf

%65
%63
%0
%25

Triadic Colors of #4247bf

#4247bf #bf4247 #47bf42

Analogous Colors of #4247bf

#4247bf #7c42bf #4286bf

Monochromatic Colors of #4247bf

#4247bf

Complementary Color

#4247bf #bfba42

#4247bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4247bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4247bf Color CSS Codes

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

#4247bf Text Font Color

<p style="color:#4247bf">Text here</p>

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


#4247bf Background Color

<div style="background-color:#4247bf">
Div content here</div>

This div background color is #4247bf


#4247bf Border Color

<div style="border:3px solid #4247bf">
Div here</div>

This div border color is #4247bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,71,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4247bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4247bf;
  -webkit-box-shadow: 1px 1px 3px 2px #4247bf;
  box-shadow:         1px 1px 3px 2px #4247bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4247bf


Comments

No comments written yet.

Please login to write comment.