Color Hex Logo

#424bbe Color Hex

#424BBE
(66,75,190)
0 Favorites   0 Comments

Color spaces of #424bbe

RGB 6675190
HSL0.650.490.50
HSV236°65°75°
CMYK 0.650.610.00   0.25
XYZ14.05719.908149.8868
Yxy9.90810.19030.1342
Hunter Lab31.477124.6298-71.9323
CIE-Lab37.677033.0505-61.6372

#424bbe color RGB value is (66,75,190).

#424bbe hex color red value is 66, green value is 75 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #424bbe hue: 0.65 , saturation: 0.49 and the lightness value of 424bbe is 0.50.

The process color (four color CMYK) of #424bbe color hex is 0.65, 0.61, 0.00, 0.25. Web safe color of #424bbe is #3333cc. Color #424bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001011 10111110
Octal 102 113 276
Decimal 66 75 190
Hex 42 4B BE

RGB Percentages of Color #424bbe

%19.94
%22.66
%57.40

CMYK Percentages of Color #424bbe

%65
%61
%0
%25

Triadic Colors of #424bbe

#424bbe #be424b #4bbe42

Analogous Colors of #424bbe

#424bbe #7742be #4289be

Monochromatic Colors of #424bbe

#424bbe

Complementary Color

#424bbe #beb542

#424bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#424bbe Color CSS Codes

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

#424bbe Text Font Color

<p style="color:#424bbe">Text here</p>

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


#424bbe Background Color

<div style="background-color:#424bbe">
Div content here</div>

This div background color is #424bbe


#424bbe Border Color

<div style="border:3px solid #424bbe">
Div here</div>

This div border color is #424bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424bbe


Comments

No comments written yet.

Please login to write comment.