Color Hex Logo

#4b4adb Color Hex

#4B4ADB
(75,74,219)
0 Favorites   0 Comments

Color spaces of #4b4adb

RGB 7574219
HSL0.670.670.57
HSV240°66°86°
CMYK 0.660.660.00   0.14
XYZ18.136611.507968.2832
Yxy11.50790.18520.1175
Hunter Lab33.923336.0667-95.5968
CIE-Lab40.423144.6535-73.9100

#4b4adb color RGB value is (75,74,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 01001010 11011011
Octal 113 112 333
Decimal 75 74 219
Hex 4B 4A DB

RGB Percentages of Color #4b4adb

%20.38
%20.11
%59.51

CMYK Percentages of Color #4b4adb

%66
%66
%0
%14

Triadic Colors of #4b4adb

#4b4adb #db4b4a #4adb4b

Analogous Colors of #4b4adb

#4b4adb #944adb #4a92db

Monochromatic Colors of #4b4adb

#4b4adb

Complementary Color

#4b4adb #dadb4a

#4b4adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b4adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b4adb Color CSS Codes

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

#4b4adb Text Font Color

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

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


#4b4adb Background Color

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

This div background color is #4b4adb


#4b4adb Border Color

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

This div border color is #4b4adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b4adb


Comments

No comments written yet.

Please login to write comment.