Color Hex Logo

#4b63be Color Hex

#4B63BE
(75,99,190)
0 Favorites   0 Comments

Color spaces of #4b63be

RGB 7599190
HSL0.630.470.52
HSV227°61°75°
CMYK 0.610.480.00   0.25
XYZ16.657814.137250.5660
Yxy14.13720.20470.1738
Hunter Lab37.599513.2823-53.4171
CIE-Lab44.429119.3398-50.6923

#4b63be color RGB value is (75,99,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 01100011 10111110
Octal 113 143 276
Decimal 75 99 190
Hex 4B 63 BE

RGB Percentages of Color #4b63be

%20.60
%27.20
%52.20

CMYK Percentages of Color #4b63be

%61
%48
%0
%25

Triadic Colors of #4b63be

#4b63be #be4b63 #63be4b

Analogous Colors of #4b63be

#4b63be #6d4bbe #4b9dbe

Monochromatic Colors of #4b63be

#4b63be

Complementary Color

#4b63be #bea64b

#4b63be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b63be Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b63be Color CSS Codes

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

#4b63be Text Font Color

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

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


#4b63be Background Color

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

This div background color is #4b63be


#4b63be Border Color

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

This div border color is #4b63be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b63be


Comments

No comments written yet.

Please login to write comment.