Color Hex Logo

#4b5bde Color Hex

#4B5BDE
(75,91,222)
0 Favorites   0 Comments

Color spaces of #4b5bde

RGB 7591222
HSL0.650.690.58
HSV233°66°87°
CMYK 0.660.590.00   0.13
XYZ19.827614.252070.8131
Yxy14.25200.18900.1359
Hunter Lab37.751827.6841-84.7871
CIE-Lab44.592235.3650-68.8105

#4b5bde color RGB value is (75,91,222).

#4b5bde hex color red value is 75, green value is 91 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4b5bde hue: 0.65 , saturation: 0.69 and the lightness value of 4b5bde is 0.58.

The process color (four color CMYK) of #4b5bde color hex is 0.66, 0.59, 0.00, 0.13. Web safe color of #4b5bde is #3366cc. Color #4b5bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01011011 11011110
Octal 113 133 336
Decimal 75 91 222
Hex 4B 5B DE

RGB Percentages of Color #4b5bde

%19.33
%23.45
%57.22

CMYK Percentages of Color #4b5bde

%66
%59
%0
%13

Triadic Colors of #4b5bde

#4b5bde #de4b5b #5bde4b

Analogous Colors of #4b5bde

#4b5bde #854bde #4ba5de

Monochromatic Colors of #4b5bde

#4b5bde

Complementary Color

#4b5bde #dece4b

#4b5bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b5bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b5bde Color CSS Codes

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

#4b5bde Text Font Color

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

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


#4b5bde Background Color

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

This div background color is #4b5bde


#4b5bde Border Color

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

This div border color is #4b5bde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,91,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b5bde


Comments

No comments written yet.

Please login to write comment.