Color Hex Logo

#4b4fdd Color Hex

#4B4FDD
(75,79,221)
0 Favorites   0 Comments

Color spaces of #4b4fdd

RGB 7579221
HSL0.660.680.58
HSV238°66°87°
CMYK 0.660.640.00   0.13
XYZ18.748812.308369.7942
Yxy12.30830.18590.1220
Hunter Lab35.083233.9966-93.3928
CIE-Lab41.702042.3440-72.9585

#4b4fdd color RGB value is (75,79,221).

#4b4fdd hex color red value is 75, green value is 79 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4b4fdd hue: 0.66 , saturation: 0.68 and the lightness value of 4b4fdd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 01001111 11011101
Octal 113 117 335
Decimal 75 79 221
Hex 4B 4F DD

RGB Percentages of Color #4b4fdd

%20.00
%21.07
%58.93

CMYK Percentages of Color #4b4fdd

%66
%64
%0
%13

Triadic Colors of #4b4fdd

#4b4fdd #dd4b4f #4fdd4b

Analogous Colors of #4b4fdd

#4b4fdd #904bdd #4b98dd

Monochromatic Colors of #4b4fdd

#4b4fdd

Complementary Color

#4b4fdd #ddd94b

#4b4fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b4fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b4fdd Color CSS Codes

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

#4b4fdd Text Font Color

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

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


#4b4fdd Background Color

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

This div background color is #4b4fdd


#4b4fdd Border Color

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

This div border color is #4b4fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b4fdd


Comments

No comments written yet.

Please login to write comment.