Color Hex Logo

#424bbb Color Hex

#424BBB
(66,75,187)
0 Favorites   0 Comments

Color spaces of #424bbb

RGB 6675187
HSL0.650.480.50
HSV236°65°73°
CMYK 0.650.600.00   0.27
XYZ13.73259.778348.1773
Yxy9.77830.19160.1364
Hunter Lab31.270323.6662-69.4574
CIE-Lab37.441632.0142-60.2614

#424bbb color RGB value is (66,75,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001011 10111011
Octal 102 113 273
Decimal 66 75 187
Hex 42 4B BB

RGB Percentages of Color #424bbb

%20.12
%22.87
%57.01

CMYK Percentages of Color #424bbb

%65
%60
%0
%27

Triadic Colors of #424bbb

#424bbb #bb424b #4bbb42

Analogous Colors of #424bbb

#424bbb #7642bb #4288bb

Monochromatic Colors of #424bbb

#424bbb

Complementary Color

#424bbb #bbb242

#424bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#424bbb Color CSS Codes

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

#424bbb Text Font Color

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

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


#424bbb Background Color

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

This div background color is #424bbb


#424bbb Border Color

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

This div border color is #424bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424bbb


Comments

No comments written yet.

Please login to write comment.