Color Hex Logo

#424bbd Color Hex

#424BBD
(66,75,189)
0 Favorites   0 Comments

Color spaces of #424bbd

RGB 6675189
HSL0.650.480.50
HSV236°65°74°
CMYK 0.650.600.00   0.26
XYZ13.94829.864549.3130
Yxy9.86450.19070.1349
Hunter Lab31.407824.3082-71.1050
CIE-Lab37.598132.7058-61.1797

#424bbd color RGB value is (66,75,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001011 10111101
Octal 102 113 275
Decimal 66 75 189
Hex 42 4B BD

RGB Percentages of Color #424bbd

%20.00
%22.73
%57.27

CMYK Percentages of Color #424bbd

%65
%60
%0
%26

Triadic Colors of #424bbd

#424bbd #bd424b #4bbd42

Analogous Colors of #424bbd

#424bbd #7742bd #4289bd

Monochromatic Colors of #424bbd

#424bbd

Complementary Color

#424bbd #bdb442

#424bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#424bbd Color CSS Codes

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

#424bbd Text Font Color

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

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


#424bbd Background Color

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

This div background color is #424bbd


#424bbd Border Color

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

This div border color is #424bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424bbd


Comments

No comments written yet.

Please login to write comment.