Color Hex Logo

#424dbb Color Hex

#424DBB
(66,77,187)
0 Favorites   0 Comments

Color spaces of #424dbb

RGB 6677187
HSL0.650.480.50
HSV235°65°73°
CMYK 0.650.590.00   0.27
XYZ13.870310.053948.2233
Yxy10.05390.19220.1394
Hunter Lab31.707922.5943-67.9764
CIE-Lab37.939030.7447-59.4523

#424dbb color RGB value is (66,77,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001101 10111011
Octal 102 115 273
Decimal 66 77 187
Hex 42 4D BB

RGB Percentages of Color #424dbb

%20.00
%23.33
%56.67

CMYK Percentages of Color #424dbb

%65
%59
%0
%27

Triadic Colors of #424dbb

#424dbb #bb424d #4dbb42

Analogous Colors of #424dbb

#424dbb #7442bb #428abb

Monochromatic Colors of #424dbb

#424dbb

Complementary Color

#424dbb #bbb042

#424dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#424dbb Color CSS Codes

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

#424dbb Text Font Color

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

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


#424dbb Background Color

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

This div background color is #424dbb


#424dbb Border Color

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

This div border color is #424dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424dbb


Comments

No comments written yet.

Please login to write comment.