Color Hex Logo

#4b4bda Color Hex

#4B4BDA
(75,75,218)
0 Favorites   0 Comments

Color spaces of #4b4bda

RGB 7575218
HSL0.670.660.57
HSV240°66°85°
CMYK 0.660.660.00   0.15
XYZ18.072611.590067.6142
Yxy11.59000.18580.1191
Hunter Lab34.044135.1811-93.9237
CIE-Lab40.556943.7375-73.1183

#4b4bda color RGB value is (75,75,218).

#4b4bda hex color red value is 75, green value is 75 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4b4bda hue: 0.67 , saturation: 0.66 and the lightness value of 4b4bda is 0.57.

The process color (four color CMYK) of #4b4bda color hex is 0.66, 0.66, 0.00, 0.15. Web safe color of #4b4bda is #3333cc. Color #4b4bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01001011 11011010
Octal 113 113 332
Decimal 75 75 218
Hex 4B 4B DA

RGB Percentages of Color #4b4bda

%20.38
%20.38
%59.24

CMYK Percentages of Color #4b4bda

%66
%66
%0
%15

Triadic Colors of #4b4bda

#4b4bda #da4b4b #4bda4b

Analogous Colors of #4b4bda

#4b4bda #934bda #4b93da

Monochromatic Colors of #4b4bda

#4b4bda

Complementary Color

#4b4bda #dada4b

#4b4bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b4bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b4bda Color CSS Codes

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

#4b4bda Text Font Color

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

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


#4b4bda Background Color

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

This div background color is #4b4bda


#4b4bda Border Color

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

This div border color is #4b4bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b4bda


Comments

No comments written yet.

Please login to write comment.