Color Hex Logo

#4b63bf Color Hex

#4B63BF
(75,99,191)
0 Favorites   0 Comments

Color spaces of #4b63bf

RGB 7599191
HSL0.630.480.52
HSV228°61°75°
CMYK 0.610.480.00   0.25
XYZ16.767514.181151.1437
Yxy14.18110.20430.1727
Hunter Lab37.657813.5777-54.1623
CIE-Lab44.491519.6834-51.1721

#4b63bf color RGB value is (75,99,191).

#4b63bf hex color red value is 75, green value is 99 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4b63bf hue: 0.63 , saturation: 0.48 and the lightness value of 4b63bf is 0.52.

The process color (four color CMYK) of #4b63bf color hex is 0.61, 0.48, 0.00, 0.25. Web safe color of #4b63bf is #3366cc. Color #4b63bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01100011 10111111
Octal 113 143 277
Decimal 75 99 191
Hex 4B 63 BF

RGB Percentages of Color #4b63bf

%20.55
%27.12
%52.33

CMYK Percentages of Color #4b63bf

%61
%48
%0
%25

Triadic Colors of #4b63bf

#4b63bf #bf4b63 #63bf4b

Analogous Colors of #4b63bf

#4b63bf #6d4bbf #4b9dbf

Monochromatic Colors of #4b63bf

#4b63bf

Complementary Color

#4b63bf #bfa74b

#4b63bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b63bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b63bf Color CSS Codes

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

#4b63bf Text Font Color

<p style="color:#4b63bf">Text here</p>

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


#4b63bf Background Color

<div style="background-color:#4b63bf">
Div content here</div>

This div background color is #4b63bf


#4b63bf Border Color

<div style="border:3px solid #4b63bf">
Div here</div>

This div border color is #4b63bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,99,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4b63bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4b63bf;
  -webkit-box-shadow: 1px 1px 3px 2px #4b63bf;
  box-shadow:         1px 1px 3px 2px #4b63bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,99,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 #4b63bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b63bf


Comments

No comments written yet.

Please login to write comment.